ocamlPackages.higlo: migrate to finalAttrs
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
xtmpl,
|
||||
}:
|
||||
|
||||
buildDunePackage rec {
|
||||
buildDunePackage (finalAttrs: {
|
||||
pname = "higlo";
|
||||
version = "0.10.0";
|
||||
|
||||
@@ -14,7 +14,7 @@ buildDunePackage rec {
|
||||
domain = "framagit.org";
|
||||
owner = "zoggy";
|
||||
repo = "higlo";
|
||||
rev = version;
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-A5Su4+eBOq/WNdY/3EBQ3KqrRQuaCI1x25cEuoZp4Mo=";
|
||||
};
|
||||
|
||||
@@ -25,8 +25,8 @@ buildDunePackage rec {
|
||||
|
||||
meta = {
|
||||
description = "OCaml library for syntax highlighting";
|
||||
inherit (src.meta) homepage;
|
||||
inherit (finalAttrs.src.meta) homepage;
|
||||
license = lib.licenses.lgpl3;
|
||||
maintainers = with lib.maintainers; [ regnat ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user