mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-30 23:34:12 +03:00
ocamlPackages.duff: use Dune 2
This commit is contained in:
parent
8585991bfb
commit
a3e5e8c92c
@ -7,6 +7,9 @@
|
|||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "duff";
|
pname = "duff";
|
||||||
version = "0.2";
|
version = "0.2";
|
||||||
|
|
||||||
|
useDune2 = true;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mirage/duff/releases/download/v${version}/duff-v${version}.tbz";
|
url = "https://github.com/mirage/duff/releases/download/v${version}/duff-v${version}.tbz";
|
||||||
sha256 = "0bi081w4349cqc1n9jsjh1lrcqlnv3nycmvh9fniscv8lz1c0gjq";
|
sha256 = "0bi081w4349cqc1n9jsjh1lrcqlnv3nycmvh9fniscv8lz1c0gjq";
|
||||||
|
Loading…
Reference in New Issue
Block a user