Merge pull request #179278 from wegank/sollya-darwin

sollya: build on darwin and enable tests
This commit is contained in:
Sandro 2022-07-04 09:44:27 +02:00 committed by GitHub
commit 723b9f71d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}