Skip to content

Commit

Permalink
gtkmm4: fix cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Nov 28, 2023
1 parent 48d578b commit ef54197
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/gtkmm/4.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
, ninja
, python3
, gtk4
, glib
, glibmm_2_68
, cairomm_1_16
, pangomm_2_48
Expand All @@ -31,6 +32,7 @@ stdenv.mkDerivation rec {
meson
ninja
python3
glib # glib-compile-resources
];

buildInputs = [
Expand Down

0 comments on commit ef54197

Please sign in to comment.