Unverified Commit 25cd7507 authored by Benjamin Staffin's avatar Benjamin Staffin Committed by GitHub
Browse files

mixxx: 2.5.0 -> 2.5.1 (#403296)

parents 86912a17 15dab23a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -57,13 +57,13 @@

stdenv.mkDerivation rec {
  pname = "mixxx";
  version = "2.5.0";
  version = "2.5.1";

  src = fetchFromGitHub {
    owner = "mixxxdj";
    repo = "mixxx";
    rev = version;
    hash = "sha256-1ZE2hVwacZve0+IOQs+htK/kl7zFsOWkh/KcrnI6u/M=";
    hash = "sha256-s66XrcMGgA8KvBDxljg95nbKW1pIv8rJJ+DyxirHwDo=";
  };

  nativeBuildInputs = [
@@ -130,6 +130,8 @@ stdenv.mkDerivation rec {
  # see https://github.com/mixxxdj/mixxx/blob/2.3.5/CMakeLists.txt#L1381-L1392
  cmakeFlags = [
    "-DINSTALL_USER_UDEV_RULES=OFF"
    # "BUILD_TESTING=OFF" must imply "BUILD_BENCH=OFF"
    "-DBUILD_BENCH=OFF"
  ];

  postInstall = lib.optionalString stdenv.hostPlatform.isLinux ''
+2 −2
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@ stdenv.mkDerivation {
  src = fetchFromGitHub {
    owner = "xsco";
    repo = "libdjinterop";
    rev = "0.22.1";
    hash = "sha256-x0GbuUDmx8ooiaD/8J5VvIG239d5uDdK5H1tnwHd62c=";
    rev = "0.24.3";
    hash = "sha256-Fp7AwEOq2JOpL60GDAXmA15ptFeLoG79nnnPXHl1Hjw=";
  };

  nativeBuildInputs = [