Coq: propagates the findlib package
So that Coq libraries that need it can easyly use it
This commit is contained in:
@@ -34,6 +34,9 @@ stdenv.mkDerivation {
|
|||||||
inherit coq-version;
|
inherit coq-version;
|
||||||
inherit camlp5;
|
inherit camlp5;
|
||||||
inherit (ocamlPackages) ocaml;
|
inherit (ocamlPackages) ocaml;
|
||||||
|
passthru = {
|
||||||
|
inherit (ocamlPackages) findlib;
|
||||||
|
};
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://coq.inria.fr/distrib/V${version}/files/coq-${version}.tar.gz";
|
url = "http://coq.inria.fr/distrib/V${version}/files/coq-${version}.tar.gz";
|
||||||
|
|||||||
Reference in New Issue
Block a user