libsingular: does not build on i686
This commit is contained in:
@@ -44,9 +44,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A CAS for polynomial computations";
|
description = "A CAS for polynomial computations";
|
||||||
maintainers = with maintainers;
|
maintainers = with maintainers; [ raskin ];
|
||||||
[ raskin ];
|
platforms = subtractLists platforms.i686 platforms.linux;
|
||||||
platforms = platforms.linux;
|
|
||||||
license = licenses.gpl3; # Or GPLv2 at your option - but not GPLv4
|
license = licenses.gpl3; # Or GPLv2 at your option - but not GPLv4
|
||||||
homepage = "http://www.singular.uni-kl.de/index.php";
|
homepage = "http://www.singular.uni-kl.de/index.php";
|
||||||
downloadPage = "http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/";
|
downloadPage = "http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/";
|
||||||
|
|||||||
Reference in New Issue
Block a user