treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ pkgconfig git ];
|
||||
buildInputs = [ libmicrohttpd ];
|
||||
|
||||
makeFlags = "BUILD=release";
|
||||
makeFlags = [ "BUILD=release" ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
|
||||
Reference in New Issue
Block a user