mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
ocamlPackages.astring: remove spurious dependency to camlp4
This commit is contained in:
parent
ea9078b76b
commit
0c085fd034
@ -1,8 +1,8 @@
|
|||||||
{ stdenv, fetchurl, buildOcaml, ocaml, findlib, ocamlbuild, topkg }:
|
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, topkg }:
|
||||||
|
|
||||||
buildOcaml rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.8.3";
|
version = "0.8.3";
|
||||||
name = "astring";
|
name = "ocaml${ocaml.version}-astring-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://erratique.ch/software/astring/releases/astring-${version}.tbz";
|
url = "http://erratique.ch/software/astring/releases/astring-${version}.tbz";
|
||||||
|
Loading…
Reference in New Issue
Block a user