Make sure glib and gtk3 are both in nativeBuildInputs

I don't know why this didn't break before, but glib and (or) gtk3 need
to be in nativeBuildInputs for glib-compile-schemas to be available. But
they also need to be in buildInputs to be available at link time.

I think worldofpeace mentioned this to me, but that it got lost in all
of the other fixes I needed to make when I first submitted the
derivation.
gstqt5
Savanni D'Gerinel 2020-05-15 09:21:57 -04:00 committed by Frederik Rietdijk
parent 8744ce01f1
commit af13724bbb
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [
wrapGAppsHook
glib
gtk3
];
buildInputs = [