Skip to content

Commit

Permalink
fix some evaluation problems after 8610a34
Browse files Browse the repository at this point in the history
/cc #18327.
  • Loading branch information
vcunat committed Sep 17, 2016
1 parent 6707436 commit 06839f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/gcc/6/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ stdenv.mkDerivation ({
#
# Likewise, the LTO code doesn't find zlib.

CPATH = makeSearchPath "dev" "include" ([]
CPATH = makeSearchPathOutput "dev" "include" ([]
++ optional (zlib != null) zlib
++ optional langJava boehmgc
++ optionals javaAwtGtk xlibs
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10964,7 +10964,7 @@ in

stubs = callPackages ../os-specific/darwin/stubs {};

usr-include = callPackage ../os-specific/darwin/macheaders.nix {};
usr-include = callPackage ../os-specific/darwin/usr-include {};
};

devicemapper = lvm2;
Expand Down

0 comments on commit 06839f5

Please sign in to comment.