forked from mirrors/nixpkgs
Fixing configure patch for coq 8.3.
This commit is contained in:
parent
eafd2008f1
commit
525b8015e7
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue