about summary refs log tree commit diff
path: root/pkgs/applications/audio/lash
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-07-28 12:07:44 +0200
committerPeter Simons <simons@cryp.to>2014-07-28 20:32:52 +0200
commitbdb77826d98544ab37741f740dd3516023924b27 (patch)
tree7b65a3782285d5e65ebc4306d1e1261aaacef03b /pkgs/applications/audio/lash
parent7325894d72e573a3eb6dea89dcf1dd82a39cb578 (diff)
Remove obsolete jackaudio version 1.
Diffstat (limited to 'pkgs/applications/audio/lash')
-rw-r--r--pkgs/applications/audio/lash/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/lash/default.nix b/pkgs/applications/audio/lash/default.nix
index e42babf13ef83..ad52e7b2d85c5 100644
--- a/pkgs/applications/audio/lash/default.nix
+++ b/pkgs/applications/audio/lash/default.nix
@@ -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 = ''