scx.full: don't build on aarch64-linux

As per https://github.com/NixOS/nixpkgs/pull/381138#issuecomment-2653368487
scx releases often breaks building on aarch64-linux, and besides the package
does not seem to have proper support for this platform

This reverts commit 0f40303097.

This can be reverted again if we feel upstream has improved its aarch64-linux support.
Link: https://github.com/sched-ext/scx/issues/1320
This commit is contained in:
John Titor
2025-02-15 16:45:58 +05:30
committed by Masum Reza
parent 0babef382e
commit da2615649f
+1
View File
@@ -21,6 +21,7 @@ let
changelog = "https://github.com/sched-ext/scx/releases/tag/v${versionInfo.scx.version}";
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
badPlatforms = [ "aarch64-linux" ];
maintainers = with lib.maintainers; [ johnrtitor ];
};
};