Skip to content

Commit

Permalink
gcc 5: Don't quote propagatedBuildInputs in ?-check for consistency
Browse files Browse the repository at this point in the history
Forgot to do this in last commit.
  • Loading branch information
Ericson2314 committed Aug 18, 2017
1 parent b11889e commit 0a4d102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/gcc/5/default.nix
Expand Up @@ -491,7 +491,7 @@ stdenv.mkDerivation ({

# On GNU/Hurd glibc refers to Mach & Hurd
# headers.
++ optionals (libcCross != null && libcCross ? "propagatedBuildInputs")
++ optionals (libcCross != null && libcCross ? propagatedBuildInputs)
libcCross.propagatedBuildInputs);

LIBRARY_PATH = makeLibraryPath ([]
Expand Down

0 comments on commit 0a4d102

Please sign in to comment.