Unverified Commit fcf5a84b authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

mixxx: add wrapGAppsHook3 to fix file dialog
parents 67cc4bf3 6f2c1521
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -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