bless: fix build with meson 0.61

doc/user/meson.build:73:6: ERROR: Program 'itstool' not found or not executable
This commit is contained in:
Bobby Rong 2022-03-28 22:29:15 +08:00
parent 14371cd82c
commit c75a58bb92
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -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 = ''