authentik: Unbreak on aarch64-linux

This commit is contained in:
Jan van Brügge
2025-04-09 09:02:57 +01:00
parent b49ceb963b
commit 544753ae2f
+3 -3
View File
@@ -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 = ''