From 2d9839d431b123de6742563de4bd8929119cf06d Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 17 Nov 2020 11:31:39 +0100 Subject: [PATCH] mailutils: update guile to current version (#103209) Apparently a previous version of mailutils didn't compile with guile 2.2, but this does no longer appear to be the case. This is particularly relevant because mailutils is part of the iso_minimal test set we are currently focusing on for getting more of NixOS reproducible, and guile_2_0 is not reproducible (https://r13y.com/) --- pkgs/top-level/all-packages.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index b698966c213..cc6d4868f62 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -5524,7 +5524,6 @@ in mailpile = callPackage ../applications/networking/mailreaders/mailpile { }; mailutils = callPackage ../tools/networking/mailutils { - guile = guile_2_0; # compilation fails with guile 2.2 sasl = gsasl; };