glibc: make fetchpatch optional ("? null"), just in case.

This commit is contained in:
Will Dietz 2018-03-11 11:16:53 -05:00
parent 82644c15e5
commit 54c4c183dd
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
{ stdenv, lib
, buildPlatform, hostPlatform
, buildPackages
, fetchurl, fetchpatch
, fetchurl, fetchpatch ? null
, linuxHeaders ? null
, gd ? null, libpng ? null
, bison

View File

@ -4,7 +4,7 @@
{ stdenv, lib
, buildPlatform, hostPlatform
, buildPackages
, fetchurl, fetchpatch
, fetchurl, fetchpatch ? null
, linuxHeaders ? null
, gd ? null, libpng ? null
}: