v4l: Fix building of ir-keytable
This commit is contained in:
parent
ddba22fa2e
commit
4b9df608e2
@ -13,11 +13,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ libjpeg which ] ++ stdenv.lib.optional withQt4 qt4;
|
buildInputs = [ libjpeg which ] ++ stdenv.lib.optional withQt4 qt4;
|
||||||
|
|
||||||
# The keytable wants to touch /etc files and udev scripts in /lib.
|
configureFlags = [
|
||||||
# I skip it.
|
"--with-udevdir=$(out)/lib/udev"
|
||||||
patchPhase = ''
|
];
|
||||||
sed -i s/keytable// utils/Makefile
|
|
||||||
'';
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
make PREFIX=$out install
|
make PREFIX=$out install
|
||||||
|
Loading…
Reference in New Issue
Block a user