libsingular: does not build on i686

This commit is contained in:
Robin Gloster 2017-03-30 15:04:17 +02:00
parent cc82423366
commit 536b782450
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

@ -44,9 +44,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A CAS for polynomial computations";
maintainers = with maintainers;
[ raskin ];
platforms = platforms.linux;
maintainers = with maintainers; [ raskin ];
platforms = subtractLists platforms.i686 platforms.linux;
license = licenses.gpl3; # Or GPLv2 at your option - but not GPLv4
homepage = "http://www.singular.uni-kl.de/index.php";
downloadPage = "http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/";