feedbackd: comment that optional devdoc depends on gir
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user