amtk: Propagate glib and gtk3
These are required by amtk-5.pc.
This commit is contained in:
parent
cfc3698c31
commit
c391bdeedc
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user