ocamlPackages._0install-solver: init at 2.18

This commit is contained in:
Yifei Sun
2025-10-13 11:03:47 +02:00
parent 72229b769b
commit a79b5ca0c5
2 changed files with 34 additions and 0 deletions
@@ -0,0 +1,30 @@
{
lib,
buildDunePackage,
fetchFromGitHub,
ounit2,
}:
buildDunePackage (finalAttrs: {
pname = "0install-solver";
version = "2.18";
src = fetchFromGitHub {
owner = "0install";
repo = "0install";
tag = "v${finalAttrs.version}";
hash = "sha256-CxADWMYZBPobs65jeyMQjqu3zmm2PgtNgI/jUsYUp8I=";
};
doCheck = true;
checkInputs = [
ounit2
];
meta = {
description = "Package dependency solver";
license = lib.licenses.lgpl21;
maintainers = [ lib.maintainers.stepbrobd ];
homepage = "https://0install.net";
};
})
+4
View File
@@ -2211,6 +2211,10 @@ let
zmq-lwt = callPackage ../development/ocaml-modules/zmq/lwt.nix { };
### _ ###
_0install-solver = callPackage ../development/ocaml-modules/0install-solver { };
### Exceptional packages kept out of order ###
# Libs