Skip to content

Commit

Permalink
fbida: add dependency to lirc
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Mar 21, 2017
1 parent 8aacf21 commit a20fa00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/fbida/default.nix
@@ -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";
Expand All @@ -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" ];

Expand Down

0 comments on commit a20fa00

Please sign in to comment.