Unverified Commit 9b13c89d authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

Merge pull request #291857 from NickCao/libei

libei: fix cross compilation
parents ce51daa1 81b28210
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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