marker: fix build with meson 0.61

This commit is contained in:
Bobby Rong 2022-04-05 12:37:21 +08:00
parent ee834e2efd
commit 859b7c7d01
No known key found for this signature in database
GPG Key ID: ED07364437C91161

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