munt: 2.4.0 -> 2.4.1

This commit is contained in:
gnidorah 2020-10-08 08:58:41 +03:00
parent 84d74ae9c9
commit 5cd29482e4

View File

@ -1,4 +1,4 @@
{ stdenv, mkDerivation, fetchFromGitHub, cmake, qtbase, alsaLib, makeDesktopItem }: { stdenv, mkDerivation, fetchFromGitHub, cmake, qtbase, alsaLib, makeDesktopItem, libjack2 }:
let let
desktopItem = makeDesktopItem rec { desktopItem = makeDesktopItem rec {
@ -9,14 +9,14 @@ let
categories = "Audio;AudioVideo;"; categories = "Audio;AudioVideo;";
}; };
in mkDerivation rec { in mkDerivation rec {
version = "2.4.0"; version = "2.4.1";
pname = "munt"; pname = "munt";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = with stdenv.lib.versions; "libmt32emu_${major version}_${minor version}_${patch version}"; rev = with stdenv.lib.versions; "libmt32emu_${major version}_${minor version}_${patch version}";
sha256 = "0521i7js5imlsxj6n7181w5szfjikam0k4vq1d2ilkqgcwrkg6ln"; sha256 = "0bszhkbz24hhx32f973l6h5lkyn4lxhqrckiwmv765d1sba8n5bk";
}; };
postInstall = '' postInstall = ''
@ -26,7 +26,7 @@ in mkDerivation rec {
dontFixCmake = true; dontFixCmake = true;
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];
buildInputs = [ qtbase alsaLib ]; buildInputs = [ qtbase alsaLib libjack2 ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Multi-platform software synthesiser emulating Roland MT-32, CM-32L, CM-64 and LAPC-I devices"; description = "Multi-platform software synthesiser emulating Roland MT-32, CM-32L, CM-64 and LAPC-I devices";