wrapGAppsNoGuiHook: fix cross usage for networkd-dispatcher (#472023)

This commit is contained in:
Aleksana
2025-12-20 02:26:29 +00:00
committed by GitHub
2 changed files with 1 additions and 4 deletions
@@ -57,10 +57,7 @@ stdenv.mkDerivation rec {
];
checkInputs = with python3Packages; [
dbus-python
iw
mock
pygobject3
pytestCheckHook
];
+1 -1
View File
@@ -918,7 +918,7 @@ with pkgs;
};
wrapGAppsNoGuiHook = callPackage ../build-support/setup-hooks/wrap-gapps-hook {
makeWrapper = makeBinaryWrapper;
makeWrapper = buildPackages.makeBinaryWrapper;
};
separateDebugInfo = makeSetupHook {