Merge pull request #311180 from SuperSandro2000/throttled-headless

throttled: use small GApps wrapper
This commit is contained in:
Franz Pletz 2024-05-13 11:24:04 +02:00 committed by GitHub
commit 87351084b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; [