tidal-hifi: call wrapGAppsHook3

This commit is contained in:
Jacob Birkett 2024-08-22 03:08:59 -07:00
parent 0e022141f4
commit 4db845690e

View File

@ -4,6 +4,7 @@
, autoPatchelfHook , autoPatchelfHook
, dpkg , dpkg
, makeWrapper , makeWrapper
, wrapGAppsHook3
, alsa-lib , alsa-lib
, at-spi2-atk , at-spi2-atk
, at-spi2-core , at-spi2-core
@ -44,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
sha256 = "sha256-gDinm7kILm4SKlWmaJ1grwRuketGs/aWlJfNEF+AIRo="; sha256 = "sha256-gDinm7kILm4SKlWmaJ1grwRuketGs/aWlJfNEF+AIRo=";
}; };
nativeBuildInputs = [ autoPatchelfHook dpkg makeWrapper ]; nativeBuildInputs = [ autoPatchelfHook dpkg makeWrapper wrapGAppsHook3 ];
buildInputs = [ buildInputs = [
alsa-lib alsa-lib