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