Merge pull request #166395 from bobby285271/chatty

chatty: fix build with meson 0.61
This commit is contained in:
Bobby Rong 2022-04-02 12:29:29 +08:00 committed by GitHub
commit 0facaa22a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
, fetchFromGitLab
, appstream-glib
, desktop-file-utils
, itstool
, meson
, ninja
, pkg-config
@ -46,6 +47,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
appstream-glib
desktop-file-utils
itstool
meson
ninja
pkg-config