lol

xteve: mark broken on darwin

+2
+2
pkgs/by-name/xt/xteve/package.nix
··· 1 { 2 lib, 3 buildGoModule, 4 fetchFromGitHub, 5 }: ··· 23 license = licenses.mit; 24 maintainers = with maintainers; [ nrhelmi ]; 25 mainProgram = "xteve"; 26 }; 27 }
··· 1 { 2 lib, 3 + stdenv, 4 buildGoModule, 5 fetchFromGitHub, 6 }: ··· 24 license = licenses.mit; 25 maintainers = with maintainers; [ nrhelmi ]; 26 mainProgram = "xteve"; 27 + broken = stdenv.hostPlatform.isDarwin; 28 }; 29 }