wxmaxima: don't try to build this package on FreeBSD

This commit is contained in:
Peter Simons 2013-03-22 12:53:07 +01:00
parent 7e24ae77fe
commit 7df21af242

View file

@ -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 ];
};
}