Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 82ed6bded2ad
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d5053d12eb23
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 16, 2019

  1. ocamlPackages.lwt_ppx: fix dependency propagation

    dune was showing this error when using lwt_ppx:
    
    File "/nix/store/sz4cg32ph84lapgs50xv73s3a0baqq2s-ocaml4.08.1-lwt_ppx-4.2.1/lib/ocaml/4.08.1/site-lib/lwt_ppx/dune-package", line 11, characters 56-75:
    11 |  (requires compiler-libs.common ocaml-migrate-parsetree ppx_tools_versioned)
                                                                 ^^^^^^^^^^^^^^^^^^^
    Error: Library "ppx_tools_versioned" not found.
    -> required by library "lwt_ppx" in
       /nix/store/sz4cg32ph84lapgs50xv73s3a0baqq2s-ocaml4.08.1-lwt_ppx-4.2.1/lib/ocaml/4.08.1/site-lib/lwt_ppx
    -> required by executable wizytests in dune:6
    Hint: try: dune external-lib-deps --missing @@default
    wizeman authored and vbgl committed Nov 16, 2019
    Copy the full SHA
    d5053d1 View commit details
    Browse the repository at this point in the history