lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamlPackages.dune-glob: fix conflict with vendored csexp

+4
+4
pkgs/development/ocaml-modules/dune-glob/default.nix
··· 10 10 11 11 propagatedBuildInputs = [ dune-private-libs ]; 12 12 13 + preBuild = '' 14 + rm -r vendor/csexp 15 + ''; 16 + 13 17 meta = with lib; { 14 18 inherit (dune_3.meta) homepage; 15 19 description = "Glob string matching language supported by dune";