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