y-cruncher: allow building for all linux platforms
y-cruncher will automatically use QEMU to run its calculations on non `x86_64-linux` platforms, it even works for 16K page systems like Apple silicon macs.
This commit is contained in:
@@ -68,6 +68,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
|
||||
maintainers = with lib.maintainers; [ normalcea ];
|
||||
mainProgram = "y-cruncher";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user