about summary refs log tree commit diff
path: root/pkgs/tools/package-management
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-11-26 18:44:44 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-11-26 23:45:31 +0100
commit2798b02ad03ebdc104fecc6439c0bcf5bb32fe6c (patch)
tree64bf789924f9b17cf4ab32f75692c0c10ed4f2f6 /pkgs/tools/package-management
parent8fe518e763917f478dc5e76eae7b2aea9c582cad (diff)
downloadnixlib-2798b02ad03ebdc104fecc6439c0bcf5bb32fe6c.tar
nixlib-2798b02ad03ebdc104fecc6439c0bcf5bb32fe6c.tar.gz
nixlib-2798b02ad03ebdc104fecc6439c0bcf5bb32fe6c.tar.bz2
nixlib-2798b02ad03ebdc104fecc6439c0bcf5bb32fe6c.tar.lz
nixlib-2798b02ad03ebdc104fecc6439c0bcf5bb32fe6c.tar.xz
nixlib-2798b02ad03ebdc104fecc6439c0bcf5bb32fe6c.tar.zst
nixlib-2798b02ad03ebdc104fecc6439c0bcf5bb32fe6c.zip
Convert some *Flags from strings to lists
Diffstat (limited to 'pkgs/tools/package-management')
-rw-r--r--pkgs/tools/package-management/dpkg/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/tools/package-management/dpkg/default.nix b/pkgs/tools/package-management/dpkg/default.nix
index 2357ec77f122..680a8ef1bda0 100644
--- a/pkgs/tools/package-management/dpkg/default.nix
+++ b/pkgs/tools/package-management/dpkg/default.nix
@@ -17,7 +17,11 @@ stdenv.mkDerivation {
       --replace "stackprotectorstrong => 1" "stackprotectorstrong => 0"
   '';
 
-  configureFlags = "--disable-dselect --with-admindir=/var/lib/dpkg PERL_LIBDIR=$(out)/${perl.libPrefix}";
+  configureFlags = [
+    "--disable-dselect"
+    "--with-admindir=/var/lib/dpkg"
+    "PERL_LIBDIR=$(out)/${perl.libPrefix}"
+  ];
 
   preConfigure = ''
     # Nice: dpkg has a circular dependency on itself. Its configure