From 79653715d60c012f52b096999f310ae6c3d66aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sat, 21 Aug 2010 16:52:45 +0000 Subject: [PATCH] Fixing the build of busybox without extraConfig svn path=/nixpkgs/branches/stdenv-updates/; revision=23311 --- pkgs/misc/busybox/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/misc/busybox/default.nix b/pkgs/misc/busybox/default.nix index 1ae51d64e30..f4980935c86 100644 --- a/pkgs/misc/busybox/default.nix +++ b/pkgs/misc/busybox/default.nix @@ -1,4 +1,4 @@ -{stdenv, fetchurl, enableStatic ? false, extraConfig ? null}: +{stdenv, fetchurl, enableStatic ? false, extraConfig ? ""}: let configParser = ''