monotone: openssl in botan is not needed, so drop to avoid old openssl
This commit is contained in:
parent
9ae6b51c0c
commit
4644776b2e
1 changed files with 1 additions and 0 deletions
|
@ -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