ocamlPackages.brr: migrate to finalAttrs
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
js_of_ocaml-toplevel,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "ocaml${ocaml.version}-brr";
|
||||
version = "0.0.8";
|
||||
src = fetchurl {
|
||||
url = "https://erratique.ch/software/brr/releases/brr-${version}.tbz";
|
||||
url = "https://erratique.ch/software/brr/releases/brr-${finalAttrs.version}.tbz";
|
||||
hash = "sha256-g4ROHy9rHlaEFi5+euyRuEKK5HwKJWPmFkdvFhdIYgg=";
|
||||
};
|
||||
buildInputs = [
|
||||
@@ -36,4 +36,4 @@ stdenv.mkDerivation rec {
|
||||
maintainers = [ lib.maintainers.vbgl ];
|
||||
inherit (ocaml.meta) platforms;
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user