about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-07-10 00:17:38 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-07-21 15:27:02 +0200
commit1173278f3462673dccd20b8be95cb1281a64f815 (patch)
tree8974c16c9415f84af793c130b273e38f0cbe6296 /pkgs/applications/editors
parentbbc7e18ed7ccea7ba85713f461e5017a1f27fcef (diff)
downloadnixlib-1173278f3462673dccd20b8be95cb1281a64f815.tar
nixlib-1173278f3462673dccd20b8be95cb1281a64f815.tar.gz
nixlib-1173278f3462673dccd20b8be95cb1281a64f815.tar.bz2
nixlib-1173278f3462673dccd20b8be95cb1281a64f815.tar.lz
nixlib-1173278f3462673dccd20b8be95cb1281a64f815.tar.xz
nixlib-1173278f3462673dccd20b8be95cb1281a64f815.tar.zst
nixlib-1173278f3462673dccd20b8be95cb1281a64f815.zip
ProofGeneral: 4.3pre131011 -> 4.3pre150313
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/emacs-modes/proofgeneral/4.3pre.nix6
-rw-r--r--pkgs/applications/editors/emacs-modes/proofgeneral/pg.patch2
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/emacs-modes/proofgeneral/4.3pre.nix b/pkgs/applications/editors/emacs-modes/proofgeneral/4.3pre.nix
index 96d7619d387b..815863ac6da1 100644
--- a/pkgs/applications/editors/emacs-modes/proofgeneral/4.3pre.nix
+++ b/pkgs/applications/editors/emacs-modes/proofgeneral/4.3pre.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, emacs, texinfo, texLive, perl, which, automake, enableDoc ? false }:
 
 stdenv.mkDerivation (rec {
-  name = "ProofGeneral-4.3pre131011";
+  name = "ProofGeneral-4.3pre150313";
 
   src = fetchurl {
-    url = http://proofgeneral.inf.ed.ac.uk/releases/ProofGeneral-4.3pre131011.tgz;
-    sha256 = "0104iy2xik5npkdg9p2ir6zqyrmdc93azrgm3ayvg0z76vmnb816";
+    url = "http://proofgeneral.inf.ed.ac.uk/releases/${name}.tgz";
+    sha256 = "1jq5ykkk14xr5qcn4kyxmi5ls0fibr0y47gfygzm1mzrfvz9aw3f";
   };
 
   sourceRoot = name;
diff --git a/pkgs/applications/editors/emacs-modes/proofgeneral/pg.patch b/pkgs/applications/editors/emacs-modes/proofgeneral/pg.patch
index c733911118de..704e4b6c8c7a 100644
--- a/pkgs/applications/editors/emacs-modes/proofgeneral/pg.patch
+++ b/pkgs/applications/editors/emacs-modes/proofgeneral/pg.patch
@@ -7,7 +7,7 @@ diff -r c7d8bfff4c0a bin/proofgeneral
  if [ -z "$PGHOME" ] || [ ! -d "$PGHOME" ]; then
 -    # default relative to this script, otherwise PGHOMEDEFAULT
 -    MYDIR="`readlink --canonicalize "$0" | sed -ne 's,/bin/proofgeneral$,,p'`"
--    if [ -d "$MYDIR" ]; then
+-    if [ -d "$MYDIR/generic" ]; then
 -	PGHOME="$MYDIR"
 -    elif [ -d "$PGHOMEDEFAULT" ]; then
 +    if [ -d "$PGHOMEDEFAULT" ]; then