+1
nixos/tests/installed-tests/default.nix
+1
nixos/tests/installed-tests/default.nix
···
+9
nixos/tests/installed-tests/power-profiles-daemon.nix
+9
nixos/tests/installed-tests/power-profiles-daemon.nix
+56
-2
pkgs/os-specific/linux/power-profiles-daemon/default.nix
+56
-2
pkgs/os-specific/linux/power-profiles-daemon/default.nix
·········+url = "https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/commit/3c64d9e1732eb6425e33013c452f1c4aa7a26f7e.patch";············+# https://github.com/martinpitt/python-dbusmock/blob/2254e69279a02fb3027b500ed7288b77c7a80f2a/dbusmock/mockobject.py#L51+# https://github.com/martinpitt/python-dbusmock/blob/2254e69279a02fb3027b500ed7288b77c7a80f2a/dbusmock/__main__.py#L60-L62+--prefix PYTHONPATH : "${lib.makeSearchPath python3.sitePackages (testPythonPkgs python3.pkgs)}"+wrapPythonProgramsIn "$installedTests/libexec/installed-tests" "$pythonPath ${lib.concatStringsSep " " (testPythonPkgs python3.pkgs)}"
+37
pkgs/os-specific/linux/power-profiles-daemon/installed-tests-path.patch
+37
pkgs/os-specific/linux/power-profiles-daemon/installed-tests-path.patch
···++installed_test_bindir = get_option('installed_test_prefix') / 'libexec' / 'installed-tests' / meson.project_name()++installed_test_datadir = get_option('installed_test_prefix') / 'share' / 'installed-tests' / meson.project_name()