Merge pull request #270543 from NickCao/gtkmm4

gtkmm4: fix cross compilation
This commit is contained in:
7c6f434c 2023-12-01 05:34:56 +00:00 committed by GitHub
commit b6c1354fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
, ninja
, python3
, gtk4
, glib
, glibmm_2_68
, cairomm_1_16
, pangomm_2_48
@ -31,6 +32,7 @@ stdenv.mkDerivation rec {
meson
ninja
python3
glib # glib-compile-resources
];
buildInputs = [