authentik: Unbreak on aarch64-linux
This commit is contained in:
@@ -30,7 +30,7 @@ let
|
||||
homepage = "https://goauthentik.io/";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
broken = stdenvNoCC.hostPlatform.isAarch64;
|
||||
broken = stdenvNoCC.buildPlatform != stdenvNoCC.hostPlatform;
|
||||
maintainers = with maintainers; [
|
||||
jvanbruegge
|
||||
risson
|
||||
@@ -44,7 +44,7 @@ let
|
||||
|
||||
sourceRoot = "source/website";
|
||||
|
||||
outputHash = "sha256-GIFz1ku0bS/GaWehOp2z9Te9qpWt61DQrw0LA+z/XCk=";
|
||||
outputHash = "sha256-lPpphGi8l2X/fR9YoJv37piAe82oqSLAKHze8oTrGNc=";
|
||||
outputHashMode = "recursive";
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -54,7 +54,7 @@ let
|
||||
|
||||
buildPhase = ''
|
||||
npm ci --cache ./cache
|
||||
rm -r ./cache
|
||||
rm -r ./cache node_modules/@parcel/watcher-linux-* node_modules/.package-lock.json
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user