about summary refs log tree commit diff
path: root/pkgs/tools/graphics/plotutils
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2018-07-25 17:44:21 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-08-03 17:06:03 -0400
commitdb965063b346a33cc3f6363a40cbde2658d2cd23 (patch)
treef6c76998d8a18f09d782000922a0429cbaacf8b9 /pkgs/tools/graphics/plotutils
parent85a9913edd50b7ea9b4dfbaedd5d40a739b97d3e (diff)
downloadnixlib-db965063b346a33cc3f6363a40cbde2658d2cd23.tar
nixlib-db965063b346a33cc3f6363a40cbde2658d2cd23.tar.gz
nixlib-db965063b346a33cc3f6363a40cbde2658d2cd23.tar.bz2
nixlib-db965063b346a33cc3f6363a40cbde2658d2cd23.tar.lz
nixlib-db965063b346a33cc3f6363a40cbde2658d2cd23.tar.xz
nixlib-db965063b346a33cc3f6363a40cbde2658d2cd23.tar.zst
nixlib-db965063b346a33cc3f6363a40cbde2658d2cd23.zip
treewide: Make configureFlags lists
Diffstat (limited to 'pkgs/tools/graphics/plotutils')
-rw-r--r--pkgs/tools/graphics/plotutils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/plotutils/default.nix b/pkgs/tools/graphics/plotutils/default.nix
index 780e09ee91cf..0d1890bb6703 100644
--- a/pkgs/tools/graphics/plotutils/default.nix
+++ b/pkgs/tools/graphics/plotutils/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
     make -C libplot xmi.h
   '';
 
-  configureFlags = "--enable-libplotter"; # required for pstoedit
+  configureFlags = [ "--enable-libplotter" ]; # required for pstoedit
 
   hardeningDisable = [ "format" ];