lirc: Refactor

This commit is contained in:
William A. Kennington III
2015-04-25 21:27:53 -07:00
parent f9afdf62b9
commit 54f812558a
+4 -1
View File
@@ -18,12 +18,15 @@ stdenv.mkDerivation rec {
configureFlags = [ configureFlags = [
"--with-driver=devinput" "--with-driver=devinput"
"--sysconfdir=$(out)/etc" "--sysconfdir=/etc"
"--localstatedir=/var"
"--enable-sandboxed" "--enable-sandboxed"
]; ];
makeFlags = [ "m4dir=$(out)/m4" ]; makeFlags = [ "m4dir=$(out)/m4" ];
installFlags = [ "sysconfdir=\${out}/etc" ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Allows to receive and send infrared signals"; description = "Allows to receive and send infrared signals";
homepage = http://www.lirc.org/; homepage = http://www.lirc.org/;