tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.yuscii: use Dune 3
Vincent Laporte
2 years ago
f94acff2
b9821fbd
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
yuscii
default.nix
+1
pkgs/development/ocaml-modules/yuscii/default.nix
···
13
version = "0.3.0";
14
15
minimalOCamlVersion = "4.03";
0
16
17
src = fetchzip {
18
url = "https://github.com/mirage/yuscii/releases/download/v${version}/yuscii-v${version}.tbz";
···
13
version = "0.3.0";
14
15
minimalOCamlVersion = "4.03";
16
+
duneVersion = "3";
17
18
src = fetchzip {
19
url = "https://github.com/mirage/yuscii/releases/download/v${version}/yuscii-v${version}.tbz";