mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00: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 a new issue