Merge pull request #311180 from SuperSandro2000/throttled-headless
throttled: use small GApps wrapper
This commit is contained in:
commit
87351084b1
@ -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; [
|
||||
|
Loading…
Reference in New Issue
Block a user