aboutsummaryrefslogtreecommitdiff
path: root/pkgs/desktops/gnome-3/games/lightsoff
diff options
context:
space:
mode:
authorTor Hedin Brønner <torhedinbronner@gmail.com>2019-03-11 19:40:26 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-04-05 12:13:45 +0200
commit216ac5f9583e4af7ed2a977e40383df6b0fa5011 (patch)
treeec7d8a019580f95701b8299c3fbfce8352dcd6f1 /pkgs/desktops/gnome-3/games/lightsoff
parent4ffd950f1d0fb76d1a368f73bc7537fac9af1e83 (diff)
gnome3.lightsoff: 3.30.0 -> 3.32.0
Diffstat (limited to 'pkgs/desktops/gnome-3/games/lightsoff')
-rw-r--r--pkgs/desktops/gnome-3/games/lightsoff/default.nix15
1 files changed, 7 insertions, 8 deletions
diff --git a/pkgs/desktops/gnome-3/games/lightsoff/default.nix b/pkgs/desktops/gnome-3/games/lightsoff/default.nix
index bbc65f3e5ba0..18c6f43b3b36 100644
--- a/pkgs/desktops/gnome-3/games/lightsoff/default.nix
+++ b/pkgs/desktops/gnome-3/games/lightsoff/default.nix
@@ -4,25 +4,24 @@
stdenv.mkDerivation rec {
name = "lightsoff-${version}";
- version = "3.30.0";
+ version = "3.32.0";
src = fetchurl {
url = "mirror://gnome/sources/lightsoff/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "1cv5pkw0n8k5wb98ihx0z1z615w1wc09y884wk608wy40bgq46wp";
+ sha256 = "0vc3ibjs9ynnm0gxlhhin7jpnsx22vnn4ygaybxwmv9w2q49cs9f";
};
- postPatch = ''
- chmod +x meson_post_install.py # patchShebangs requires executable file
- patchShebangs meson_post_install.py
- sed -i '/gtk-update-icon-cache/s/^/#/' meson_post_install.py
- '';
-
nativeBuildInputs = [
vala pkgconfig wrapGAppsHook itstool gettext appstream-glib libxml2
meson ninja python3
];
buildInputs = [ gtk3 gnome3.adwaita-icon-theme gdk_pixbuf librsvg clutter clutter-gtk ];
+ postPatch = ''
+ chmod +x build-aux/meson_post_install.py
+ patchShebangs build-aux/meson_post_install.py
+ '';
+
passthru = {
updateScript = gnome3.updateScript {
packageName = "lightsoff";