gnome3.gnome-settings-daemon: remove backlight helper
Brightnessn can now be controlled through dbus via systemd/logind, which gsd prefers if available.
This commit is contained in:
parent
c48ba8044a
commit
c7cf166533
@ -53,7 +53,6 @@ stdenv.mkDerivation rec {
|
|||||||
src = ./fix-paths.patch;
|
src = ./fix-paths.patch;
|
||||||
inherit tzdata mousetweaks;
|
inherit tzdata mousetweaks;
|
||||||
})
|
})
|
||||||
./global-backlight-helper.patch
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -103,11 +102,6 @@ stdenv.mkDerivation rec {
|
|||||||
# we're using plain
|
# we're using plain
|
||||||
NIX_CFLAGS_COMPILE = "-DG_DISABLE_CAST_CHECKS";
|
NIX_CFLAGS_COMPILE = "-DG_DISABLE_CAST_CHECKS";
|
||||||
|
|
||||||
# So the polkit policy can reference /run/current-system/sw/bin/gnome-settings-daemon/gsd-backlight-helper
|
|
||||||
postFixup = ''
|
|
||||||
mkdir -p $out/bin/gnome-settings-daemon
|
|
||||||
ln -s $out/libexec/gsd-backlight-helper $out/bin/gnome-settings-daemon/gsd-backlight-helper
|
|
||||||
'';
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
for f in gnome-settings-daemon/codegen.py plugins/power/gsd-power-constants-update.pl meson_post_install.py; do
|
for f in gnome-settings-daemon/codegen.py plugins/power/gsd-power-constants-update.pl meson_post_install.py; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user