redo-apenwarr: fixup a hard evaluation error on Darwin
This commit is contained in:
parent
fa76f1f11c
commit
c860babfe6
@ -41,7 +41,7 @@ in stdenv.mkDerivation rec {
|
|||||||
--replace "/bin/ls" "ls"
|
--replace "/bin/ls" "ls"
|
||||||
|
|
||||||
substituteInPlace t/110-compile/hello.o.do \
|
substituteInPlace t/110-compile/hello.o.do \
|
||||||
--replace "/usr/include" "${stdenv.cc.libc.dev}/include"
|
--replace "/usr/include" "${stdenv.lib.getDev stdenv.cc.libc}/include"
|
||||||
|
|
||||||
substituteInPlace t/200-shell/nonshelltest.do \
|
substituteInPlace t/200-shell/nonshelltest.do \
|
||||||
--replace "/usr/bin/env perl" "${perl}/bin/perl"
|
--replace "/usr/bin/env perl" "${perl}/bin/perl"
|
||||||
|
Loading…
Reference in New Issue
Block a user