spice: remove auto_features=enabled from expression

It is now the default.
This commit is contained in:
Jan Tojnar 2019-06-25 17:54:19 +02:00
parent 1811e9155d
commit c1d500ddd5
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -77,7 +77,6 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-fno-stack-protector";
mesonFlags = [
"-Dauto_features=enabled"
"-Dgstreamer=1.0"
"-Dcelt051=disabled"
];