Merge pull request #51813 from samueldr/aarch64/disable-non-arm-builds-part-1

aarch64: ZHF for aarch64 (1/??)
This commit is contained in:
Samuel Dionne-Riel
2018-12-20 21:06:52 -05:00
committed by GitHub
19 changed files with 41 additions and 6 deletions

View File

@@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
homepage = "https://blake2.net";
license = with licenses; [ asl20 cc0 openssl ];
maintainers = with maintainers; [ kirelagin ];
platforms = platforms.all;
# "This code requires at least SSE2."
platforms = with platforms; [ "x86_64-linux" "i686-linux" ] ++ darwin;
};
}