feedbackd: comment that optional devdoc depends on gir

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Rick van Schijndel
2022-06-08 20:59:36 +02:00
committed by GitHub
co-authored by Sandro
parent 322a6cc95b
commit 56651dbdda
@@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
version = "0.0.0+git20220520";
outputs = [ "out" "dev" ]
# remove if cross-compiling gobject-introspection works
++ lib.optionals (stdenv.buildPlatform == stdenv.hostPlatform) [ "devdoc" ];
src = fetchFromGitLab {