mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
monotone: openssl in botan is not needed, so drop to avoid old openssl
This commit is contained in:
parent
9ae6b51c0c
commit
4644776b2e
|
@ -20611,6 +20611,7 @@ in
|
|||
|
||||
monotone = callPackage ../applications/version-management/monotone {
|
||||
lua = lua5;
|
||||
botan = botan.override (x: { openssl = null; });
|
||||
};
|
||||
|
||||
monotoneViz = callPackage ../applications/version-management/monotone-viz {
|
||||
|
|
Loading…
Reference in a new issue