mixxx: add wrapGAppsHook3 to fix file dialog
Signed-off-by: C0D3 M4513R <28912031+C0D3-M4513R@users.noreply.github.com>
This commit is contained in:
parent
754784d9f9
commit
6f2c152108
1 changed files with 7 additions and 4 deletions
|
@ -52,6 +52,7 @@
|
||||||
, upower
|
, upower
|
||||||
, vamp-plugin-sdk
|
, vamp-plugin-sdk
|
||||||
, wavpack
|
, wavpack
|
||||||
|
, wrapGAppsHook3
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
|
@ -65,7 +66,9 @@ mkDerivation rec {
|
||||||
hash = "sha256-JSWUzerm7D6AKq6g/9eRrt3EE2movRdM+VLUg07sLHo=";
|
hash = "sha256-JSWUzerm7D6AKq6g/9eRrt3EE2movRdM+VLUg07sLHo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config ];
|
nativeBuildInputs = [ cmake pkg-config wrapGAppsHook3 ];
|
||||||
|
|
||||||
|
dontWrapGApps = true;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
chromaprint
|
chromaprint
|
||||||
|
@ -118,9 +121,9 @@ mkDerivation rec {
|
||||||
wavpack
|
wavpack
|
||||||
];
|
];
|
||||||
|
|
||||||
qtWrapperArgs = [
|
preFixup=''
|
||||||
"--set LOCALE_ARCHIVE ${glibcLocales}/lib/locale/locale-archive"
|
qtWrapperArgs+=(--set LOCALE_ARCHIVE ${glibcLocales}/lib/locale/locale-archive ''${gappsWrapperArgs[@]})
|
||||||
];
|
'';
|
||||||
|
|
||||||
# mixxx installs udev rules to DATADIR instead of SYSCONFDIR
|
# mixxx installs udev rules to DATADIR instead of SYSCONFDIR
|
||||||
# let's disable this and install udev rules manually via postInstall
|
# let's disable this and install udev rules manually via postInstall
|
||||||
|
|
Loading…
Reference in a new issue