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:
parent
025af7c4f5
commit
2d9839d431
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue