mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
ocamlPackages.ppx_derivers: use Dune 3
This commit is contained in:
parent
41493b10d7
commit
8d5f73b543
@ -1,6 +1,6 @@
|
||||
{ lib, fetchFromGitHub, buildDunePackage, ocaml }:
|
||||
{ lib, fetchFromGitHub, buildDunePackage }:
|
||||
|
||||
buildDunePackage (rec {
|
||||
buildDunePackage rec {
|
||||
pname = "ppx_derivers";
|
||||
version = "1.2.1";
|
||||
|
||||
@ -19,6 +19,4 @@ buildDunePackage (rec {
|
||||
maintainers = [ lib.maintainers.vbgl ];
|
||||
inherit (src.meta) homepage;
|
||||
};
|
||||
} // lib.optionalAttrs (!lib.versionAtLeast ocaml.version "4.08") {
|
||||
duneVersion = "1";
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user