mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
treewide: convert string mesonFlags to list of strings
This commit is contained in:
parent
ca2ca8b194
commit
c57fb11a50
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
nativeBuildInputs = [ pkg-config meson ninja ];
|
||||
buildInputs = [ lv2 rnnoise-nu ];
|
||||
|
||||
mesonFlags = ("--prefix=${placeholder "out"}/lib/lv2");
|
||||
mesonFlags = [ "--prefix=${placeholder "out"}/lib/lv2" ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace meson.build \
|
||||
|
Loading…
Reference in New Issue
Block a user