Merge pull request #222777 from K900/bootil-fix-eval

bootil: fix eval
This commit is contained in:
K900 2023-03-23 22:33:08 +03:00 committed by GitHub
commit b33b3fa968
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ];
};
}