Skip to content

Commit e1db604

Browse files
authored
various: mark broken on darwin (#420458)
2 parents 0b69fad + d940164 commit e1db604

9 files changed

Lines changed: 12 additions & 0 deletions

File tree

pkgs/by-name/ch/chez-mit/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

pkgs/by-name/fa/fastnlo-toolkit/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

pkgs/by-name/li/lib3270/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

pkgs/by-name/li/libfilezilla/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

pkgs/by-name/xl/xlog/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

pkgs/by-name/xt/xteve/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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
}

pkgs/by-name/za/zap-chip/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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
}

pkgs/development/python-modules/pymonctl/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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
}

pkgs/servers/http/apache-modules/mod_python/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
})

0 commit comments

Comments
 (0)