Merge pull request #166395 from bobby285271/chatty

chatty: fix build with meson 0.61
main
Bobby Rong 2 years ago committed by GitHub
commit 0facaa22a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/applications/networking/instant-messengers/chatty/default.nix

@ -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…
Cancel
Save