glib-networking: drop unnecessary flag

auto_features are now enabled by default.
This commit is contained in:
Jan Tojnar 2019-09-02 15:23:33 +02:00
parent f61b3e02c0
commit 84f318e323
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -47,11 +47,6 @@ stdenv.mkDerivation rec {
gsettings-desktop-schemas
];
mesonFlags = [
# Default auto detection doesn't work
"-Dgnutls=enabled"
];
doCheck = false; # tests need to access the certificates (among other things)
passthru = {