mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
gnutls: remove unused inputs (#518065)
This commit is contained in:
commit
c8a10555ad
1 changed files with 0 additions and 6 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPackages,
|
||||
fetchurl,
|
||||
zlib,
|
||||
libtasn1,
|
||||
|
|
@ -9,7 +8,6 @@
|
|||
pkg-config,
|
||||
perl,
|
||||
gmp,
|
||||
automake,
|
||||
libidn2,
|
||||
libiconv,
|
||||
texinfo,
|
||||
|
|
@ -170,10 +168,6 @@ stdenv.mkDerivation rec {
|
|||
pkg-config
|
||||
texinfo
|
||||
]
|
||||
++ [
|
||||
buildPackages.autoconf269
|
||||
automake
|
||||
]
|
||||
++ lib.optionals doCheck [
|
||||
which
|
||||
net-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue