Skip to content

Commit

Permalink
lirc: 0.9.3 -> 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Jan 9, 2017
1 parent 4720ea4 commit a724f66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/libraries/lirc/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, alsaLib, bash, help2man, pkgconfig, xlibsWrapper, python3, libxslt }:

stdenv.mkDerivation rec {
name = "lirc-0.9.3";
name = "lirc-0.9.4";

src = fetchurl {
url = "mirror://sourceforge/lirc/${name}.tar.bz2";
Expand All @@ -10,7 +10,9 @@ stdenv.mkDerivation rec {

preBuild = "patchShebangs .";

buildInputs = [ alsaLib help2man pkgconfig xlibsWrapper python3 libxslt ];
nativeBuildInputs = [ pkgconfig help2man ];

buildInputs = [ alsaLib xlibsWrapper python3 libxslt ];

configureFlags = [
"--with-driver=devinput"
Expand Down

0 comments on commit a724f66

Please sign in to comment.