gnome 3.16 accersiser: change ipythonLight to ipython
This commit is contained in:
parent
df8ddf9809
commit
fb5f7832d9
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook itstool libxml2 python3 pyatspi
|
pkgconfig gtk3 wrapGAppsHook itstool libxml2 python3 pyatspi
|
||||||
python3Packages.pygobject3 python3Packages.ipythonLight
|
python3Packages.pygobject3 python3Packages.ipython
|
||||||
at_spi2_core dbus intltool libwnck3 gnome3.defaultIconTheme
|
at_spi2_core dbus intltool libwnck3 gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue