forked from mirrors/nixpkgs
Fixing the build of busybox without extraConfig
svn path=/nixpkgs/branches/stdenv-updates/; revision=23311
This commit is contained in:
parent
745528b4e4
commit
79653715d6
|
@ -1,4 +1,4 @@
|
|||
{stdenv, fetchurl, enableStatic ? false, extraConfig ? null}:
|
||||
{stdenv, fetchurl, enableStatic ? false, extraConfig ? ""}:
|
||||
|
||||
let
|
||||
configParser = ''
|
||||
|
|
Loading…
Reference in a new issue