From 544753ae2fedbcc6041e8d2ca529c7b5b1281b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20van=20Br=C3=BCgge?= Date: Tue, 8 Apr 2025 14:25:38 +0100 Subject: [PATCH] authentik: Unbreak on aarch64-linux --- pkgs/by-name/au/authentik/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/au/authentik/package.nix b/pkgs/by-name/au/authentik/package.nix index 86c096f829ed..ea5f865ad081 100644 --- a/pkgs/by-name/au/authentik/package.nix +++ b/pkgs/by-name/au/authentik/package.nix @@ -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 = ''