treewide: configureFlags is a flat list
This commit is contained in:
@@ -52,7 +52,7 @@ stdenv.mkDerivation {
|
||||
configureFlags = [
|
||||
"--with-ltdl-lib=${libtool.lib}/lib"
|
||||
"--with-ltdl-include=${libtool}/include"
|
||||
] ++ stdenv.lib.optional (xorg == null) [ "--without-x" ];
|
||||
] ++ stdenv.lib.optional (xorg == null) "--without-x";
|
||||
|
||||
inherit patches;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user