mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
pixinsight: inherit meta correctly
This commit is contained in:
@@ -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
|
||||
;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user