···
, librsvg, libcanberra-gtk3
, intltool, itstool, libxml2, clutter, clutter-gtk, wrapGAppsHook }:
5
-
stdenv.mkDerivation rec {
6
-
name = "quadrapassel-${version}";
6
+
pname = "quadrapassel";
7
+
in stdenv.mkDerivation rec {
8
+
name = "${pname}-${version}";
···
sha256 = "0ed44ef73c8811cbdfc3b44c8fd80eb6e2998d102d59ac324e4748f5d9dddb55";
15
-
updateScript = gnome3.updateScript { packageName = "quadrapassel"; attrPath = "gnome3.quadrapassel"; };
18
-
nativeBuildInputs = [ pkgconfig ];
19
-
buildInputs = [ gtk3 gnome3.defaultIconTheme gdk_pixbuf librsvg
20
-
libcanberra-gtk3 itstool intltool clutter
21
-
libxml2 clutter-gtk wrapGAppsHook ];
16
+
nativeBuildInputs = [ pkgconfig itstool intltool wrapGAppsHook ];
18
+
gtk3 gnome3.defaultIconTheme gdk_pixbuf librsvg
19
+
libcanberra-gtk3 clutter libxml2 clutter-gtk
enableParallelBuilding = true;
25
+
updateScript = gnome3.updateScript {
26
+
packageName = pname;
27
+
attrPath = "gnome3.${pname}";
meta = with stdenv.lib; {
32
+
description = "Classic falling-block game, Tetris";
homepage = https://wiki.gnome.org/Apps/Quadrapassel;
27
-
description = "Classic falling-block game, Tetris";
34
+
license = licenses.gpl2;
maintainers = gnome3.maintainers;
29
-
license = licenses.gpl2;
platforms = platforms.linux;