18 , libstartup_notification
20 , gobject-introspection
24 stdenv.mkDerivation rec {
28 outputs = [ "out" "dev" "devdoc" ];
32 url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
33 sha256 = "kFvNuFhH1rj4hh5WswzW3GHq5n7O9M2ZSp+SWiaiwf4=";
37 # bamfdaemon crashes with libwnck3 43.0
38 # https://bugs.launchpad.net/ubuntu/+source/libwnck3/+bug/1990263
40 url = "https://gitlab.gnome.org/GNOME/libwnck/-/commit/6ceb684442eb26e3bdb8a38bf52264ad55f96a7b.patch";
41 sha256 = "/1wCnElCrZB7XTDW/l3dxMKZ9czGnukbGu4/aQStoXE=";
54 ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
60 libstartup_notification
66 propagatedBuildInputs = [
76 updateScript = gnome.updateScript {
82 description = "Library to manage X windows and workspaces (via pagers, tasklists, etc.)";
83 license = licenses.lgpl21Plus;
84 platforms = platforms.linux;
85 maintainers = with maintainers; [ liff ];