mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
sollya: build on darwin and enable tests
This commit is contained in:
parent
192ac79d73
commit
66fc10995b
1 changed files with 4 additions and 2 deletions
|
@ -19,11 +19,13 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ gmp mpfr mpfi libxml2 fplll ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "A tool environment for safe floating-point code development";
|
||||
homepage = "https://www.sollya.org/";
|
||||
license = licenses.cecill-c;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ wegank ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue