qrcp: mark broken on darwin

This commit is contained in:
Sandro Jäckel
2022-11-24 02:39:16 +01:00
parent af5c172fab
commit 63fa4df63c
+2
View File
@@ -1,4 +1,5 @@
{ lib
, stdenv
, buildGoModule
, fetchFromGitHub
, installShellFiles
@@ -41,5 +42,6 @@ buildGoModule rec {
'';
license = licenses.mit;
maintainers = with maintainers; [ fgaz SuperSandro2000 ];
broken = stdenv.isDarwin; # needs golang.org/x/sys bump
};
}