summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorArnout Engelen <arnout@bzzt.net>2020-11-17 11:31:39 +0100
committerGitHub <noreply@github.com>2020-11-17 11:31:39 +0100
commit2d9839d431b123de6742563de4bd8929119cf06d (patch)
treeb34ae1691c7ef2b1dbc0ee6c35bf9e39c85b893e /pkgs/top-level
parent025af7c4f585b0d3686e124d932d00a549adbb0e (diff)
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/)
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index b698966c213a..cc6d4868f62a 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;
};