mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-17 22:28:55 +00:00
various: drop x86_64-darwin mentions in comments (#541217)
This commit is contained in:
@@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [ euxane ];
|
||||
mainProgram = "howl";
|
||||
|
||||
# LuaJIT and Howl builds fail for x86_64-darwin and aarch64-linux respectively
|
||||
# Howl builds fail for aarch64-linux
|
||||
platforms = [
|
||||
"i686-linux"
|
||||
"x86_64-linux"
|
||||
|
||||
@@ -39,8 +39,6 @@ buildDotnetModule (finalAttrs: {
|
||||
|
||||
runtimeDeps = [ openssl ];
|
||||
# mono is not available on aarch64-darwin
|
||||
#x86_64-darwin is failed with
|
||||
#System.Net.Sockets.SocketException (13): Permission denied
|
||||
doCheck = !stdenv.hostPlatform.isDarwin;
|
||||
nativeCheckInputs = [ mono ];
|
||||
testProjectFile = "src/Jackett.Test/Jackett.Test.csproj";
|
||||
|
||||
@@ -174,7 +174,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"x86_64-linux"
|
||||
"aarch64-linux"
|
||||
# feasible, looking for maintainer to help out
|
||||
# "x86_64-darwin" "aarch64-darwin"
|
||||
# "aarch64-darwin"
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
immae
|
||||
|
||||
@@ -66,8 +66,6 @@ buildGoModule (finalAttrs: {
|
||||
changelog = "https://github.com/bootc-dev/podman-bootc/releases/tag/${finalAttrs.src.tag}";
|
||||
maintainers = with lib.maintainers; [ evan-goode ];
|
||||
license = lib.licenses.asl20;
|
||||
# x86_64-darwin does not seem to be supported at this time:
|
||||
# https://github.com/containers/podman-bootc/issues/46
|
||||
platforms = [
|
||||
"aarch64-linux"
|
||||
"aarch64-darwin"
|
||||
|
||||
@@ -870,7 +870,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
lib.platforms.linux ++ lib.platforms.darwin ++ lib.platforms.windows ++ lib.platforms.freebsd;
|
||||
mainProgram = executable;
|
||||
teams = [ lib.teams.python ];
|
||||
# static build on x86_64-darwin/aarch64-darwin breaks with:
|
||||
# static build on aarch64-darwin breaks with:
|
||||
# configure: error: C compiler cannot create executables
|
||||
|
||||
# mingw patches only apply to Python 3.11 currently
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# When updating this package, please verify at least these build (assuming x86_64-linux):
|
||||
# nix build .#mesa .#pkgsi686Linux.mesa .#pkgsCross.aarch64-multiplatform.mesa .#pkgsMusl.mesa
|
||||
# Ideally also verify:
|
||||
# nix build .#legacyPackages.x86_64-darwin.mesa .#legacyPackages.aarch64-darwin.mesa
|
||||
# nix build .#legacyPackages.aarch64-darwin.mesa
|
||||
rec {
|
||||
pname = "mesa";
|
||||
version = "26.1.4";
|
||||
|
||||
@@ -124,7 +124,6 @@ buildPythonPackage (finalAttrs: {
|
||||
lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# Crashes the interpreter
|
||||
# - On aarch64-darwin: Trace/BPT trap: 5
|
||||
# - On x86_64-darwin: Fatal Python error: Illegal instruction
|
||||
"tests/inference_test.py"
|
||||
"tests/test_train.py"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user