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
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, jack2, pkgconfig }:
{ stdenv, fetchurl, jackaudio, pkgconfig }:
stdenv.mkDerivation rec {
name = "jackmeter-0.4";
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "1cnvgx3jv0yvxlqy0l9k285zgvazmh5k8m4l7lxckjfm5bn6hm1r";
};
buildInputs = [ jack2 pkgconfig ];
buildInputs = [ jackaudio pkgconfig ];
meta = {
description = "Console jack loudness meter";