tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.bigstringaf: use Dune 3
Vincent Laporte
2 years ago
b9821fbd
7bbbb27a
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
bigstringaf
default.nix
+2
-1
pkgs/development/ocaml-modules/bigstringaf/default.nix
···
5
version = "0.9.0";
6
7
minimalOCamlVersion = "4.08";
0
8
9
src = fetchFromGitHub {
10
owner = "inhabitedtype";
11
repo = pname;
12
rev = version;
13
-
sha256 = "sha256-HXPjnE56auy2MI6HV2XuBX/VeqsO50HFzTul17lKEqE=";
14
};
15
16
nativeBuildInputs = [ pkg-config ];
···
5
version = "0.9.0";
6
7
minimalOCamlVersion = "4.08";
8
+
duneVersion = "3";
9
10
src = fetchFromGitHub {
11
owner = "inhabitedtype";
12
repo = pname;
13
rev = version;
14
+
hash = "sha256-HXPjnE56auy2MI6HV2XuBX/VeqsO50HFzTul17lKEqE=";
15
};
16
17
nativeBuildInputs = [ pkg-config ];