treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [perl];
|
||||
|
||||
makeFlags = "PREFIX=$(out)";
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
meta = {
|
||||
description = "Portable file system cache diagnostics and control";
|
||||
|
||||
Reference in New Issue
Block a user