pond: Fix x86_64 optimizations to be correctly applied to only x86_64

This commit is contained in:
William A. Kennington III
2015-09-05 01:35:41 -07:00
parent 41ae7e00d7
commit 9f1a3a4b0f
2 changed files with 10 additions and 4 deletions
@@ -22,6 +22,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/agl/dclxvi";
description = "Naehrig, Niederhagen and Schwabe's pairings code, massaged into a shared library";
maintainers = with maintainers; [ wkennington ];
platforms = platforms.all;
platforms = platforms.x86_64;
};
}