File tree Expand file tree Collapse file tree
development/python-modules/pymonctl
servers/http/apache-modules/mod_python Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
3535 homepage = "https://github.com/fedeinthemix/chez-mit/" ;
3636 maintainers = [ maintainers . jitwit ] ;
3737 license = licenses . gpl3Plus ;
38+ broken = stdenv . hostPlatform . isDarwin ;
3839 } ;
3940
4041}
Original file line number Diff line number Diff line change @@ -105,5 +105,6 @@ stdenv.mkDerivation rec {
105105 license = licenses . gpl3Plus ;
106106 maintainers = with maintainers ; [ veprbl ] ;
107107 platforms = platforms . unix ;
108+ broken = stdenv . hostPlatform . isDarwin ;
108109 } ;
109110}
Original file line number Diff line number Diff line change @@ -53,5 +53,6 @@ stdenv.mkDerivation rec {
5353 homepage = "https://github.com/PerryWerneck/lib3270" ;
5454 license = licenses . lgpl3Plus ;
5555 maintainers = [ maintainers . vifino ] ;
56+ broken = stdenv . hostPlatform . isDarwin ;
5657 } ;
5758}
Original file line number Diff line number Diff line change @@ -45,5 +45,6 @@ stdenv.mkDerivation {
4545 license = licenses . gpl2Plus ;
4646 maintainers = with maintainers ; [ pSub ] ;
4747 platforms = lib . platforms . unix ;
48+ broken = stdenv . hostPlatform . isDarwin ;
4849 } ;
4950}
Original file line number Diff line number Diff line change @@ -41,5 +41,6 @@ stdenv.mkDerivation rec {
4141 license = licenses . gpl3 ;
4242 platforms = platforms . unix ;
4343 mainProgram = "xlog" ;
44+ broken = stdenv . hostPlatform . isDarwin ;
4445 } ;
4546}
Original file line number Diff line number Diff line change 11{
22 lib ,
3+ stdenv ,
34 buildGoModule ,
45 fetchFromGitHub ,
56} :
@@ -23,5 +24,6 @@ buildGoModule rec {
2324 license = licenses . mit ;
2425 maintainers = with maintainers ; [ nrhelmi ] ;
2526 mainProgram = "xteve" ;
27+ broken = stdenv . hostPlatform . isDarwin ;
2628 } ;
2729}
Original file line number Diff line number Diff line change 11{
22 lib ,
3+ stdenv ,
34 buildNpmPackage ,
45 electron ,
56 fetchFromGitHub ,
@@ -87,5 +88,6 @@ buildNpmPackage rec {
8788 license = lib . licenses . asl20 ;
8889 maintainers = with lib . maintainers ; [ symphorien ] ;
8990 mainProgram = "zap" + lib . optionalString ( ! withGui ) "-cli" ;
91+ broken = stdenv . hostPlatform . isDarwin ;
9092 } ;
9193}
Original file line number Diff line number Diff line change 11{
22 lib ,
3+ stdenv ,
34 buildPythonPackage ,
45 fetchFromGitHub ,
56 setuptools ,
@@ -38,5 +39,6 @@ buildPythonPackage rec {
3839 license = lib . licenses . bsd3 ;
3940 description = "Cross-Platform toolkit to get info on and control monitors connected" ;
4041 maintainers = with lib . maintainers ; [ sigmanificient ] ;
42+ broken = stdenv . hostPlatform . isDarwin ;
4143 } ;
4244}
Original file line number Diff line number Diff line change @@ -58,5 +58,6 @@ stdenv.mkDerivation (finalAttrs: {
5858 mainProgram = "mod_python" ;
5959 platforms = lib . platforms . unix ;
6060 maintainers = [ ] ;
61+ broken = stdenv . hostPlatform . isDarwin ;
6162 } ;
6263} )
You can’t perform that action at this time.
0 commit comments