Merge pull request #308757 from C0D3-M4513R/mixxx-gsettings-unstable

mixxx: add wrapGAppsHook3 to fix file dialog
This commit is contained in:
Aleksana 2024-05-06 23:04:05 +08:00 committed by GitHub
commit fcf5a84b1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,6 +52,7 @@
, upower
, vamp-plugin-sdk
, wavpack
, wrapGAppsHook3
}:
mkDerivation rec {
@ -65,7 +66,9 @@ mkDerivation rec {
hash = "sha256-JSWUzerm7D6AKq6g/9eRrt3EE2movRdM+VLUg07sLHo=";
};
nativeBuildInputs = [ cmake pkg-config ];
nativeBuildInputs = [ cmake pkg-config wrapGAppsHook3 ];
dontWrapGApps = true;
buildInputs = [
chromaprint
@ -118,9 +121,9 @@ mkDerivation rec {
wavpack
];
qtWrapperArgs = [
"--set LOCALE_ARCHIVE ${glibcLocales}/lib/locale/locale-archive"
];
preFixup=''
qtWrapperArgs+=(--set LOCALE_ARCHIVE ${glibcLocales}/lib/locale/locale-archive ''${gappsWrapperArgs[@]})
'';
# mixxx installs udev rules to DATADIR instead of SYSCONFDIR
# let's disable this and install udev rules manually via postInstall