lol

ocamlPackages.astring: remove spurious dependency to camlp4

+3 -3
+3 -3
pkgs/development/ocaml-modules/astring/default.nix
··· 1 - { stdenv, fetchurl, buildOcaml, ocaml, findlib, ocamlbuild, topkg }: 1 + { stdenv, fetchurl, ocaml, findlib, ocamlbuild, topkg }: 2 2 3 - buildOcaml rec { 3 + stdenv.mkDerivation rec { 4 4 version = "0.8.3"; 5 - name = "astring"; 5 + name = "ocaml${ocaml.version}-astring-${version}"; 6 6 7 7 src = fetchurl { 8 8 url = "http://erratique.ch/software/astring/releases/astring-${version}.tbz";