Remove obsolete jackaudio version 1.

This commit is contained in:
Peter Simons
2014-07-28 20:32:52 +02:00
parent 7325894d72
commit bdb77826d9
57 changed files with 116 additions and 149 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, alsaLib, gtk, jack2, libuuid, libxml2
{ stdenv, fetchurl, alsaLib, gtk, jackaudio, libuuid, libxml2
, makeWrapper, pkgconfig, readline }:
assert libuuid != null;
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
# http://permalink.gmane.org/gmane.linux.redhat.fedora.extras.cvs/822346
patches = [ ./socket.patch ./gcc-47.patch ];
buildInputs = [ alsaLib gtk jack2 libuuid libxml2 makeWrapper
buildInputs = [ alsaLib gtk jackaudio libuuid libxml2 makeWrapper
pkgconfig readline ];
postInstall = ''