Skip to content

Commit 8b59e90

Browse files
authentik: Unbreak on aarch64-linux (#397088)
2 parents 46e9e5f + 544753a commit 8b59e90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/au/authentik/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let
3030
homepage = "https://goauthentik.io/";
3131
license = licenses.mit;
3232
platforms = platforms.linux;
33-
broken = stdenvNoCC.hostPlatform.isAarch64;
33+
broken = stdenvNoCC.buildPlatform != stdenvNoCC.hostPlatform;
3434
maintainers = with maintainers; [
3535
jvanbruegge
3636
risson
@@ -44,7 +44,7 @@ let
4444

4545
sourceRoot = "source/website";
4646

47-
outputHash = "sha256-GIFz1ku0bS/GaWehOp2z9Te9qpWt61DQrw0LA+z/XCk=";
47+
outputHash = "sha256-lPpphGi8l2X/fR9YoJv37piAe82oqSLAKHze8oTrGNc=";
4848
outputHashMode = "recursive";
4949

5050
nativeBuildInputs = [
@@ -54,7 +54,7 @@ let
5454

5555
buildPhase = ''
5656
npm ci --cache ./cache
57-
rm -r ./cache
57+
rm -r ./cache node_modules/@parcel/watcher-linux-* node_modules/.package-lock.json
5858
'';
5959

6060
installPhase = ''

0 commit comments

Comments
 (0)