treewide: mark as broken on darwin (last successful Hydra build in 2024)
This commit is contained in:
@@ -77,5 +77,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
|
# The last successful Darwin Hydra build was in 2024
|
||||||
|
broken = stdenv.hostPlatform.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,5 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Virtual filesystem that allows browsing of compressed files";
|
description = "Virtual filesystem that allows browsing of compressed files";
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
license = lib.licenses.gpl2Only;
|
license = lib.licenses.gpl2Only;
|
||||||
|
# The last successful Darwin Hydra build was in 2024
|
||||||
|
broken = stdenv.hostPlatform.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -46,5 +46,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://coan2.sourceforge.net/";
|
homepage = "https://coan2.sourceforge.net/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
# The last successful Darwin Hydra build was in 2024
|
||||||
|
broken = stdenv.hostPlatform.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -50,5 +50,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
homepage = "https://emboss.sourceforge.net/";
|
homepage = "https://emboss.sourceforge.net/";
|
||||||
|
# The last successful Darwin Hydra build was in 2024
|
||||||
|
broken = stdenv.hostPlatform.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
stdenv,
|
||||||
lib,
|
lib,
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
@@ -36,5 +37,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
mainProgram = "eureka";
|
mainProgram = "eureka";
|
||||||
|
# The last successful Darwin Hydra build was in 2024
|
||||||
|
broken = stdenv.hostPlatform.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -50,5 +50,7 @@ rustPlatform.buildRustPackage {
|
|||||||
homepage = "https://github.com/finalfusion/finalfrontier/";
|
homepage = "https://github.com/finalfusion/finalfrontier/";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
|
# The last successful Darwin Hydra build was in 2024
|
||||||
|
broken = stdenv.hostPlatform.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
# never built on aarch64-darwin since first introduction in nixpkgs
|
# never built on aarch64-darwin since first introduction in nixpkgs
|
||||||
broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64;
|
# The last successful Darwin Hydra build was in 2024
|
||||||
|
broken = stdenv.hostPlatform.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,5 +48,7 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
|
# The last successful Darwin Hydra build was in 2024
|
||||||
|
broken = stdenv.hostPlatform.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -83,6 +83,8 @@ let
|
|||||||
license = lib.licenses.lgpl2Plus;
|
license = lib.licenses.lgpl2Plus;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = with lib.platforms; linux ++ darwin;
|
platforms = with lib.platforms; linux ++ darwin;
|
||||||
|
# The last successful Darwin Hydra build was in 2024
|
||||||
|
broken = stdenv.hostPlatform.isDarwin;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
stdenv,
|
||||||
buildGoModule,
|
buildGoModule,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch2,
|
fetchpatch2,
|
||||||
@@ -45,5 +46,7 @@ buildGoModule rec {
|
|||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
mainProgram = "prometheus-packet-sd";
|
mainProgram = "prometheus-packet-sd";
|
||||||
|
# The last successful Darwin Hydra build was in 2024
|
||||||
|
broken = stdenv.hostPlatform.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
stdenv,
|
||||||
lib,
|
lib,
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
@@ -43,5 +44,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
];
|
];
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
mainProgram = "sic";
|
mainProgram = "sic";
|
||||||
|
# The last successful Darwin Hydra build was in 2024
|
||||||
|
broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -61,5 +61,7 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.lgpl21Only;
|
license = licenses.lgpl21Only;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
# The last successful Darwin Hydra build was in 2024
|
||||||
|
broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -98,7 +98,6 @@ in
|
|||||||
] old
|
] old
|
||||||
)
|
)
|
||||||
// (addToBuildInputs pkgs.libglut old);
|
// (addToBuildInputs pkgs.libglut old);
|
||||||
iconv = addToBuildInputs (lib.optional stdenv.hostPlatform.isDarwin pkgs.libiconv);
|
|
||||||
icu = addToBuildInputsWithPkgConfig pkgs.icu;
|
icu = addToBuildInputsWithPkgConfig pkgs.icu;
|
||||||
imlib2 = addToBuildInputsWithPkgConfig pkgs.imlib2;
|
imlib2 = addToBuildInputsWithPkgConfig pkgs.imlib2;
|
||||||
inotify =
|
inotify =
|
||||||
@@ -306,6 +305,8 @@ in
|
|||||||
|
|
||||||
# mark broken darwin
|
# mark broken darwin
|
||||||
|
|
||||||
|
# The last successful Darwin Hydra build was in 2024
|
||||||
|
iconv = brokenOnDarwin;
|
||||||
# fatal error: 'mqueue.h' file not found
|
# fatal error: 'mqueue.h' file not found
|
||||||
posix-mq = brokenOnDarwin;
|
posix-mq = brokenOnDarwin;
|
||||||
# Undefined symbols for architecture arm64: "_pthread_setschedprio"
|
# Undefined symbols for architecture arm64: "_pthread_setschedprio"
|
||||||
|
|||||||
@@ -62,6 +62,7 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = with platforms; (linux ++ darwin);
|
platforms = with platforms; (linux ++ darwin);
|
||||||
# never built on aarch64-darwin since first introduction in nixpkgs
|
# never built on aarch64-darwin since first introduction in nixpkgs
|
||||||
broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64;
|
# The last successful Darwin Hydra build was in 2024
|
||||||
|
broken = stdenv.hostPlatform.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -186,5 +186,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
homepage = "http://lists.infradead.org/mailman/listinfo/ath9k_htc_fw";
|
homepage = "http://lists.infradead.org/mailman/listinfo/ath9k_htc_fw";
|
||||||
downloadPage = "https://github.com/qca/open-ath9k-htc-firmware";
|
downloadPage = "https://github.com/qca/open-ath9k-htc-firmware";
|
||||||
changelog = "https://github.com/qca/open-ath9k-htc-firmware/tags";
|
changelog = "https://github.com/qca/open-ath9k-htc-firmware/tags";
|
||||||
|
# The last successful Darwin Hydra build was in 2024
|
||||||
|
broken = stdenv.hostPlatform.isDarwin;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -67,5 +67,7 @@ stdenv.mkDerivation rec {
|
|||||||
lgpl3Plus
|
lgpl3Plus
|
||||||
];
|
];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
# The last successful Darwin Hydra build was in 2024
|
||||||
|
broken = stdenv.hostPlatform.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user