sage: set platforms to the set where I can build it; Hydra ARM builds seem to fail
This commit is contained in:
parent
b7569bfb38
commit
2093d4781d
@ -224,7 +224,7 @@ stdenv.mkDerivation rec {
|
|||||||
Mission: Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab.
|
Mission: Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab.
|
||||||
'';
|
'';
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = ["x86_64-linux" "i686-linux"];
|
||||||
maintainers = with stdenv.lib.maintainers; [ timokau ];
|
maintainers = with stdenv.lib.maintainers; [ timokau ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user