mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-07 11:05:30 +03:00
ocamlPackages.duff: use Dune 2
This commit is contained in:
parent
8585991bfb
commit
a3e5e8c92c
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
buildDunePackage rec {
|
||||
pname = "duff";
|
||||
version = "0.2";
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mirage/duff/releases/download/v${version}/duff-v${version}.tbz";
|
||||
sha256 = "0bi081w4349cqc1n9jsjh1lrcqlnv3nycmvh9fniscv8lz1c0gjq";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue