lndir: enable structuredAttrs

This commit is contained in:
Stefan Frijters
2026-08-31 11:21:14 +02:00
parent 490c11dbb5
commit 4a5dc3be09

View File

@@ -48,6 +48,8 @@ stdenv.mkDerivation (finalAttrs: {
'';
};
__structuredAttrs = true;
meta = {
description = "Create a shadow directory of symbolic links to another directory tree";
homepage = "https://gitlab.freedesktop.org/xorg/util/lndir";