mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Coq: propagates the findlib package
So that Coq libraries that need it can easyly use it
This commit is contained in:
parent
9b949be617
commit
798a87159b
@ -34,6 +34,9 @@ stdenv.mkDerivation {
|
||||
inherit coq-version;
|
||||
inherit camlp5;
|
||||
inherit (ocamlPackages) ocaml;
|
||||
passthru = {
|
||||
inherit (ocamlPackages) findlib;
|
||||
};
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://coq.inria.fr/distrib/V${version}/files/coq-${version}.tar.gz";
|
||||
|
Loading…
Reference in New Issue
Block a user