summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-07-15 12:47:20 +0000
committerPeter Simons <simons@cryp.to>2011-07-15 12:47:20 +0000
commitc58754b390e145003f06ed670302e1ed44cfa281 (patch)
tree58f7531f1e67ac180b10acae2e2d50e8bd653335 /pkgs/applications/science
parent56a081cd55365d1028876f4a9b3ea75f00b6a224 (diff)
downloadnixlib-c58754b390e145003f06ed670302e1ed44cfa281.tar
nixlib-c58754b390e145003f06ed670302e1ed44cfa281.tar.gz
nixlib-c58754b390e145003f06ed670302e1ed44cfa281.tar.bz2
nixlib-c58754b390e145003f06ed670302e1ed44cfa281.tar.lz
nixlib-c58754b390e145003f06ed670302e1ed44cfa281.tar.xz
nixlib-c58754b390e145003f06ed670302e1ed44cfa281.tar.zst
nixlib-c58754b390e145003f06ed670302e1ed44cfa281.zip
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
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/astronomy/stellarium/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/astronomy/stellarium/default.nix b/pkgs/applications/science/astronomy/stellarium/default.nix
index 0f2a104f80f7..acf7721489a7 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 ];
   };
 }