diff --git a/pkgs/development/libraries/blaze/default.nix b/pkgs/development/libraries/blaze/default.nix index ad68b6df4d59..70d7cdff13b4 100644 --- a/pkgs/development/libraries/blaze/default.nix +++ b/pkgs/development/libraries/blaze/default.nix @@ -30,6 +30,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://bitbucket.org/blaze-lib/blaze"; license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ Madouura ]; - platforms = platforms.linux; + platforms = platforms.unix; }; })