File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/au/authentik Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
4444
4545 sourceRoot = "source/website" ;
4646
47- outputHash = "sha256-GIFz1ku0bS/GaWehOp2z9Te9qpWt61DQrw0LA+z/XCk =" ;
47+ outputHash = "sha256-lPpphGi8l2X/fR9YoJv37piAe82oqSLAKHze8oTrGNc =" ;
4848 outputHashMode = "recursive" ;
4949
5050 nativeBuildInputs = [
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 = ''
You can’t perform that action at this time.
0 commit comments