Commit 0a4d102b authored by John Ericson's avatar John Ericson
Browse files

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

Forgot to do this in last commit.
parent b11889e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ([]