From 084a9e0885dfc3a1a20e4934f20f3e144eadbd4a Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 15 Apr 2023 20:13:33 +0000 Subject: fwupd,power-profiles-daemon: remove pkexec hack This isn't needed since Meson 1.1.0. --- pkgs/os-specific/linux/power-profiles-daemon/default.nix | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'pkgs/os-specific/linux/power-profiles-daemon') diff --git a/pkgs/os-specific/linux/power-profiles-daemon/default.nix b/pkgs/os-specific/linux/power-profiles-daemon/default.nix index 393583e0864..648442ad757 100644 --- a/pkgs/os-specific/linux/power-profiles-daemon/default.nix +++ b/pkgs/os-specific/linux/power-profiles-daemon/default.nix @@ -104,16 +104,6 @@ stdenv.mkDerivation rec { tests/unittest_inspector.py ''; - preInstall = '' - # We have pkexec on PATH so Meson will try to use it when installation fails - # due to being unable to write to e.g. /etc. - # Let’s pretend we already ran pkexec – - # the pkexec on PATH would complain it lacks setuid bit, - # obscuring the underlying error. - # https://github.com/mesonbuild/meson/blob/492cc9bf95d573e037155b588dc5110ded4d9a35/mesonbuild/minstall.py#L558 - export PKEXEC_UID=-1 - ''; - postCheck = '' # Do not contaminate the wrapper with test dependencies. unset GI_TYPELIB_PATH -- cgit 1.4.1