Merge pull request #276622 from vs49688/lirc

lirc: fix cross-compilation
This commit is contained in:
Nick Cao 2023-12-26 14:05:23 -05:00 committed by GitHub
commit ffb020e96d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,8 @@ stdenv.mkDerivation rec {
preConfigure = ''
# use empty inc file instead of a from linux kernel generated one
touch lib/lirc/input_map.inc
export PKGCONFIG="$PKG_CONFIG"
'';
strictDeps = true;