pond: Fix x86_64 optimizations to be correctly applied to only x86_64
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user