summary refs log tree commit diff
path: root/pkgs/applications/science/logic/coq/8.3.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/logic/coq/8.3.nix')
-rw-r--r--pkgs/applications/science/logic/coq/8.3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/logic/coq/8.3.nix b/pkgs/applications/science/logic/coq/8.3.nix
index bf759a4a3260..f23622de8a03 100644
--- a/pkgs/applications/science/logic/coq/8.3.nix
+++ b/pkgs/applications/science/logic/coq/8.3.nix
@@ -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)