From 93ef3c8c192411ad4c08d69fce29cf743675d8c9 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Thu, 8 Jun 2023 15:43:05 +0300 Subject: [PATCH] hblock: set platforms --- pkgs/tools/networking/hblock/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/networking/hblock/default.nix b/pkgs/tools/networking/hblock/default.nix index b3a2b9d68225..8d7f25678edf 100644 --- a/pkgs/tools/networking/hblock/default.nix +++ b/pkgs/tools/networking/hblock/default.nix @@ -35,5 +35,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/hectorm/hblock"; license = licenses.mit; maintainers = with maintainers; [ alanpearce ]; + platforms = platforms.unix; }; }