Skip to content

Commit

Permalink
Merge #110056: gnutls: remove autogen from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jan 27, 2021
2 parents 237005e + 47f4eb0 commit e6a8527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gnutls/default.nix
@@ -1,5 +1,5 @@
{ config, lib, stdenv, fetchurl, zlib, lzo, libtasn1, nettle, pkg-config, lzip
, perl, gmp, autoconf, autogen, automake, libidn, p11-kit, libiconv
, perl, gmp, autoconf, automake, libidn, p11-kit, libiconv
, unbound, dns-root-data, gettext, cacert, util-linux
, guileBindings ? config.gnutls.guile or false, guile
, tpmSupport ? false, trousers, which, nettools, libunistring
Expand Down Expand Up @@ -71,7 +71,7 @@ stdenv.mkDerivation {

enableParallelBuilding = true;

buildInputs = [ lzo lzip libtasn1 libidn p11-kit zlib gmp autogen libunistring unbound gettext libiconv ]
buildInputs = [ lzo lzip libtasn1 libidn p11-kit zlib gmp libunistring unbound gettext libiconv ]
++ lib.optional (isDarwin && withSecurity) Security
++ lib.optional (tpmSupport && stdenv.isLinux) trousers
++ lib.optional guileBindings guile;
Expand Down

0 comments on commit e6a8527

Please sign in to comment.