gnome3.accerciser: init at 3.14.0

This commit is contained in:
Jascha Geerds 2015-08-13 23:51:30 +02:00
parent 0039622d64
commit 5d48d41e7c
2 changed files with 31 additions and 1 deletions

View file

@ -0,0 +1,28 @@
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
, itstool, libxml2, python3, python3Packages, pyatspi, at_spi2_core
, dbus, intltool, libwnck3, hicolor_icon_theme }:
stdenv.mkDerivation rec {
name = "accerciser-3.14.0";
src = fetchurl {
url = "mirror://gnome/sources/accerciser/3.14/${name}.tar.xz";
sha256 = "0x05gpajpcs01g7m34g6fxz8122cf9kx3k0lchwl34jy8xfr39gm";
};
buildInputs = [
pkgconfig gtk3 wrapGAppsHook itstool libxml2 python3 pyatspi
python3Packages.pygobject3 python3Packages.ipythonLight
at_spi2_core dbus intltool libwnck3 hicolor_icon_theme
];
wrapPrefixVariables = [ "PYTHONPATH" ];
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Accerciser;
description = "Interactive Python accessibility explorer";
maintainers = gnome3.maintainers;
license = licenses.bsd3;
platforms = platforms.linux;
};
}

View file

@ -31,7 +31,7 @@ let
gnome_terminal gnome-user-docs bijiben evolution file-roller gedit
gnome-clocks gnome-music gnome-tweak-tool gnome-photos
nautilus-sendto dconf-editor vinagre gnome-weather gnome-logs
gnome-maps gnome-characters gnome-calendar
gnome-maps gnome-characters gnome-calendar accerciser
];
gamesPackages = with gnome3; [ swell-foop lightsoff iagno
@ -248,6 +248,8 @@ let
#### Apps (http://ftp.acc.umu.se/pub/GNOME/apps/)
accerciser = callPackage ./apps/accerciser { };
bijiben = callPackage ./apps/bijiben {
webkitgtk = webkitgtk24x;
};