throttled: use small GApps wrapper

This commit is contained in:
Sandro Jäckel
2024-05-12 23:30:51 +02:00
parent 553dab119b
commit 153afc9602
+2 -2
View File
@@ -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; [