Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
monotone: openssl in botan is not needed, so drop to avoid old openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Apr 29, 2020
1 parent 9ae6b51 commit 4644776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -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 {
Expand Down

0 comments on commit 4644776

Please sign in to comment.