gnome 3.16 accersiser: change ipythonLight to ipython

This commit is contained in:
Frederik Rietdijk 2015-08-15 09:23:04 +02:00
parent df8ddf9809
commit fb5f7832d9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [
pkgconfig gtk3 wrapGAppsHook itstool libxml2 python3 pyatspi
python3Packages.pygobject3 python3Packages.ipythonLight
python3Packages.pygobject3 python3Packages.ipython
at_spi2_core dbus intltool libwnck3 gnome3.defaultIconTheme
];