Fixing configure patch for coq 8.3.

This commit is contained in:
Russell O'Connor 2012-08-19 01:11:11 -04:00
parent eafd2008f1
commit 525b8015e7

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation {
buildFlags = "world"; # Debug with "world VERBOSE=1";
patches = [ ./configure.patch ];
patches = [ ./configure.8.3.patch ];
postPatch = ''
UNAME=$(type -tp uname)