Merge pull request #237415 from amesgen/gsl-platforms

gsl: allow to build on all platforms
This commit is contained in:
Weijia Wang 2023-06-12 23:30:40 +03:00 committed by GitHub
commit 9d10adec24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
fitting. There are over 1000 functions in total with an
extensive test suite.
'';
platforms = lib.platforms.unix;
platforms = lib.platforms.all;
};
}