mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
ocamlPackages.biocaml: use Dune 2
This commit is contained in:
parent
fb1c52641f
commit
b709b7ac3d
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@ buildDunePackage rec {
|
||||||
pname = "biocaml";
|
pname = "biocaml";
|
||||||
version = "0.10.1";
|
version = "0.10.1";
|
||||||
|
|
||||||
owner = "biocaml";
|
useDune2 = true;
|
||||||
|
|
||||||
minimumOCamlVersion = "4.07";
|
minimumOCamlVersion = "4.07";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit owner;
|
owner = "biocaml";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1f19nc8ld0iv45jjnsvaah3ddj88s2n9wj8mrz726kzg85cfr8xj";
|
sha256 = "1f19nc8ld0iv45jjnsvaah3ddj88s2n9wj8mrz726kzg85cfr8xj";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue