Author: maggesi
Date: Sat Mar 17 16:26:20 2012
New Revision: 33194
URL: https://nixos.org/websvn/nix/?rev=33194&sc=1
Log:
Fix building of Coq and update to version 8.3pl3.
Modified:
nixpkgs/trunk/pkgs/applications/science/logic/coq/default.nix
Modified: nixpkgs/trunk/pkgs/applications/science/logic/coq/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/science/logic/coq/default.nix Sat Mar
17 15:25:00 2012 (r33193)
+++ nixpkgs/trunk/pkgs/applications/science/logic/coq/default.nix Sat Mar
17 16:26:20 2012 (r33194)
@@ -4,7 +4,7 @@
{stdenv, fetchurl, ocaml, findlib, camlp5, lablgtk, ncurses}:
let
- version = "8.3pl1";
+ version = "8.3pl3";
in
stdenv.mkDerivation {
@@ -12,7 +12,7 @@
src = fetchurl {
url = "http://coq.inria.fr/V${version}/files/coq-${version}.tar.gz";
- sha256 = "0a791gsbf17y2wi0a376n78pxkhpl0lkzifhy5d3mx3lpn376j9s";
+ sha256 = "0ivrafwr4p8pklb9wfq3zyai19xdk05xr3q16xqk4q9pfad9w9dg";
};
buildInputs = [ ocaml findlib camlp5 ncurses lablgtk ];
@@ -29,7 +29,8 @@
buildFlags = "world"; # Debug with "world VERBOSE=1";
- patches = [ ./configure.patch ./coq-8.3-make-3.82-compat.patch ];
+ #patches = [ ./configure.patch ./coq-8.3-make-3.82-compat.patch ];
+ patches = [ /root/configure.patch ];
postPatch = ''
UNAME=$(type -tp uname)
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits