wxmaxima: don't try to build this package on FreeBSD
This commit is contained in:
parent
7e24ae77fe
commit
7df21af242
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue