We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571c5c0 commit a204976Copy full SHA for a204976
pkgs/applications/editors/geany/with-vte.nix
@@ -25,6 +25,8 @@ symlinkJoin {
25
'';
26
27
meta = {
28
+ # can't just "inherit (geany) meta;" because:
29
+ # error: derivation '/nix/store/...-geany-with-vte-2.0.drv' does not have wanted outputs 'man'
30
inherit (geany.meta)
31
description
32
longDescription
0 commit comments