bird-lg: set pname insted of name and move meta and version into the correct location

This commit is contained in:
jopejoe1
2026-01-22 07:41:12 +01:00
parent cabf36cc76
commit cc715984e0
+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;
}