Unverified Commit 34c48583 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

jacktrip: 2.5.1 -> 2.6.0 (#401537)

parents f472aa78 06d8530f
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  pkg-config,
  help2man,
  libjack2,
  libsamplerate,
  dbus,
  qt6,
  meson,
@@ -16,7 +17,7 @@
}:

stdenv.mkDerivation (finalAttrs: {
  version = "2.5.1";
  version = "2.6.0";
  pname = "jacktrip";

  src = fetchFromGitHub {
@@ -24,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
    repo = "jacktrip";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-WXUqMKCfZ/ZQLKpfye5cwju4IynitcBPEJwlQ2/+aoo=";
    hash = "sha256-3Ae84x3QL+dfoJJJ0+XrBgo1wKwNYrR9AVQCnahS1sE=";
  };

  preConfigure = ''
@@ -36,6 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
    qt6.qtbase
    qt6.qtwayland
    libjack2
    libsamplerate
    dbus
  ];

@@ -56,10 +58,6 @@ stdenv.mkDerivation (finalAttrs: {
    pkg-config
  ];

  # Can't link to libsamplerate
  # https://github.com/jacktrip/jacktrip/issues/1380
  mesonFlags = [ "-Dlibsamplerate=disabled" ];

  qmakeFlags = [ "jacktrip.pro" ];

  nativeInstallCheckInputs = [