Merge pull request #291857 from NickCao/libei

libei: fix cross compilation
This commit is contained in:
Rick van Schijndel 2024-03-16 23:11:48 +01:00 committed by GitHub
commit 9b13c89dfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,6 @@
, stdenv
, fetchFromGitHub
, fetchFromGitLab
, attr
, libevdev
, libxkbcommon
, meson
@ -10,8 +9,8 @@
, pkg-config
, protobuf
, protobufc
, python3
, systemd
, buildPackages
}:
let
munit = fetchFromGitHub {
@ -44,7 +43,7 @@ stdenv.mkDerivation rec {
meson
ninja
pkg-config
(python3.withPackages(ps: with ps; [
(buildPackages.python3.withPackages (ps: with ps; [
attrs
jinja2
pytest