lirc: Build devinput driver, which doesn't require any special modules
This commit is contained in:
parent
0e8f9adb07
commit
8a4ac2b92a
@ -10,5 +10,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ alsaLib ];
|
||||
|
||||
configureFlags = "--with-driver=none --enable-sandboxed";
|
||||
configureFlags = [
|
||||
"--with-driver=devinput"
|
||||
"--sysconfdir=$(out)/etc"
|
||||
"--enable-sandboxed"
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user