pixinsight: inherit meta correctly

This commit is contained in:
uku
2026-03-11 12:27:27 +01:00
parent 2e8c34b71a
commit a9d937331d

View File

@@ -163,13 +163,15 @@ buildFHSEnv {
unwrapped = pixinsight;
};
inherit (pixinsight.meta)
description
homepage
license
maintainers
platforms
sourceProvenance
hydraPlatforms
;
meta = {
inherit (pixinsight.meta)
description
homepage
license
maintainers
platforms
sourceProvenance
hydraPlatforms
;
};
}