From 859b7c7d01350b37884c3c4dfe8cfaf48aa05aed Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Tue, 5 Apr 2022 12:37:21 +0800 Subject: [PATCH] marker: fix build with meson 0.61 --- pkgs/applications/editors/marker/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/editors/marker/default.nix b/pkgs/applications/editors/marker/default.nix index c6779b8fba87..93b8dabb6814 100644 --- a/pkgs/applications/editors/marker/default.nix +++ b/pkgs/applications/editors/marker/default.nix @@ -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