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