treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
ln -s $out/bin/wodim $out/bin/cdrecord
|
||||
'';
|
||||
|
||||
makeFlags = "PREFIX=\$(out)";
|
||||
makeFlags = [ "PREFIX=\$(out)" ];
|
||||
|
||||
meta = {
|
||||
description = "Portable command-line CD/DVD recorder software, mostly compatible with cdrtools";
|
||||
|
||||
Reference in New Issue
Block a user