gcc: Homogenize syntax in one small spot

Less noise in the diff help maintain these behemoths.
This commit is contained in:
John Ericson
2017-08-18 14:03:48 -04:00
parent 7320fa9d45
commit b11889e6a4
7 changed files with 7 additions and 8 deletions
@@ -467,7 +467,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 ([]