diff --git a/pkgs/applications/gis/qgis/default.nix b/pkgs/applications/gis/qgis/default.nix index 46b83449e02b..74d5d6f732ce 100644 --- a/pkgs/applications/gis/qgis/default.nix +++ b/pkgs/applications/gis/qgis/default.nix @@ -19,10 +19,10 @@ let withWebKit = withWebKit; }; in -symlinkJoin rec { +symlinkJoin { inherit (qgis-unwrapped) version src; - name = "qgis-${version}"; + pname = "qgis"; paths = [ qgis-unwrapped ]; diff --git a/pkgs/applications/gis/qgis/ltr.nix b/pkgs/applications/gis/qgis/ltr.nix index 2a2c6e730875..21d906debaa4 100644 --- a/pkgs/applications/gis/qgis/ltr.nix +++ b/pkgs/applications/gis/qgis/ltr.nix @@ -19,10 +19,10 @@ let withWebKit = withWebKit; }; in -symlinkJoin rec { +symlinkJoin { inherit (qgis-ltr-unwrapped) version src; - name = "qgis-${version}"; + pname = "qgis"; paths = [ qgis-ltr-unwrapped ];