gsl: allow to build on all platforms
This commit is contained in:
parent
6b1b72c0f8
commit
e74d8f74f8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue