From 912dd6977ef365518c7c092d980ac7160fbc6842 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Thu, 4 May 2023 15:33:53 +0200 Subject: qc: remove platforms --- pkgs/development/tools/qc/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/tools/qc/default.nix b/pkgs/development/tools/qc/default.nix index 4e9f355108294..14cdaf3ee3552 100644 --- a/pkgs/development/tools/qc/default.nix +++ b/pkgs/development/tools/qc/default.nix @@ -35,6 +35,5 @@ buildGoModule rec { homepage = "https://github.com/qownnotes/qc"; license = licenses.mit; maintainers = with maintainers; [ pbek totoroot ]; - platforms = platforms.unix; }; } -- cgit 1.4.1