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
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
ordering
/
default.nix
blob
c3bffc013f95e11ae6f135c20dd323bcf25a8add
1
{ lib, buildDunePackage, dune_3 }:
2
3
buildDunePackage {
4
pname = "ordering";
5
inherit (dune_3) version src;
6
duneVersion = "3";
7
8
dontAddPrefix = true;
9
10
meta = dune_3.meta // {
11
description = "Element ordering";
12
};
13
}