Convert all jack references to libjack2

This commit is contained in:
William A. Kennington III
2015-06-27 00:17:52 -07:00
parent 8ce4cb4de8
commit 7297255019
73 changed files with 156 additions and 156 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, jack2, pkgconfig }:
{ stdenv, fetchurl, libjack2, pkgconfig }:
stdenv.mkDerivation rec {
name = "jackmeter-0.4";
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "1cnvgx3jv0yvxlqy0l9k285zgvazmh5k8m4l7lxckjfm5bn6hm1r";
};
buildInputs = [ jack2 pkgconfig ];
buildInputs = [ libjack2 pkgconfig ];
meta = {
description = "Console jack loudness meter";