glib-networking: drop unnecessary flag
auto_features are now enabled by default.
This commit is contained in:
parent
f61b3e02c0
commit
84f318e323
@ -47,11 +47,6 @@ stdenv.mkDerivation rec {
|
|||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
];
|
];
|
||||||
|
|
||||||
mesonFlags = [
|
|
||||||
# Default auto detection doesn't work
|
|
||||||
"-Dgnutls=enabled"
|
|
||||||
];
|
|
||||||
|
|
||||||
doCheck = false; # tests need to access the certificates (among other things)
|
doCheck = false; # tests need to access the certificates (among other things)
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user