about summary refs log tree commit diff
path: root/pkgs/applications/editors/bless
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-03-28 22:29:15 +0800
committerBobby Rong <rjl931189261@126.com>2022-03-28 22:31:20 +0800
commitc75a58bb927d010f90c66f54999d42e5a93c1f6c (patch)
treece699f4011b396d3fd24f25422847e7f796a76b7 /pkgs/applications/editors/bless
parent14371cd82c212461ebe6bfef1ce501d226ba9e6b (diff)
downloadnixlib-c75a58bb927d010f90c66f54999d42e5a93c1f6c.tar
nixlib-c75a58bb927d010f90c66f54999d42e5a93c1f6c.tar.gz
nixlib-c75a58bb927d010f90c66f54999d42e5a93c1f6c.tar.bz2
nixlib-c75a58bb927d010f90c66f54999d42e5a93c1f6c.tar.lz
nixlib-c75a58bb927d010f90c66f54999d42e5a93c1f6c.tar.xz
nixlib-c75a58bb927d010f90c66f54999d42e5a93c1f6c.tar.zst
nixlib-c75a58bb927d010f90c66f54999d42e5a93c1f6c.zip
bless: fix build with meson 0.61
doc/user/meson.build:73:6: ERROR: Program 'itstool' not found or not executable
Diffstat (limited to 'pkgs/applications/editors/bless')
-rw-r--r--pkgs/applications/editors/bless/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/applications/editors/bless/default.nix b/pkgs/applications/editors/bless/default.nix
index e613747aeab1..c40a44bbb46c 100644
--- a/pkgs/applications/editors/bless/default.nix
+++ b/pkgs/applications/editors/bless/default.nix
@@ -1,4 +1,5 @@
-{ lib, stdenv
+{ stdenv
+, lib
 , fetchFromGitHub
 , pkg-config
 , mono
@@ -12,6 +13,7 @@
 , libxslt
 , docbook_xsl
 , python3
+, itstool
 }:
 
 stdenv.mkDerivation rec {
@@ -47,6 +49,7 @@ stdenv.mkDerivation rec {
     libxslt
     docbook_xsl
     python3
+    itstool
   ];
 
   preFixup = ''