gnome3.lightsoff: clean up
This commit is contained in:
parent
dd791a4281
commit
f46cfa4968
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gtk3, gnome3, gdk_pixbuf, librsvg, wrapGAppsHook
|
{ stdenv, fetchurl, vala, pkgconfig, gtk3, gnome3, gdk_pixbuf, librsvg, wrapGAppsHook
|
||||||
, intltool, itstool, clutter, clutter-gtk, libxml2, dconf }:
|
, gettext, itstool, clutter, clutter-gtk, libxml2, appstream-glib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "lightsoff-${version}";
|
name = "lightsoff-${version}";
|
||||||
@ -10,16 +10,18 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0rwh9kz6aphglp79cyrfjab6vy02vclq68f646zjgb9xgg6ar73g";
|
sha256 = "0rwh9kz6aphglp79cyrfjab6vy02vclq68f646zjgb9xgg6ar73g";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
nativeBuildInputs = [ vala pkgconfig wrapGAppsHook itstool gettext appstream-glib libxml2];
|
||||||
updateScript = gnome3.updateScript { packageName = "lightsoff"; attrPath = "gnome3.lightsoff"; };
|
buildInputs = [ gtk3 gnome3.defaultIconTheme gdk_pixbuf librsvg clutter clutter-gtk ];
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
|
||||||
buildInputs = [ gtk3 gnome3.defaultIconTheme gdk_pixbuf librsvg dconf
|
|
||||||
libxml2 clutter clutter-gtk wrapGAppsHook itstool intltool ];
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
updateScript = gnome3.updateScript {
|
||||||
|
packageName = "lightsoff";
|
||||||
|
attrPath = "gnome3.lightsoff";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://wiki.gnome.org/Apps/Lightsoff;
|
homepage = https://wiki.gnome.org/Apps/Lightsoff;
|
||||||
description = "Puzzle game, where the objective is to turn off all of the tiles on the board";
|
description = "Puzzle game, where the objective is to turn off all of the tiles on the board";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user