cinnamon.cjs: various clean up
- Remove unused args - Remove makeWrapper since it is not used - Remove checkInputs since we don't run tests - Clean up propagated bindings since grepping them returns nothing - Don't pull in gtk4 since it is only used in an optional test
This commit is contained in:
parent
450920044d
commit
54d0a168b3
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user