mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 03:34:12 +00:00
spice: remove use celt051 option
celt support has been removed upstream, and this option no longer exists. Setting an unknown option is a hard error with Meson ≥0.60.0.
This commit is contained in:
parent
fed85dd00b
commit
1df50b478a
@ -74,7 +74,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Dgstreamer=1.0"
|
"-Dgstreamer=1.0"
|
||||||
"-Dcelt051=disabled"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user