forked from mirrors/nixpkgs
add nasm to xbmc dependencies
This commit is contained in:
parent
0489661dd1
commit
6506f9b070
|
@ -13,7 +13,7 @@
|
|||
, ffmpeg, libmpeg2, libsamplerate, libmad
|
||||
, libogg, libvorbis, flac
|
||||
, lzo, libcdio, libmodplug, libass
|
||||
, sqlite, mysql
|
||||
, sqlite, mysql, nasm
|
||||
, curl, bzip2, zip, unzip, glxinfo, xdpyinfo
|
||||
, dbus_libs ? null, dbusSupport ? true
|
||||
, udev, udevSupport ? true
|
||||
|
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
|
|||
ffmpeg libmpeg2 libsamplerate libmad
|
||||
libogg libvorbis flac
|
||||
lzo libcdio libmodplug libass
|
||||
sqlite mysql
|
||||
sqlite mysql nasm
|
||||
curl bzip2 zip unzip glxinfo xdpyinfo
|
||||
]
|
||||
++ lib.optional dbusSupport dbus_libs
|
||||
|
|
Loading…
Reference in a new issue