fbida: add dependency to lirc
This commit is contained in:
parent
8aacf212ed
commit
a20fa00de7
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchurl, libjpeg, libexif, libungif, libtiff, libpng, libwebp, libdrm
|
||||
, pkgconfig, freetype, fontconfig, which, imagemagick, curl, sane-backends, libXpm
|
||||
, epoxy, poppler }:
|
||||
, epoxy, poppler, lirc }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "fbida-2.13";
|
||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ pkgconfig which ];
|
||||
buildInputs = [ libexif libjpeg libpng libungif freetype fontconfig libtiff
|
||||
libwebp imagemagick curl sane-backends libdrm libXpm epoxy poppler ];
|
||||
libwebp imagemagick curl sane-backends libdrm libXpm epoxy poppler lirc ];
|
||||
|
||||
makeFlags = [ "prefix=$(out)" "verbose=yes" ];
|
||||
|
||||
|
|
Loading…
Reference in New Issue