about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatrizio Bekerle <patrizio@bekerle.com>2023-05-04 15:33:53 +0200
committerPatrizio Bekerle <patrizio@bekerle.com>2023-05-04 15:33:53 +0200
commit912dd6977ef365518c7c092d980ac7160fbc6842 (patch)
treea82ba8fda7dd5c6fa2bcea2a6472fb74a0e52ef3
parentf73acb5733244d0740c8181af30a58912427f5c6 (diff)
qc: remove platforms
-rw-r--r--pkgs/development/tools/qc/default.nix1
1 files changed, 0 insertions, 1 deletions
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;
   };
 }