various: mark broken on darwin (#420458)

authored by philiptaron.tngl.sh and committed by GitHub e1db604e 0b69fad4

+12
+1
pkgs/by-name/ch/chez-mit/package.nix
··· 35 homepage = "https://github.com/fedeinthemix/chez-mit/"; 36 maintainers = [ maintainers.jitwit ]; 37 license = licenses.gpl3Plus; 38 }; 39 40 }
··· 35 homepage = "https://github.com/fedeinthemix/chez-mit/"; 36 maintainers = [ maintainers.jitwit ]; 37 license = licenses.gpl3Plus; 38 + broken = stdenv.hostPlatform.isDarwin; 39 }; 40 41 }
+1
pkgs/by-name/fa/fastnlo-toolkit/package.nix
··· 105 license = licenses.gpl3Plus; 106 maintainers = with maintainers; [ veprbl ]; 107 platforms = platforms.unix; 108 }; 109 }
··· 105 license = licenses.gpl3Plus; 106 maintainers = with maintainers; [ veprbl ]; 107 platforms = platforms.unix; 108 + broken = stdenv.hostPlatform.isDarwin; 109 }; 110 }
+1
pkgs/by-name/li/lib3270/package.nix
··· 53 homepage = "https://github.com/PerryWerneck/lib3270"; 54 license = licenses.lgpl3Plus; 55 maintainers = [ maintainers.vifino ]; 56 }; 57 }
··· 53 homepage = "https://github.com/PerryWerneck/lib3270"; 54 license = licenses.lgpl3Plus; 55 maintainers = [ maintainers.vifino ]; 56 + broken = stdenv.hostPlatform.isDarwin; 57 }; 58 }
+1
pkgs/by-name/li/libfilezilla/package.nix
··· 45 license = licenses.gpl2Plus; 46 maintainers = with maintainers; [ pSub ]; 47 platforms = lib.platforms.unix; 48 }; 49 }
··· 45 license = licenses.gpl2Plus; 46 maintainers = with maintainers; [ pSub ]; 47 platforms = lib.platforms.unix; 48 + broken = stdenv.hostPlatform.isDarwin; 49 }; 50 }
+1
pkgs/by-name/xl/xlog/package.nix
··· 41 license = licenses.gpl3; 42 platforms = platforms.unix; 43 mainProgram = "xlog"; 44 }; 45 }
··· 41 license = licenses.gpl3; 42 platforms = platforms.unix; 43 mainProgram = "xlog"; 44 + broken = stdenv.hostPlatform.isDarwin; 45 }; 46 }
+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 }
+2
pkgs/by-name/za/zap-chip/package.nix
··· 1 { 2 lib, 3 buildNpmPackage, 4 electron, 5 fetchFromGitHub, ··· 87 license = lib.licenses.asl20; 88 maintainers = with lib.maintainers; [ symphorien ]; 89 mainProgram = "zap" + lib.optionalString (!withGui) "-cli"; 90 }; 91 }
··· 1 { 2 lib, 3 + stdenv, 4 buildNpmPackage, 5 electron, 6 fetchFromGitHub, ··· 88 license = lib.licenses.asl20; 89 maintainers = with lib.maintainers; [ symphorien ]; 90 mainProgram = "zap" + lib.optionalString (!withGui) "-cli"; 91 + broken = stdenv.hostPlatform.isDarwin; 92 }; 93 }
+2
pkgs/development/python-modules/pymonctl/default.nix
··· 1 { 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 setuptools, ··· 38 license = lib.licenses.bsd3; 39 description = "Cross-Platform toolkit to get info on and control monitors connected"; 40 maintainers = with lib.maintainers; [ sigmanificient ]; 41 }; 42 }
··· 1 { 2 lib, 3 + stdenv, 4 buildPythonPackage, 5 fetchFromGitHub, 6 setuptools, ··· 39 license = lib.licenses.bsd3; 40 description = "Cross-Platform toolkit to get info on and control monitors connected"; 41 maintainers = with lib.maintainers; [ sigmanificient ]; 42 + broken = stdenv.hostPlatform.isDarwin; 43 }; 44 }
+1
pkgs/servers/http/apache-modules/mod_python/default.nix
··· 58 mainProgram = "mod_python"; 59 platforms = lib.platforms.unix; 60 maintainers = [ ]; 61 }; 62 })
··· 58 mainProgram = "mod_python"; 59 platforms = lib.platforms.unix; 60 maintainers = [ ]; 61 + broken = stdenv.hostPlatform.isDarwin; 62 }; 63 })