gcc 5: Don't quote propagatedBuildInputs
in ?-check for consistency
Forgot to do this in last commit.
This commit is contained in:
parent
b11889e6a4
commit
0a4d102b98
@ -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 ([]
|
||||
|
Loading…
Reference in New Issue
Block a user