buildDunePackage: add a “useDune2” option
This commit is contained in:
committed by
Vincent Laporte
parent
3c4c703368
commit
0229936bbe
@@ -1,9 +1,11 @@
|
||||
{ stdenv, buildDune2Package, fetchFromGitHub, stdlib-shims }:
|
||||
{ stdenv, buildDunePackage, fetchFromGitHub, stdlib-shims }:
|
||||
|
||||
buildDune2Package rec {
|
||||
buildDunePackage rec {
|
||||
pname = "owl-base";
|
||||
version = "0.8.0";
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "owlbarn";
|
||||
repo = "owl";
|
||||
|
||||
Reference in New Issue
Block a user