From c58754b390e145003f06ed670302e1ed44cfa281 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 15 Jul 2011 12:47:20 +0000 Subject: [PATCH] stellarium: build this package on Linux only Stellarium is supposed to compile on mesaPlatforms, but unfortunately our qt47 expression doesn't support platforms other than Linux. svn path=/nixpkgs/trunk/; revision=27798 --- pkgs/applications/science/astronomy/stellarium/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/astronomy/stellarium/default.nix b/pkgs/applications/science/astronomy/stellarium/default.nix index 0f2a104f80f..acf7721489a 100644 --- a/pkgs/applications/science/astronomy/stellarium/default.nix +++ b/pkgs/applications/science/astronomy/stellarium/default.nix @@ -25,7 +25,7 @@ stdenv.mkDerivation { homepage = http://stellarium.org/; license = "GPL2"; - platforms = stdenv.lib.platforms.mesaPlatforms; + platforms = stdenv.lib.platforms.linux; # should be mesaPlatforms, but we don't have qt on darwin maintainers = [ stdenv.lib.maintainers.simons ]; }; }