chatty: fix build with meson 0.61

main
Bobby Rong 2 years ago
parent 6a079dad15
commit ba1184b115
No known key found for this signature in database
GPG Key ID: ED07364437C91161
  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