forked from mirrors/nixpkgs
tup: fix setup hook location
This commit is contained in:
parent
3065ab3a92
commit
de20ec04f9
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||
cp tup.1 $out/share/man/man1/
|
||||
'';
|
||||
|
||||
setupHook = ./tup/setup-hook.sh;
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A fast, file-based build system";
|
||||
|
|
Loading…
Reference in a new issue