lirc: Refactor

This commit is contained in:
William A. Kennington III 2015-04-25 15:07:34 -07:00
parent f9afdf62b9
commit 54f812558a

View File

@ -18,12 +18,15 @@ stdenv.mkDerivation rec {
configureFlags = [
"--with-driver=devinput"
"--sysconfdir=$(out)/etc"
"--sysconfdir=/etc"
"--localstatedir=/var"
"--enable-sandboxed"
];
makeFlags = [ "m4dir=$(out)/m4" ];
installFlags = [ "sysconfdir=\${out}/etc" ];
meta = with stdenv.lib; {
description = "Allows to receive and send infrared signals";
homepage = http://www.lirc.org/;