gnome2.gnome-session: remove

This commit is contained in:
Robin Gloster
2018-03-02 11:56:45 +01:00
parent e616cd8840
commit e43dd6f164
2 changed files with 0 additions and 23 deletions
@@ -1,20 +0,0 @@
{ stdenv, fetchurl, pkgconfig, dbus-glib, cairo, dbus, gtk, pango, atk, libXau, libXtst, inputproto
, intltool, libglade, startup_notification, GConf, upower, libSM }:
stdenv.mkDerivation {
name = "gnome-session-2.32.1";
src = fetchurl {
url = mirror://gnome/sources/gnome-session/2.32/gnome-session-2.32.1.tar.bz2;
sha256 = "0sk8qclarpar27va1ahzwjh2wsafys0xsdjzdg7cgygw6gj3rn92";
};
buildInputs =
[ dbus-glib gtk libXau libXtst inputproto libglade startup_notification
GConf upower libSM
];
nativeBuildInputs = [ pkgconfig intltool ];
# gconf-sanity-check-2 not found
meta.broken = true;
}