Loading pkgs/applications/gis/qgis/default.nix +8 −1 Original line number Diff line number Diff line Loading @@ -5,9 +5,16 @@ , extraPythonPackages ? (ps: [ ]) , libsForQt5 # unwrapped package parameters , withGrass ? true , withWebKit ? false }: let qgis-unwrapped = libsForQt5.callPackage ./unwrapped.nix { }; qgis-unwrapped = libsForQt5.callPackage ./unwrapped.nix { withGrass = withGrass; withWebKit = withWebKit; }; in symlinkJoin rec { inherit (qgis-unwrapped) version; Loading pkgs/applications/gis/qgis/ltr.nix +8 −1 Original line number Diff line number Diff line Loading @@ -5,9 +5,16 @@ , extraPythonPackages ? (ps: [ ]) , libsForQt5 # unwrapped package parameters , withGrass ? true , withWebKit ? false }: let qgis-ltr-unwrapped = libsForQt5.callPackage ./unwrapped-ltr.nix { }; qgis-ltr-unwrapped = libsForQt5.callPackage ./unwrapped-ltr.nix { withGrass = withGrass; withWebKit = withWebKit; }; in symlinkJoin rec { inherit (qgis-ltr-unwrapped) version; Loading pkgs/applications/gis/qgis/unwrapped-ltr.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,8 @@ , wrapGAppsHook3 , wrapQtAppsHook , withGrass ? true , withWebKit ? false , withGrass , withWebKit , bison , cmake Loading pkgs/applications/gis/qgis/unwrapped.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,8 @@ , wrapGAppsHook3 , wrapQtAppsHook , withGrass ? true , withWebKit ? false , withGrass , withWebKit , bison , cmake Loading Loading
pkgs/applications/gis/qgis/default.nix +8 −1 Original line number Diff line number Diff line Loading @@ -5,9 +5,16 @@ , extraPythonPackages ? (ps: [ ]) , libsForQt5 # unwrapped package parameters , withGrass ? true , withWebKit ? false }: let qgis-unwrapped = libsForQt5.callPackage ./unwrapped.nix { }; qgis-unwrapped = libsForQt5.callPackage ./unwrapped.nix { withGrass = withGrass; withWebKit = withWebKit; }; in symlinkJoin rec { inherit (qgis-unwrapped) version; Loading
pkgs/applications/gis/qgis/ltr.nix +8 −1 Original line number Diff line number Diff line Loading @@ -5,9 +5,16 @@ , extraPythonPackages ? (ps: [ ]) , libsForQt5 # unwrapped package parameters , withGrass ? true , withWebKit ? false }: let qgis-ltr-unwrapped = libsForQt5.callPackage ./unwrapped-ltr.nix { }; qgis-ltr-unwrapped = libsForQt5.callPackage ./unwrapped-ltr.nix { withGrass = withGrass; withWebKit = withWebKit; }; in symlinkJoin rec { inherit (qgis-ltr-unwrapped) version; Loading
pkgs/applications/gis/qgis/unwrapped-ltr.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,8 @@ , wrapGAppsHook3 , wrapQtAppsHook , withGrass ? true , withWebKit ? false , withGrass , withWebKit , bison , cmake Loading
pkgs/applications/gis/qgis/unwrapped.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,8 @@ , wrapGAppsHook3 , wrapQtAppsHook , withGrass ? true , withWebKit ? false , withGrass , withWebKit , bison , cmake Loading