mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
ocamlPackages.tuntap: use Dune 3
This commit is contained in:
parent
f2aa79b5e1
commit
33cffcde61
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ buildDunePackage rec {
|
||||||
pname = "tuntap";
|
pname = "tuntap";
|
||||||
version = "2.0.0";
|
version = "2.0.0";
|
||||||
|
|
||||||
useDune2 = true;
|
duneVersion = "3";
|
||||||
|
|
||||||
minimumOCamlVersion = "4.04.2";
|
minimalOCamlVersion = "4.04.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mirage/ocaml-tuntap/releases/download/v${version}/tuntap-v${version}.tbz";
|
url = "https://github.com/mirage/ocaml-tuntap/releases/download/v${version}/tuntap-v${version}.tbz";
|
||||||
|
|
Loading…
Reference in a new issue