wrapGAppsNoGuiHook: fix cross usage for networkd-dispatcher (#472023)
This commit is contained in:
@@ -57,10 +57,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
checkInputs = with python3Packages; [
|
||||
dbus-python
|
||||
iw
|
||||
mock
|
||||
pygobject3
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
||||
@@ -918,7 +918,7 @@ with pkgs;
|
||||
};
|
||||
|
||||
wrapGAppsNoGuiHook = callPackage ../build-support/setup-hooks/wrap-gapps-hook {
|
||||
makeWrapper = makeBinaryWrapper;
|
||||
makeWrapper = buildPackages.makeBinaryWrapper;
|
||||
};
|
||||
|
||||
separateDebugInfo = makeSetupHook {
|
||||
|
||||
Reference in New Issue
Block a user