mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 22:49:25 +03:00
haskellPackages.copilot-theorem: fix build
This commit is contained in:
parent
10b8bc163b
commit
aa65b426e7
1 changed files with 4 additions and 0 deletions
|
@ -3001,6 +3001,10 @@ self: super:
|
|||
dontCheck
|
||||
];
|
||||
|
||||
copilot-theorem = lib.pipe super.copilot-theorem [
|
||||
(addTestToolDepends (with pkgs; [ z3 ]))
|
||||
];
|
||||
|
||||
# 2025-04-09: jailbreak to allow mtl >= 2.3, template-haskell >= 2.17, text >= 1.3
|
||||
egison-pattern-src-th-mode =
|
||||
assert super.egison-pattern-src-th-mode.version == "0.2.1.2";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue