update: 2024.8.4 -> 2024.10.0
See https://docs.goauthentik.io/docs/releases/2024.10
This commit is contained in:
parent
4e1f5a6a36
commit
26829732e1
5 changed files with 36 additions and 11 deletions
|
|
@ -12,6 +12,9 @@ buildNapalmPackage "${authentik-src}/web" rec {
|
|||
ln -sv ${authentikComponents.docs} ../website
|
||||
ln -sv ${authentik-src}/package.json ../
|
||||
'';
|
||||
# upstream does not clearly separate development dependencies
|
||||
# from release build dependencies, therefore this workaround
|
||||
CHROMEDRIVER_SKIP_DOWNLOAD = "true";
|
||||
npmCommands = [
|
||||
"npm install --include=dev --nodedir=${nodejs}/include/node --loglevel verbose"
|
||||
"npm run build"
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ buildGo123Module {
|
|||
"cmd/proxy"
|
||||
"cmd/radius"
|
||||
];
|
||||
vendorHash = "sha256-xaVEyG5fNGh/zmXkewve5V2q2W7u+hqo27GqabAV9H0=";
|
||||
vendorHash = "sha256-x5y+3s4PkiE5HieXOHNaMPPvSwhh8gJ73JkfQps1/nU=";
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
doCheck = false;
|
||||
postInstall = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue