libadwaita: propagate gtk4
This seems to be necessary for using gobject-introspection.
This commit is contained in:
parent
053e56be55
commit
63db2abf0d
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [
|
||||
fribidi
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
gtk4
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue