summary refs log tree commit diff
path: root/pkgs/applications/video/mplayer
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/video/mplayer
parent7325894d72e573a3eb6dea89dcf1dd82a39cb578 (diff)
downloadnixlib-bdb77826d98544ab37741f740dd3516023924b27.tar
nixlib-bdb77826d98544ab37741f740dd3516023924b27.tar.gz
nixlib-bdb77826d98544ab37741f740dd3516023924b27.tar.bz2
nixlib-bdb77826d98544ab37741f740dd3516023924b27.tar.lz
nixlib-bdb77826d98544ab37741f740dd3516023924b27.tar.xz
nixlib-bdb77826d98544ab37741f740dd3516023924b27.tar.zst
nixlib-bdb77826d98544ab37741f740dd3516023924b27.zip
Remove obsolete jackaudio version 1.
Diffstat (limited to 'pkgs/applications/video/mplayer')
-rw-r--r--pkgs/applications/video/mplayer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/mplayer/default.nix b/pkgs/applications/video/mplayer/default.nix
index f3cef6db69f1..48fe5da27a09 100644
--- a/pkgs/applications/video/mplayer/default.nix
+++ b/pkgs/applications/video/mplayer/default.nix
@@ -15,7 +15,7 @@
 , speexSupport ? true, speex ? null
 , theoraSupport ? true, libtheora ? null
 , x264Support ? false, x264 ? null
-, jackaudioSupport ? false, jack2 ? null
+, jackaudioSupport ? false, jackaudio ? null
 , pulseSupport ? false, pulseaudio ? null
 , bs2bSupport ? false, libbs2b ? null
 # For screenshots
@@ -40,7 +40,7 @@ assert lameSupport -> lame != null;
 assert speexSupport -> speex != null;
 assert theoraSupport -> libtheora != null;
 assert x264Support -> x264 != null;
-assert jackaudioSupport -> jack2 != null;
+assert jackaudioSupport -> jackaudio != null;
 assert pulseSupport -> pulseaudio != null;
 assert bs2bSupport -> libbs2b != null;
 assert libpngSupport -> libpng != null;
@@ -109,7 +109,7 @@ stdenv.mkDerivation rec {
     ++ optional dvdnavSupport libdvdnav
     ++ optional bluraySupport libbluray
     ++ optional cddaSupport cdparanoia
-    ++ optional jackaudioSupport jack2
+    ++ optional jackaudioSupport jackaudio
     ++ optionals amrSupport [ amrnb amrwb ]
     ++ optional x264Support x264
     ++ optional pulseSupport pulseaudio