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:
@@ -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 ];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user