breitbandmessung: drop x86_64-darwin support

This commit is contained in:
Emily
2026-02-18 07:28:55 +00:00
parent 5743d89de6
commit 98aedab248
3 changed files with 5 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ let
sources = import ./sources.nix;
systemArgs =
rec {
{
x86_64-linux = {
src = fetchurl sources.x86_64-linux;
@@ -57,8 +57,8 @@ let
'';
};
x86_64-darwin = {
src = fetchurl sources.x86_64-darwin;
aarch64-darwin = {
src = fetchurl sources.aarch64-darwin;
nativeBuildInputs = [ undmg ];
@@ -74,8 +74,6 @@ let
runHook postInstall
'';
};
aarch64-darwin = x86_64-darwin;
}
.${system} or {
src = throw "Unsupported system: ${system}";
@@ -97,7 +95,6 @@ stdenv.mkDerivation (
maintainers = with lib.maintainers; [ b4dm4n ];
platforms = [
"x86_64-linux"
"x86_64-darwin"
"aarch64-darwin"
];
};

View File

@@ -4,7 +4,7 @@
url = "https://download.breitbandmessung.de/bbm/Breitbandmessung-3.11.0-linux.deb";
sha256 = "sha256-kNuR+zcKEdZ9p0HEajmFQ3TIUz1z2Ao098QNCK6x5lg=";
};
x86_64-darwin = {
aarch64-darwin = {
url = "https://download.breitbandmessung.de/bbm/Breitbandmessung-3.11.0-mac.dmg";
sha256 = "sha256-pKI4Kg4ngXYzyZnzmlijIxmzoCKshdQao1v9JWaAV50=";
};

View File

@@ -20,7 +20,7 @@ if [[ $current != $latest ]]; then
url = "https://download.breitbandmessung.de/bbm/Breitbandmessung-${latest}-linux.deb";
sha256 = "${linux_hash}";
};
x86_64-darwin = {
aarch64-darwin = {
url = "https://download.breitbandmessung.de/bbm/Breitbandmessung-${latest}-mac.dmg";
sha256 = "${darwin_hash}";
};