amtk: Propagate glib and gtk3

These are required by amtk-5.pc.
This commit is contained in:
Bobby Rong
2023-12-31 19:00:43 +08:00
parent cfc3698c31
commit c391bdeedc
+4 -1
View File
@@ -1,6 +1,7 @@
{ stdenv
, lib
, fetchurl
, glib
, gtk3
, meson
, mesonEmulatorHook
@@ -38,7 +39,9 @@ stdenv.mkDerivation rec {
mesonEmulatorHook
];
buildInputs = [
propagatedBuildInputs = [
# Required by amtk-5.pc
glib
gtk3
];