bootil: fix eval

This commit is contained in:
K900
2023-03-23 22:18:05 +03:00
parent 8c8e32f1b1
commit bc17a9670e
@@ -39,6 +39,7 @@ stdenv.mkDerivation {
license = licenses.free;
maintainers = with maintainers; [ abigailbuccaneer ];
# Build uses `-msse` and `-mfpmath=sse`
platforms = platforms.all;
badPlatforms = [ "aarch64-linux" ];
};
}