Skip to content

Commit

Permalink
qmidinet: 0.4.1 -> 0.4.2
Browse files Browse the repository at this point in the history
(cherry picked from commit 1e74a15)
  • Loading branch information
magnetophon authored and bjornfor committed Feb 28, 2017
1 parent 78f4270 commit 9103932
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/applications/audio/qmidinet/default.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{ stdenv, fetchurl, qt5, alsaLib, libjack2 }:
{ stdenv, fetchurl, pkgconfig, qt5, alsaLib, libjack2 }:

stdenv.mkDerivation rec {
version = "0.4.1";
version = "0.4.2";
name = "qmidinet-${version}";

src = fetchurl {
url = "mirror://sourceforge/qmidinet/${name}.tar.gz";
sha256 = "1hh06g19lfh6r673avfvy0l2mq999mxk2jnv396226swj97lv7yz";
sha256 = "1sdnd189db44xhl9p8pd8h4bsy8s0bn1y64lrdq7nb21mwg8ymcs";
};

hardeningDisable = [ "format" ];

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

nativeBuildInputs = [ pkgconfig ];

meta = with stdenv.lib; {
description = "A MIDI network gateway application that sends and receives MIDI data (ALSA Sequencer and/or JACK MIDI) over the network";
homepage = http://qmidinet.sourceforge.net/;
Expand Down

0 comments on commit 9103932

Please sign in to comment.