We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebb027 commit 0b3d48dCopy full SHA for 0b3d48d
pkgs/by-name/pn/pngpaste/package.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
17
18
installPhase = ''
19
runHook preInstall
20
- install -Dm555 pngpaste $out/bin
+ install -Dm555 pngpaste $out/bin/pngpaste
21
runHook postInstall
22
'';
23
0 commit comments