dune_2: 2.7.0 -> 2.7.1
https://github.com/ocaml/dune/releases/tag/2.7.1
This commit is contained in:
committed by
Vincent Laporte
parent
cadc15222f
commit
c7e8da6225
@@ -1,15 +1,15 @@
|
||||
{ lib, buildDunePackage, dune_2, dune-private-libs }:
|
||||
{ lib, buildDunePackage, dune_2, csexp, result }:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "dune-configurator";
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
inherit (dune_2) src version;
|
||||
inherit (dune_2) src version patches;
|
||||
|
||||
dontAddPrefix = true;
|
||||
|
||||
propagatedBuildInputs = [ dune-private-libs ];
|
||||
propagatedBuildInputs = [ csexp result ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Helper library for gathering system configuration";
|
||||
|
||||
Reference in New Issue
Block a user