Skip to content

Commit

Permalink
synthv1: 0.7.6 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon authored and dezgeg committed Mar 2, 2017
1 parent 1254f1a commit 33e2393
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/applications/audio/synthv1/default.nix
@@ -1,16 +1,18 @@
{ stdenv, fetchurl, qt5, libjack2, alsaLib, liblo, lv2 }:
{ stdenv, fetchurl, pkgconfig, qt5, libjack2, alsaLib, liblo, lv2 }:

stdenv.mkDerivation rec {
name = "synthv1-${version}";
version = "0.7.6";
version = "0.8.0";

src = fetchurl {
url = "mirror://sourceforge/synthv1/${name}.tar.gz";
sha256 = "03vnmmiyq92p2gh4zax1vg2lx6y57bsxch936pzbiwx649x53wi9";
sha256 = "155pfyhr6d35ciw95pbxlqy7751cmij8j5d849rvblqbjzyzb5qx";
};

buildInputs = [ qt5.qtbase qt5.qttools libjack2 alsaLib liblo lv2 ];

nativeBuildInputs = [ pkgconfig ];

meta = with stdenv.lib; {
description = "An old-school 4-oscillator subtractive polyphonic synthesizer with stereo fx";
homepage = http://synthv1.sourceforge.net/;
Expand Down

0 comments on commit 33e2393

Please sign in to comment.