lol

autogen: pin guile_2_2

+2 -2
+2 -2
pkgs/development/tools/misc/autogen/default.nix
··· 1 - { lib, stdenv, buildPackages, fetchurl, fetchpatch, autoreconfHook, which, pkg-config, perl, guile, libxml2 }: 1 + { lib, stdenv, buildPackages, fetchurl, fetchpatch, autoreconfHook, which, pkg-config, perl, guile_2_2, libxml2 }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "autogen"; ··· 46 46 buildPackages.buildPackages.autogen buildPackages.texinfo 47 47 ]; 48 48 buildInputs = [ 49 - guile libxml2 49 + guile_2_2 libxml2 50 50 ]; 51 51 52 52 preConfigure = ''