diff --git a/pkgs/development/tools/qc/default.nix b/pkgs/development/tools/qc/default.nix index 4e9f3551082..14cdaf3ee35 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; }; }