3
0
Fork 0
forked from mirrors/nixpkgs

tup: fix setup hook location

This commit is contained in:
Emery Hemingway 2020-06-13 11:03:55 +05:30
parent 3065ab3a92
commit de20ec04f9

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
cp tup.1 $out/share/man/man1/ cp tup.1 $out/share/man/man1/
''; '';
setupHook = ./tup/setup-hook.sh; setupHook = ./setup-hook.sh;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A fast, file-based build system"; description = "A fast, file-based build system";