treewide: no gnome aliases

This commit is contained in:
Jan Tojnar
2019-03-24 14:46:50 -04:00
committed by worldofpeace
parent 2be90ccb4f
commit 97eb65324d
14 changed files with 43 additions and 39 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, intltool, itstool, isocodes, enchant, libxml2, python, gnome3, mate, wrapGAppsHook }:
{ stdenv, fetchurl, pkgconfig, intltool, itstool, isocodes, enchant, libxml2, python, gnome3, gtksourceview3, libpeas, mate, wrapGAppsHook }:
stdenv.mkDerivation rec {
name = "pluma-${version}";
@@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
enchant
libxml2
python
gnome3.gtksourceview
gnome3.libpeas
gtksourceview3
libpeas
gnome3.adwaita-icon-theme
mate.mate-desktop
];