Skip to content

Commit a204976

Browse files
committed
geany-with-vte: add note about inheriting meta
1 parent 571c5c0 commit a204976

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/applications/editors/geany/with-vte.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ symlinkJoin {
2525
'';
2626

2727
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'
2830
inherit (geany.meta)
2931
description
3032
longDescription

0 commit comments

Comments
 (0)