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
@@ -4,7 +4,7 @@
{ stdenv, lib { stdenv, lib
, buildPlatform, hostPlatform , buildPlatform, hostPlatform
, buildPackages , buildPackages
, fetchurl, fetchpatch , fetchurl, fetchpatch ? null
, linuxHeaders ? null , linuxHeaders ? null
, gd ? null, libpng ? null , gd ? null, libpng ? null
, bison , bison
+1 -1
View File
@@ -4,7 +4,7 @@
{ stdenv, lib { stdenv, lib
, buildPlatform, hostPlatform , buildPlatform, hostPlatform
, buildPackages , buildPackages
, fetchurl, fetchpatch , fetchurl, fetchpatch ? null
, linuxHeaders ? null , linuxHeaders ? null
, gd ? null, libpng ? null , gd ? null, libpng ? null
}: }: