mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Remove unused gnutls variants
This commit is contained in:
parent
4f6b1565c7
commit
fc4c20aefe
@ -6418,10 +6418,6 @@ let
|
||||
guileBindings = config.gnutls.guile or false;
|
||||
};
|
||||
|
||||
gnutls33_with_guile = lowPrio (gnutls33.override { guileBindings = true; });
|
||||
|
||||
gnutls34_with_guile = lowPrio (gnutls34.override { guileBindings = true; });
|
||||
|
||||
gpac = callPackage ../applications/video/gpac { };
|
||||
|
||||
gpgme = callPackage ../development/libraries/gpgme {
|
||||
|
Loading…
Reference in New Issue
Block a user