summary refs log tree commit diff
path: root/pkgs/applications/science/logic
diff options
context:
space:
mode:
authorMarco Maggesi <maggesi@math.unifi.it>2011-12-16 07:44:29 +0000
committerMarco Maggesi <maggesi@math.unifi.it>2011-12-16 07:44:29 +0000
commit74c3fc3085365b2d27e38194042cb3f824c5c512 (patch)
treeb10429c724199f5e7826bd99ce740d3c8369aad4 /pkgs/applications/science/logic
parent05f5c8802e5dc9533e9a108f5c91c8a259df0f8f (diff)
downloadnixlib-74c3fc3085365b2d27e38194042cb3f824c5c512.tar
nixlib-74c3fc3085365b2d27e38194042cb3f824c5c512.tar.gz
nixlib-74c3fc3085365b2d27e38194042cb3f824c5c512.tar.bz2
nixlib-74c3fc3085365b2d27e38194042cb3f824c5c512.tar.lz
nixlib-74c3fc3085365b2d27e38194042cb3f824c5c512.tar.xz
nixlib-74c3fc3085365b2d27e38194042cb3f824c5c512.tar.zst
nixlib-74c3fc3085365b2d27e38194042cb3f824c5c512.zip
Update HOL Light to rev 114
svn path=/nixpkgs/trunk/; revision=30922
Diffstat (limited to 'pkgs/applications/science/logic')
-rw-r--r--pkgs/applications/science/logic/hol_light/default.nix22
1 files changed, 12 insertions, 10 deletions
diff --git a/pkgs/applications/science/logic/hol_light/default.nix b/pkgs/applications/science/logic/hol_light/default.nix
index 3f161b5249d7..209ba934b9ef 100644
--- a/pkgs/applications/science/logic/hol_light/default.nix
+++ b/pkgs/applications/science/logic/hol_light/default.nix
@@ -1,20 +1,22 @@
 {stdenv, fetchsvn, writeScript, ocaml, findlib, camlp5}:
 
-stdenv.mkDerivation rec {
-  name = "hol_light-20111106";
-  src = fetchsvn {
-    url = http://hol-light.googlecode.com/svn/trunk;
-    rev = "112";
-    sha256 = "6c7b39ea024b2e8042c1a22a01f778caedaaf82189c9f2c1cfa8c08707151129";
-  };
-
-  buildInputs = [ ocaml findlib camlp5 ];
-
+let
   start_script = ''
     #!/bin/sh
     cd "$out/lib/hol_light"
     exec ${ocaml}/bin/ocaml -I "$(ocamlfind query camlp5)" -init make.ml
   '';
+in
+
+stdenv.mkDerivation {
+  name = "hol_light-20111204";
+  src = fetchsvn {
+    url = http://hol-light.googlecode.com/svn/trunk;
+    rev = "114";
+    sha256 = "a9203a0118caf5d0ca7621abafab4af6245e1c1ae6ba628ead7c6f69aa86d9d3";
+  };
+
+  buildInputs = [ ocaml findlib camlp5 ];
 
   buildPhase = ''
     make pa_j.ml