Fixing configure patch for coq 8.3.
This commit is contained in:
@@ -36,7 +36,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildFlags = "world"; # Debug with "world VERBOSE=1";
|
buildFlags = "world"; # Debug with "world VERBOSE=1";
|
||||||
|
|
||||||
patches = [ ./configure.patch ];
|
patches = [ ./configure.8.3.patch ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
UNAME=$(type -tp uname)
|
UNAME=$(type -tp uname)
|
||||||
|
|||||||
Reference in New Issue
Block a user