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

View File

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