3
0
Fork 0
forked from mirrors/nixpkgs

Fixing the build of busybox without extraConfig

svn path=/nixpkgs/branches/stdenv-updates/; revision=23311
This commit is contained in:
Lluís Batlle i Rossell 2010-08-21 16:52:45 +00:00
parent 745528b4e4
commit 79653715d6

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl, enableStatic ? false, extraConfig ? null}:
{stdenv, fetchurl, enableStatic ? false, extraConfig ? ""}:
let
configParser = ''