mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
ocamlPackages.batteries: add missing dependency to ounit
This commit is contained in:
committed by
Vincent Laporte
parent
5babb318ba
commit
ed79c05983
@@ -3,6 +3,7 @@
|
||||
fetchFromGitHub,
|
||||
buildDunePackage,
|
||||
ocaml,
|
||||
ounit,
|
||||
qtest,
|
||||
qcheck,
|
||||
num,
|
||||
@@ -24,7 +25,10 @@ buildDunePackage rec {
|
||||
};
|
||||
|
||||
nativeCheckInputs = [ qtest ];
|
||||
checkInputs = [ qcheck ];
|
||||
checkInputs = [
|
||||
ounit
|
||||
qcheck
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
camlp-streams
|
||||
num
|
||||
|
||||
Reference in New Issue
Block a user