mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
ocamlPackages.cfstream: use Dune 2
This commit is contained in:
parent
6a7f79ed83
commit
1dc15448b4
|
@ -4,6 +4,8 @@ buildDunePackage rec {
|
|||
pname = "cfstream";
|
||||
version = "1.3.1";
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
minimumOCamlVersion = "4.04.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
|
Loading…
Reference in a new issue