Skip to content

Commit

Permalink
Merge pull request #86340 from 7c6f434c/monotone-no-botan-openssl-19.09
Browse files Browse the repository at this point in the history
monotone: openssl in botan is not needed, so drop to avoid old openssl
  • Loading branch information
7c6f434c committed Apr 29, 2020
2 parents 1d06d40 + e27493e commit 511766d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -19437,6 +19437,7 @@ in

monotone = callPackage ../applications/version-management/monotone {
lua = lua5;
botan = botan.override (x: { openssl = null; });
};

inherit (ocaml-ng.ocamlPackages_4_01_0) monotoneViz;
Expand Down

0 comments on commit 511766d

Please sign in to comment.