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:
Alyssa Ross 2021-11-24 13:06:17 +00:00
parent fed85dd00b
commit 1df50b478a

View file

@ -74,7 +74,6 @@ stdenv.mkDerivation rec {
mesonFlags = [ mesonFlags = [
"-Dgstreamer=1.0" "-Dgstreamer=1.0"
"-Dcelt051=disabled"
]; ];
postInstall = '' postInstall = ''