gcc 5: Don't quote propagatedBuildInputs in ?-check for consistency

Forgot to do this in last commit.
This commit is contained in:
John Ericson
2017-08-18 14:09:24 -04:00
parent b11889e6a4
commit 0a4d102b98
+1 -1
View File
@@ -491,7 +491,7 @@ stdenv.mkDerivation ({
# On GNU/Hurd glibc refers to Mach & Hurd # On GNU/Hurd glibc refers to Mach & Hurd
# headers. # headers.
++ optionals (libcCross != null && libcCross ? "propagatedBuildInputs") ++ optionals (libcCross != null && libcCross ? propagatedBuildInputs)
libcCross.propagatedBuildInputs); libcCross.propagatedBuildInputs);
LIBRARY_PATH = makeLibraryPath ([] LIBRARY_PATH = makeLibraryPath ([]