summary refs log tree commit diff
path: root/pkgs/applications/radio
diff options
context:
space:
mode:
authorOPNA2608 <christoph.neidahl@gmail.com>2021-12-23 14:29:04 +0100
committerOPNA2608 <christoph.neidahl@gmail.com>2021-12-23 14:29:07 +0100
commit95dc917f68c5a97acaec5ceb01b7396d4c7cb2b2 (patch)
treeea27fed798dcc0b766efbd093e5265b5550e84ad /pkgs/applications/radio
parent54a9d3edd14d6baeb90071edc7a70bd93265c052 (diff)
downloadnixpkgs-95dc917f68c5a97acaec5ceb01b7396d4c7cb2b2.tar
nixpkgs-95dc917f68c5a97acaec5ceb01b7396d4c7cb2b2.tar.gz
nixpkgs-95dc917f68c5a97acaec5ceb01b7396d4c7cb2b2.tar.bz2
nixpkgs-95dc917f68c5a97acaec5ceb01b7396d4c7cb2b2.tar.lz
nixpkgs-95dc917f68c5a97acaec5ceb01b7396d4c7cb2b2.tar.xz
nixpkgs-95dc917f68c5a97acaec5ceb01b7396d4c7cb2b2.tar.zst
nixpkgs-95dc917f68c5a97acaec5ceb01b7396d4c7cb2b2.zip
fldigi: Mark broken on x86_64-darwin
Build hasn't succeeded on Hydra for awhile.
Diffstat (limited to 'pkgs/applications/radio')
-rw-r--r--pkgs/applications/radio/fldigi/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/radio/fldigi/default.nix b/pkgs/applications/radio/fldigi/default.nix
index 8650cf59613..4b33d331f5b 100644
--- a/pkgs/applications/radio/fldigi/default.nix
+++ b/pkgs/applications/radio/fldigi/default.nix
@@ -47,5 +47,8 @@ stdenv.mkDerivation rec {
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ relrod ftrvxmtrx ];
     platforms = platforms.unix;
+    # unable to execute command: posix_spawn failed: Argument list too long
+    # Builds fine on aarch64-darwin
+    broken = stdenv.system == "x86_64-darwin";
   };
 }