qq: change wrapGAppsHook to makeWrapper (#284788)

This commit is contained in:
ChaosAttractor 2024-03-25 18:35:42 +08:00 committed by GitHub
parent 937b1365a9
commit 3035895d13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
, vips
, at-spi2-core
, autoPatchelfHook
, wrapGAppsHook
, makeWrapper
}:
let
@ -43,7 +43,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [
autoPatchelfHook
wrapGAppsHook
makeWrapper
dpkg
];