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

mixxx: add wrapGAppsHook3 to fix file dialog

authored by Aleksana and committed by GitHub fcf5a84b 67cc4bf3

+7 -4
+7 -4
pkgs/applications/audio/mixxx/default.nix
··· 52 , upower 53 , vamp-plugin-sdk 54 , wavpack 55 }: 56 57 mkDerivation rec { ··· 65 hash = "sha256-JSWUzerm7D6AKq6g/9eRrt3EE2movRdM+VLUg07sLHo="; 66 }; 67 68 - nativeBuildInputs = [ cmake pkg-config ]; 69 70 buildInputs = [ 71 chromaprint ··· 118 wavpack 119 ]; 120 121 - qtWrapperArgs = [ 122 - "--set LOCALE_ARCHIVE ${glibcLocales}/lib/locale/locale-archive" 123 - ]; 124 125 # mixxx installs udev rules to DATADIR instead of SYSCONFDIR 126 # let's disable this and install udev rules manually via postInstall
··· 52 , upower 53 , vamp-plugin-sdk 54 , wavpack 55 + , wrapGAppsHook3 56 }: 57 58 mkDerivation rec { ··· 66 hash = "sha256-JSWUzerm7D6AKq6g/9eRrt3EE2movRdM+VLUg07sLHo="; 67 }; 68 69 + nativeBuildInputs = [ cmake pkg-config wrapGAppsHook3 ]; 70 + 71 + dontWrapGApps = true; 72 73 buildInputs = [ 74 chromaprint ··· 121 wavpack 122 ]; 123 124 + preFixup='' 125 + qtWrapperArgs+=(--set LOCALE_ARCHIVE ${glibcLocales}/lib/locale/locale-archive ''${gappsWrapperArgs[@]}) 126 + ''; 127 128 # mixxx installs udev rules to DATADIR instead of SYSCONFDIR 129 # let's disable this and install udev rules manually via postInstall