mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
mailutils: pin guile_2_2
This commit is contained in:
parent
6eccbaa3b1
commit
977c397643
@ -12,7 +12,7 @@
|
||||
, gdbm
|
||||
, gnutls
|
||||
, gss
|
||||
, guile
|
||||
, guile_2_2
|
||||
, libmysqlclient
|
||||
, mailcap
|
||||
, nettools
|
||||
@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
|
||||
libxcrypt
|
||||
] ++ lib.optionals stdenv.isLinux [ nettools ]
|
||||
++ lib.optionals pythonSupport [ python3 ]
|
||||
++ lib.optionals guileSupport [ guile ];
|
||||
++ lib.optionals guileSupport [ guile_2_2 ];
|
||||
|
||||
patches = [
|
||||
./fix-build-mb-len-max.patch
|
||||
|
Loading…
Reference in New Issue
Block a user