Merge pull request #50 from GeoffreyFrogeye/push-pollrpxtlxts
Split gopkgs
This commit is contained in:
commit
3082a94074
2 changed files with 14 additions and 3 deletions
|
|
@ -36,6 +36,12 @@ buildGo124Module {
|
|||
))
|
||||
);
|
||||
};
|
||||
outputs = [
|
||||
"out"
|
||||
"ldap"
|
||||
"proxy"
|
||||
"radius"
|
||||
];
|
||||
subPackages = [
|
||||
"cmd/ldap"
|
||||
"cmd/server"
|
||||
|
|
@ -48,5 +54,10 @@ buildGo124Module {
|
|||
postInstall = ''
|
||||
wrapProgram $out/bin/server --prefix PATH : ${authentikComponents.pythonEnv}/bin
|
||||
wrapProgram $out/bin/server --prefix PYTHONPATH : ${authentikComponents.staticWorkdirDeps}
|
||||
|
||||
mkdir -p $ldap/bin $proxy/bin $radius/bin
|
||||
mv $out/bin/ldap $ldap/bin/
|
||||
mv $out/bin/proxy $proxy/bin/
|
||||
mv $out/bin/radius $radius/bin/
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue