Merge pull request #191811 from bobby285271/cjs

cinnamon.cjs: various clean up
This commit is contained in:
Bobby Rong 2022-09-21 15:03:20 +08:00 committed by GitHub
commit a309b9794d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,31 +1,17 @@
{ dbus-glib
{ stdenv
, lib
, fetchFromGitHub
, gobject-introspection
, pkg-config
, lib
, stdenv
, wrapGAppsHook
, python3
, cairo
, gnome
, xapp
, keybinder3
, upower
, callPackage
, glib
, libffi
, gtk3
, readline
, spidermonkey_78
, meson
, sysprof
, dbus
, xvfb-run
, ninja
, makeWrapper
, which
, libxml2
, gtk4
}:
stdenv.mkDerivation rec {
@ -45,13 +31,11 @@ stdenv.mkDerivation rec {
meson
ninja
pkg-config
makeWrapper
which # for locale detection
libxml2 # for xml-stripblanks
];
buildInputs = [
gtk4
gobject-introspection
cairo
readline
@ -59,18 +43,8 @@ stdenv.mkDerivation rec {
dbus # for dbus-run-session
];
checkInputs = [
xvfb-run
];
propagatedBuildInputs = [
glib
# bindings
gnome.caribou
keybinder3
upower
xapp
];
mesonFlags = [