Loading pkgs/by-name/gp/gpclient/package.nix +3 −1 Original line number Diff line number Diff line { lib, rustPlatform, glib-networking, stdenv, gpauth, makeWrapper, autoconf, Loading Loading @@ -69,7 +71,7 @@ rustPlatform.buildRustPackage { --replace-fail /usr/bin/gpclient gpclient ''; postInstall = '' postInstall = lib.optionalString (!stdenv.hostPlatform.isDarwin) '' mkdir -p $out/share/applications cp packaging/files/usr/share/applications/gpgui.desktop $out/share/applications/gpgui.desktop ''; Loading Loading
pkgs/by-name/gp/gpclient/package.nix +3 −1 Original line number Diff line number Diff line { lib, rustPlatform, glib-networking, stdenv, gpauth, makeWrapper, autoconf, Loading Loading @@ -69,7 +71,7 @@ rustPlatform.buildRustPackage { --replace-fail /usr/bin/gpclient gpclient ''; postInstall = '' postInstall = lib.optionalString (!stdenv.hostPlatform.isDarwin) '' mkdir -p $out/share/applications cp packaging/files/usr/share/applications/gpgui.desktop $out/share/applications/gpgui.desktop ''; Loading