mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
lirc: Fix install
This commit is contained in:
parent
04aefc111b
commit
2754efb8a2
@ -25,7 +25,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makeFlags = [ "m4dir=$(out)/m4" ];
|
||||
|
||||
installFlags = [ "sysconfdir=\${out}/etc" ];
|
||||
installFlags = [
|
||||
"sysconfdir=\${out}/etc"
|
||||
"localstatedir=\${TMPDIR}"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Allows to receive and send infrared signals";
|
||||
|
Loading…
Reference in New Issue
Block a user