treewide: Make configureFlags lists
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
LDFLAGS = "-levent";
|
||||
|
||||
configureFlags = "--with-libevent";
|
||||
configureFlags = [ "--with-libevent" ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user