mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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 New Issue
Block a user