treewide: Make configureFlags lists
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libXt libXaw libXres utilmacros ];
|
||||
|
||||
configureFlags = "--with-appdefaultdir=$(out)/share/X11/app-defaults/editres";
|
||||
configureFlags = [ "--with-appdefaultdir=$(out)/share/X11/app-defaults/editres" ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libxml2 gtk2 ];
|
||||
|
||||
configureFlags = "--with-all-plugins";
|
||||
configureFlags = [ "--with-all-plugins" ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
|
||||
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user