xplanet: pass netpbm, edit meta
svn path=/nixpkgs/trunk/; revision=32390
This commit is contained in:
parent
045d0a3ea0
commit
26f5bdfde1
@ -1,4 +1,5 @@
|
|||||||
{stdenv, fetchurl, lib, pkgconfig, freetype, pango, libpng, libtiff, giflib, libjpeg}:
|
{stdenv, fetchurl, pkgconfig, freetype, pango, libpng, libtiff, giflib
|
||||||
|
, libjpeg, netpbm}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "xplanet-1.2.2";
|
name = "xplanet-1.2.2";
|
||||||
@ -8,12 +9,13 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1jnkrly9njkibxqbg5im4pq9cqjzwmki6jzd318dvlfmnicqr3vg";
|
sha256 = "1jnkrly9njkibxqbg5im4pq9cqjzwmki6jzd318dvlfmnicqr3vg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig freetype pango libpng libtiff giflib libjpeg ];
|
buildInputs = [ pkgconfig freetype pango libpng libtiff giflib libjpeg netpbm ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Renders an image of the earth or other planets into the X root window";
|
description = "Renders an image of the earth or other planets into the X root window";
|
||||||
homepage = http://xplanet.sourceforge.net;
|
homepage = http://xplanet.sourceforge.net;
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
maintainers = [ lib.maintainers.sander ];
|
maintainers = [ stdenv.lib.maintainers.sander stdenv.lib.maintainers.urkud ];
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user