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
parent 322a6cc95b
commit 56651dbdda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {