repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
junit
/
ounit.nix
blob
c7d53ecc4f5085c558b3d839abb7cace7396e55a
1
{ buildDunePackage, junit, ounit }:
2
3
buildDunePackage ({
4
pname = "junit_ounit";
5
6
inherit (junit) src version meta;
7
duneVersion = "3";
8
9
propagatedBuildInputs = [
10
junit
11
ounit
12
];
13
14
doCheck = true;
15
})