treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "4a6630f27f6c22bcd95982bf3357747d19f40bd98297a569e9c77468b756f715";
|
||||
};
|
||||
|
||||
buildFlags = "CC=cc";
|
||||
buildFlags = [ "CC=cc" ];
|
||||
|
||||
installPhase = ''
|
||||
install -D {,$out/bin/}yamdi
|
||||
|
||||
Reference in New Issue
Block a user