From e74d8f74f8fcead254999eca397d53a040381085 Mon Sep 17 00:00:00 2001 From: amesgen Date: Mon, 12 Jun 2023 21:25:21 +0200 Subject: [PATCH] gsl: allow to build on all platforms --- pkgs/development/libraries/gsl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/gsl/default.nix b/pkgs/development/libraries/gsl/default.nix index c9559476eff..ffe168674e6 100644 --- a/pkgs/development/libraries/gsl/default.nix +++ b/pkgs/development/libraries/gsl/default.nix @@ -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; }; }