mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
Merge pull request #237415 from amesgen/gsl-platforms
gsl: allow to build on all platforms
This commit is contained in:
commit
9d10adec24
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user