Merge pull request #166395 from bobby285271/chatty
chatty: fix build with meson 0.61
This commit is contained in:
commit
0facaa22a5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue