zeroad: do not build on i686

This commit is contained in:
Robin Gloster 2017-03-30 16:22:49 +02:00
parent 5c04b32b6c
commit 520ce40bb3
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -96,6 +96,6 @@ stdenv.mkDerivation rec {
gpl2 lgpl21 mit cc-by-sa-30
licenses.zlib # otherwise masked by pkgs.zlib
];
platforms = platforms.linux;
platforms = subtractLists platforms.i686 platforms.linux;
};
}