lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lirc: 0.9.2a -> 0.9.3

+4 -8
+4 -8
pkgs/development/libraries/lirc/default.nix
··· 1 - { stdenv, fetchurl, alsaLib, bash, help2man, pkgconfig, x11, python3 }: 1 + { stdenv, fetchurl, alsaLib, bash, help2man, pkgconfig, x11, python3, libxslt }: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "lirc-0.9.2a"; 4 + name = "lirc-0.9.3"; 5 5 6 6 src = fetchurl { 7 7 url = "mirror://sourceforge/lirc/${name}.tar.bz2"; 8 - sha256 = "011nwpxm5d12rsapljg3pjf9pgb0j8ngmc3zg69q4kv61hkx2zim"; 8 + sha256 = "19c6ldjsdnk1md66q3nb035ja1xj217k8iabhxpsb8rs10a6kwi6"; 9 9 }; 10 10 11 - patchPhase = '' 12 - sed -e 's|^#!/usr/bin/env python3$|#!${python3}/bin/python3|g' -i tools/*.py 13 - ''; 14 - 15 11 preBuild = "patchShebangs ."; 16 12 17 - buildInputs = [ alsaLib help2man pkgconfig x11 python3 ]; 13 + buildInputs = [ alsaLib help2man pkgconfig x11 python3 libxslt ]; 18 14 19 15 configureFlags = [ 20 16 "--with-driver=devinput"