aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2019-09-15 13:17:37 +0200
committerVladimír Čunát <v@cunat.cz>2019-09-15 13:17:37 +0200
commitc860babfe6a512aa7c7e83751547347a137ecd67 (patch)
treed9d06a1e67ddd677b4e3b573c67895263de07625 /pkgs/development/tools
parentfa76f1f11c7021e16a57d8f4d9be2659d9345afe (diff)
redo-apenwarr: fixup a hard evaluation error on Darwin
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/build-managers/redo-apenwarr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/build-managers/redo-apenwarr/default.nix b/pkgs/development/tools/build-managers/redo-apenwarr/default.nix
index 83f87ac9661..d25367c3e57 100644
--- a/pkgs/development/tools/build-managers/redo-apenwarr/default.nix
+++ b/pkgs/development/tools/build-managers/redo-apenwarr/default.nix
@@ -41,7 +41,7 @@ in stdenv.mkDerivation rec {
--replace "/bin/ls" "ls"
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 \
--replace "/usr/bin/env perl" "${perl}/bin/perl"