mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
Merge pull request #270543 from NickCao/gtkmm4
gtkmm4: fix cross compilation
This commit is contained in:
commit
b6c1354fde
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user