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
This commit is contained in:
parent
56a081cd55
commit
c58754b390
@ -25,7 +25,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://stellarium.org/;
|
homepage = http://stellarium.org/;
|
||||||
license = "GPL2";
|
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 ];
|
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user