From 222c4bbfeca13ba37c7b47819476dfff5673aefc Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:10:09 +0200 Subject: [PATCH] httplib: set platforms --- pkgs/development/libraries/httplib/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/httplib/default.nix b/pkgs/development/libraries/httplib/default.nix index fcfc6066c05..4315b827b22 100644 --- a/pkgs/development/libraries/httplib/default.nix +++ b/pkgs/development/libraries/httplib/default.nix @@ -25,5 +25,6 @@ stdenv.mkDerivation rec { changelog = "https://github.com/yhirose/cpp-httplib/releases/tag/v${version}"; maintainers = with maintainers; [ aidalgol ]; license = licenses.mit; + platforms = platforms.all; }; }