amtk: Propagate glib and gtk3

These are required by amtk-5.pc.
This commit is contained in:
Bobby Rong 2023-12-31 17:57:33 +08:00
parent cfc3698c31
commit c391bdeedc
No known key found for this signature in database

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
];