Merge pull request #167275 from bobby285271/marker

marker: fix build with meson 0.61
This commit is contained in:
Bobby Rong 2022-04-06 10:28:22 +08:00 committed by GitHub
commit 78dfe05f04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
{ lib, stdenv
{ stdenv
, lib
, fetchFromGitHub
, itstool
, meson
, ninja
, pkg-config
@ -24,6 +26,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
itstool
meson
ninja
pkg-config