mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
ocamlPackages.biocaml: use Dune 2
This commit is contained in:
parent
fb1c52641f
commit
b709b7ac3d
@ -6,12 +6,12 @@ buildDunePackage rec {
|
||||
pname = "biocaml";
|
||||
version = "0.10.1";
|
||||
|
||||
owner = "biocaml";
|
||||
useDune2 = true;
|
||||
|
||||
minimumOCamlVersion = "4.07";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit owner;
|
||||
owner = "biocaml";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1f19nc8ld0iv45jjnsvaah3ddj88s2n9wj8mrz726kzg85cfr8xj";
|
||||
|
Loading…
Reference in New Issue
Block a user