From af13724bbbac9a40cb1e11f706d8f183dac61dbc Mon Sep 17 00:00:00 2001 From: Savanni D'Gerinel Date: Fri, 15 May 2020 09:21:57 -0400 Subject: [PATCH] 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. --- pkgs/applications/misc/fitnesstrax/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/misc/fitnesstrax/default.nix b/pkgs/applications/misc/fitnesstrax/default.nix index f0081c39102..e90e364aaee 100644 --- a/pkgs/applications/misc/fitnesstrax/default.nix +++ b/pkgs/applications/misc/fitnesstrax/default.nix @@ -19,6 +19,8 @@ rustPlatform.buildRustPackage rec { nativeBuildInputs = [ wrapGAppsHook + glib + gtk3 ]; buildInputs = [