ocamlPackages.mparser: small cleaning

This commit is contained in:
Vincent Laporte
2025-11-25 07:27:15 +01:00
parent 8db7a00955
commit 6f7a8a63fa
2 changed files with 4 additions and 6 deletions
@@ -4,16 +4,15 @@
buildDunePackage,
}:
buildDunePackage rec {
buildDunePackage (finalAttrs: {
pname = "mparser";
version = "1.3";
useDune2 = true;
src = fetchFromGitHub {
owner = "murmour";
repo = "mparser";
rev = version;
sha256 = "16j19v16r42gcsii6a337zrs5cxnf12ig0vaysxyr7sq5lplqhkx";
tag = finalAttrs.version;
hash = "sha256-fUJMLy1Yn+y79mqDF0VwtrOi8z9jKBOjZk+QbMJOQZo=";
};
meta = {
@@ -22,4 +21,4 @@ buildDunePackage rec {
homepage = "https://github.com/murmour/mparser";
maintainers = [ lib.maintainers.vbgl ];
};
}
})
@@ -6,7 +6,6 @@
buildDunePackage {
pname = "mparser-pcre";
useDune2 = true;
inherit (mparser) src version;