summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-03-22 12:53:07 +0100
committerPeter Simons <simons@cryp.to>2013-03-22 12:53:07 +0100
commit7df21af24233919c830e4860397b022ed45a9cd4 (patch)
tree5fd8065bb37892d1794d59f03a1b527755940b7d /pkgs
parent7e24ae77fe59114f6df877d936eb16fa6a1cdaf0 (diff)
downloadnixlib-7df21af24233919c830e4860397b022ed45a9cd4.tar
nixlib-7df21af24233919c830e4860397b022ed45a9cd4.tar.gz
nixlib-7df21af24233919c830e4860397b022ed45a9cd4.tar.bz2
nixlib-7df21af24233919c830e4860397b022ed45a9cd4.tar.lz
nixlib-7df21af24233919c830e4860397b022ed45a9cd4.tar.xz
nixlib-7df21af24233919c830e4860397b022ed45a9cd4.tar.zst
nixlib-7df21af24233919c830e4860397b022ed45a9cd4.zip
wxmaxima: don't try to build this package on FreeBSD
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/science/math/wxmaxima/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/wxmaxima/default.nix b/pkgs/applications/science/math/wxmaxima/default.nix
index 559c4448c316..2f616b2bed0d 100644
--- a/pkgs/applications/science/math/wxmaxima/default.nix
+++ b/pkgs/applications/science/math/wxmaxima/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
     description = "Cross platform GUI for the computer algebra system Maxima.";
     license = "GPL2";
     homepage = http://wxmaxima.sourceforge.net;
-    platforms = stdenv.lib.platforms.unix;
+    platforms = stdenv.lib.platforms.linux;
     maintainers = [ stdenv.lib.maintainers.simons ];
   };
 }