procps: fix runHook
fixes https://github.com/NixOS/nixpkgs/commit/ec8cebbdc94fddab2c7d0a7a5368d14f87aec77f
This commit is contained in:
@@ -54,12 +54,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
installPhase = lib.optionalString watchOnly ''
|
||||
runHooks preInstall
|
||||
runHook preInstall
|
||||
|
||||
install -m 0755 -D src/watch $out/bin/watch
|
||||
install -m 0644 -D man/watch.1 $out/share/man/man1/watch.1
|
||||
|
||||
runHooks postInstall
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
# no obvious exec in documented arguments; haven't trawled source
|
||||
|
||||
Reference in New Issue
Block a user