summary refs log tree commit diff
path: root/pkgs/applications/science/logic/coq
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2014-05-05 00:58:23 -0500
committerJohn Wiegley <johnw@newartisans.com>2014-05-05 00:58:23 -0500
commit0a6b317071b8ee5200945802e686da155ea93db4 (patch)
tree1200d4700fe56fab5b33b420280ecf1468527506 /pkgs/applications/science/logic/coq
parent66bcd77f0ebdacb99ad54339945fb9a082f20df6 (diff)
downloadnixpkgs-0a6b317071b8ee5200945802e686da155ea93db4.tar
nixpkgs-0a6b317071b8ee5200945802e686da155ea93db4.tar.gz
nixpkgs-0a6b317071b8ee5200945802e686da155ea93db4.tar.bz2
nixpkgs-0a6b317071b8ee5200945802e686da155ea93db4.tar.lz
nixpkgs-0a6b317071b8ee5200945802e686da155ea93db4.tar.xz
nixpkgs-0a6b317071b8ee5200945802e686da155ea93db4.tar.zst
nixpkgs-0a6b317071b8ee5200945802e686da155ea93db4.zip
Make Coq buildable on any Unix
Diffstat (limited to 'pkgs/applications/science/logic/coq')
-rw-r--r--pkgs/applications/science/logic/coq/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/logic/coq/default.nix b/pkgs/applications/science/logic/coq/default.nix
index aa3ba878eb5..21691f8fc01 100644
--- a/pkgs/applications/science/logic/coq/default.nix
+++ b/pkgs/applications/science/logic/coq/default.nix
@@ -55,6 +55,6 @@ stdenv.mkDerivation {
     homepage = "http://coq.inria.fr";
     license = "LGPL";
     maintainers = with stdenv.lib.maintainers; [ roconnor thoughtpolice ];
-    platforms = stdenv.lib.platforms.linux;
+    platforms = stdenv.lib.platforms.unix;
   };
 }