Merge pull request #179278 from wegank/sollya-darwin
sollya: build on darwin and enable tests
This commit is contained in:
commit
723b9f71d7
1 changed files with 4 additions and 2 deletions
|
@ -19,11 +19,13 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ gmp mpfr mpfi libxml2 fplll ];
|
buildInputs = [ gmp mpfr mpfi libxml2 fplll ];
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A tool environment for safe floating-point code development";
|
description = "A tool environment for safe floating-point code development";
|
||||||
homepage = "https://www.sollya.org/";
|
homepage = "https://www.sollya.org/";
|
||||||
license = licenses.cecill-c;
|
license = licenses.cecill-c;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ wegank ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue