bird-lg: set pname insted of name and move meta and version into the … (#482557)

This commit is contained in:
Jo
2026-01-22 12:05:06 +00:00
committed by GitHub
+2 -4
View File
@@ -50,12 +50,10 @@ let
};
in
symlinkJoin {
name = "bird-lg-${bird-lg-frontend.version}";
pname = "bird-lg";
inherit (bird-lg-frontend) version meta;
paths = [
bird-lg-frontend
bird-lg-proxy
];
}
// {
inherit (bird-lg-frontend) version meta;
}