lirc: Refactor
This commit is contained in:
parent
f9afdf62b9
commit
54f812558a
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user