From b7e7ac1c80fb371931460f47ee9601a9e15061e5 Mon Sep 17 00:00:00 2001 From: Matteo Pacini Date: Mon, 24 Jun 2024 20:53:08 +0100 Subject: [PATCH] blaze: darwin support --- pkgs/development/libraries/blaze/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; })