about summary refs log tree commit diff
path: root/pkgs/applications/editors/marker
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-04-05 12:37:21 +0800
committerBobby Rong <rjl931189261@126.com>2022-04-05 12:37:21 +0800
commit859b7c7d01350b37884c3c4dfe8cfaf48aa05aed (patch)
tree6b7e1d432aabf77618df5e862208ab71b55a06f1 /pkgs/applications/editors/marker
parentee834e2efdc91c935ec0999969e6395fbf819b02 (diff)
marker: fix build with meson 0.61
Diffstat (limited to 'pkgs/applications/editors/marker')
-rw-r--r--pkgs/applications/editors/marker/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/applications/editors/marker/default.nix b/pkgs/applications/editors/marker/default.nix
index c6779b8fba874..93b8dabb6814e 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