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/)
This commit is contained in:
Arnout Engelen 2020-11-17 11:31:39 +01:00 committed by GitHub
parent 025af7c4f5
commit 2d9839d431
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};