summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/js_of_ocaml
diff options
context:
space:
mode:
authorFlorent Becker <florent.becker@ens-lyon.org>2014-10-14 13:10:08 +0200
committerFlorent Becker <florent.becker@ens-lyon.org>2014-10-14 13:10:08 +0200
commitbb2a9941e52b97a1be5c52a106b2b84fa3d40254 (patch)
tree53257ed9b8b77ead4eca2f7af3b5030000bf8a34 /pkgs/development/tools/ocaml/js_of_ocaml
parente8b24eb63e0ead9988191fe939a461bf36ec7674 (diff)
downloadnixpkgs-bb2a9941e52b97a1be5c52a106b2b84fa3d40254.tar
nixpkgs-bb2a9941e52b97a1be5c52a106b2b84fa3d40254.tar.gz
nixpkgs-bb2a9941e52b97a1be5c52a106b2b84fa3d40254.tar.bz2
nixpkgs-bb2a9941e52b97a1be5c52a106b2b84fa3d40254.tar.lz
nixpkgs-bb2a9941e52b97a1be5c52a106b2b84fa3d40254.tar.xz
nixpkgs-bb2a9941e52b97a1be5c52a106b2b84fa3d40254.tar.zst
nixpkgs-bb2a9941e52b97a1be5c52a106b2b84fa3d40254.zip
add version number to the name of the js_of_ocaml package
Diffstat (limited to 'pkgs/development/tools/ocaml/js_of_ocaml')
-rw-r--r--pkgs/development/tools/ocaml/js_of_ocaml/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ocaml/js_of_ocaml/default.nix b/pkgs/development/tools/ocaml/js_of_ocaml/default.nix
index 10f00c4e542..4443d2d5340 100644
--- a/pkgs/development/tools/ocaml/js_of_ocaml/default.nix
+++ b/pkgs/development/tools/ocaml/js_of_ocaml/default.nix
@@ -2,7 +2,7 @@
  cmdliner}:
 
 stdenv.mkDerivation {
-  name = "js_of_ocaml";
+  name = "js_of_ocaml-2.5";
   src = fetchurl {
     url = https://github.com/ocsigen/js_of_ocaml/archive/2.5.tar.gz;
     sha256 = "1prm08nf8szmd3p13ysb0yx1cy6lr671bnwsp25iny8hfbs39sjv";