3
0
Fork 0
forked from mirrors/nixpkgs

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"
];