1
0
Fork 1
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:
Michael Raskin 2020-04-29 15:04:25 +02:00
parent 9ae6b51c0c
commit 4644776b2e

View file

@ -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 {