treewide: Make configureFlags lists
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
|
||||
patches = [ ./eintr.patch ];
|
||||
|
||||
configureFlags = "VLOCK_GROUP=root ROOT_GROUP=root";
|
||||
configureFlags = [ "VLOCK_GROUP=root" "ROOT_GROUP=root" ];
|
||||
|
||||
buildInputs = [ pam ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user