about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorAndrew Childs <lorne@cons.org.nz>2018-07-16 13:15:23 +0900
committerAndrew Childs <lorne@cons.org.nz>2018-07-16 13:15:23 +0900
commite8b29688c8ea5c0efb4f610ad39abf7bd588e91d (patch)
treef4887e4335086e7a276ff596c2471e6ce3a03b64 /pkgs/top-level
parent7307c35f3092efc753740a0b503663367f13edc1 (diff)
downloadnixlib-e8b29688c8ea5c0efb4f610ad39abf7bd588e91d.tar
nixlib-e8b29688c8ea5c0efb4f610ad39abf7bd588e91d.tar.gz
nixlib-e8b29688c8ea5c0efb4f610ad39abf7bd588e91d.tar.bz2
nixlib-e8b29688c8ea5c0efb4f610ad39abf7bd588e91d.tar.lz
nixlib-e8b29688c8ea5c0efb4f610ad39abf7bd588e91d.tar.xz
nixlib-e8b29688c8ea5c0efb4f610ad39abf7bd588e91d.tar.zst
nixlib-e8b29688c8ea5c0efb4f610ad39abf7bd588e91d.zip
ffmpeg-full: enable libvpx on Darwin
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 6e972198f8ab..4b3e340df8f5 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -9136,7 +9136,6 @@ with pkgs;
     game-music-emu = if stdenv.isDarwin then null else game-music-emu;
     libjack2 = if stdenv.isDarwin then null else libjack2;
     libmodplug = if stdenv.isDarwin then null else libmodplug;
-    libvpx = if stdenv.isDarwin then null else libvpx;
     openal = if stdenv.isDarwin then null else openal;
     libpulseaudio = if stdenv.isDarwin then null else libpulseaudio;
     samba = if stdenv.isDarwin then null else samba;