From a2049762f2c0fea4067a019178d030b3113b3d1b Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Tue, 27 May 2025 11:46:40 +0800 Subject: [PATCH] geany-with-vte: add note about inheriting meta --- pkgs/applications/editors/geany/with-vte.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/editors/geany/with-vte.nix b/pkgs/applications/editors/geany/with-vte.nix index 30a7862e5c66..c2c9cf8b39af 100644 --- a/pkgs/applications/editors/geany/with-vte.nix +++ b/pkgs/applications/editors/geany/with-vte.nix @@ -25,6 +25,8 @@ symlinkJoin { ''; meta = { + # can't just "inherit (geany) meta;" because: + # error: derivation '/nix/store/...-geany-with-vte-2.0.drv' does not have wanted outputs 'man' inherit (geany.meta) description longDescription