aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/audio/hydrogen
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/hydrogen
parent7325894d72e573a3eb6dea89dcf1dd82a39cb578 (diff)
Remove obsolete jackaudio version 1.
Diffstat (limited to 'pkgs/applications/audio/hydrogen')
-rw-r--r--pkgs/applications/audio/hydrogen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/hydrogen/default.nix b/pkgs/applications/audio/hydrogen/default.nix
index 10f15f5882cb..74ff2a3407c4 100644
--- a/pkgs/applications/audio/hydrogen/default.nix
+++ b/pkgs/applications/audio/hydrogen/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, alsaLib, boost, glib, jack2, ladspaPlugins
+{ stdenv, fetchurl, alsaLib, boost, glib, jackaudio, ladspaPlugins
, libarchive, liblrdf , libsndfile, pkgconfig, qt4, scons, subversion }:
stdenv.mkDerivation rec {
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [
- alsaLib boost glib jack2 ladspaPlugins libarchive liblrdf
+ alsaLib boost glib jackaudio ladspaPlugins libarchive liblrdf
libsndfile pkgconfig qt4 scons subversion
];