From 153afc9602578f141e135e45a429fec464848c74 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Sun, 12 May 2024 23:30:51 +0200 Subject: throttled: use small GApps wrapper --- pkgs/tools/system/throttled/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools') diff --git a/pkgs/tools/system/throttled/default.nix b/pkgs/tools/system/throttled/default.nix index ff671633b9601..1fa67fb1c2243 100644 --- a/pkgs/tools/system/throttled/default.nix +++ b/pkgs/tools/system/throttled/default.nix @@ -1,4 +1,4 @@ -{ lib, stdenv, fetchFromGitHub, gobject-introspection, python3Packages, pciutils, wrapGAppsHook3 }: +{ lib, stdenv, fetchFromGitHub, gobject-introspection, python3Packages, pciutils, wrapGAppsNoGuiHook }: stdenv.mkDerivation rec { pname = "throttled"; @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ gobject-introspection python3Packages.wrapPython - wrapGAppsHook3 + wrapGAppsNoGuiHook ]; pythonPath = with python3Packages; [ -- cgit 1.4.1