gsl: allow to build on all platforms

This commit is contained in:
amesgen 2023-06-12 21:25:21 +02:00
parent 6b1b72c0f8
commit e74d8f74f8
No known key found for this signature in database
GPG key ID: 1A89EC203635A13D

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