mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
synthv1: 0.7.1 -> 0.7.6
This commit is contained in:
parent
a1e0dea396
commit
3d5a6763e1
@ -1,15 +1,15 @@
|
||||
{ stdenv, fetchurl, qt4, libjack2, lv2 }:
|
||||
{ stdenv, fetchurl, qt5, libjack2, alsaLib, liblo, lv2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "synthv1-${version}";
|
||||
version = "0.7.1";
|
||||
version = "0.7.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/synthv1/${name}.tar.gz";
|
||||
sha256 = "0asjhz0xj1kwysvsj9q54r8j8fy7cnr408ygfpdhg7yn24rv67hh";
|
||||
sha256 = "03vnmmiyq92p2gh4zax1vg2lx6y57bsxch936pzbiwx649x53wi9";
|
||||
};
|
||||
|
||||
buildInputs = [ qt4 libjack2 lv2 ];
|
||||
buildInputs = [ qt5.qtbase qt5.qttools libjack2 alsaLib liblo lv2 ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "An old-school 4-oscillator subtractive polyphonic synthesizer with stereo fx";
|
||||
|
Loading…
Reference in New Issue
Block a user