Merge pull request #72691 from r-ryantm/auto-update/synthv1
synthv1: 0.9.10 -> 0.9.11
This commit is contained in:
commit
ac50bb7c6e
@ -1,15 +1,15 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, qt5, libjack2, alsaLib, liblo, lv2 }:
|
{ mkDerivation, stdenv, fetchurl, pkgconfig, qtbase, qttools, libjack2, alsaLib, liblo, lv2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "synthv1";
|
pname = "synthv1";
|
||||||
version = "0.9.10";
|
version = "0.9.11";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/synthv1/${pname}-${version}.tar.gz";
|
url = "mirror://sourceforge/synthv1/${pname}-${version}.tar.gz";
|
||||||
sha256 = "1ssdm7aiaz908ydqwdx9khxnnd0yfacjgvbxg5p9s9xhkbqqc2f2";
|
sha256 = "116k2vca9dygvsd684wvxm61p0l1xrrgdph4qrrprlsr6vj0llgm";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qt5.qtbase qt5.qttools libjack2 alsaLib liblo lv2 ];
|
buildInputs = [ qtbase qttools libjack2 alsaLib liblo lv2 ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
|
@ -22905,7 +22905,7 @@ in
|
|||||||
|
|
||||||
superTuxKart = callPackage ../games/super-tux-kart { };
|
superTuxKart = callPackage ../games/super-tux-kart { };
|
||||||
|
|
||||||
synthv1 = callPackage ../applications/audio/synthv1 { };
|
synthv1 = libsForQt5.callPackage ../applications/audio/synthv1 { };
|
||||||
|
|
||||||
system-syzygy = callPackage ../games/system-syzygy { };
|
system-syzygy = callPackage ../games/system-syzygy { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user