about summary refs log tree commit diff
path: root/pkgs/tools/package-management
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2008-05-26 19:04:19 +0000
committerMichael Raskin <7c6f434c@mail.ru>2008-05-26 19:04:19 +0000
commit2d15d345ecb9096b2a133588624dff0395c91875 (patch)
tree2faa015bd97489704fba707ec77efdc31f34c021 /pkgs/tools/package-management
parent94672236c6939e890ed678f5e29d19cbc9643f59 (diff)
downloadnixlib-2d15d345ecb9096b2a133588624dff0395c91875.tar
nixlib-2d15d345ecb9096b2a133588624dff0395c91875.tar.gz
nixlib-2d15d345ecb9096b2a133588624dff0395c91875.tar.bz2
nixlib-2d15d345ecb9096b2a133588624dff0395c91875.tar.lz
nixlib-2d15d345ecb9096b2a133588624dff0395c91875.tar.xz
nixlib-2d15d345ecb9096b2a133588624dff0395c91875.tar.zst
nixlib-2d15d345ecb9096b2a133588624dff0395c91875.zip
Relaxed nixCustomFun parameter constraints a bit (string -> string or list of strings)
svn path=/nixpkgs/trunk/; revision=11901
Diffstat (limited to 'pkgs/tools/package-management')
-rw-r--r--pkgs/tools/package-management/nix/custom.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/package-management/nix/custom.nix b/pkgs/tools/package-management/nix/custom.nix
index b2d709d7e102..475a365d95be 100644
--- a/pkgs/tools/package-management/nix/custom.nix
+++ b/pkgs/tools/package-management/nix/custom.nix
@@ -45,7 +45,7 @@ stdenv.mkDerivation {
     --with-store-dir=${storeDir} --localstatedir=${stateDir}
     --with-aterm=${aterm} --with-bdb=${db4} --with-bzip2=${bzip2}
     --disable-init-state
-    ${configureFlags}
+    ${toString configureFlags}
   '';
 
   meta = {