about summary refs log tree commit diff
path: root/pkgs/tools/archivers
diff options
context:
space:
mode:
authorRick van Schijndel <rol3517@gmail.com>2022-05-28 15:22:26 +0200
committerRick van Schijndel <rol3517@gmail.com>2022-05-29 10:56:04 +0200
commitcd3c25616d603598d32430e30ae676f93959f6bd (patch)
treede83956780100b1e6ded58fe6490e520cf40158c /pkgs/tools/archivers
parent6d9a33741eecbf01e5ddaa080abb53108bcbb8f6 (diff)
treewide: pkgs/tools: mark broken for darwin
All packages that were failing on x86_64-darwin are marked broken.
I'm assuming here that these are also broken on aarch64-darwin.
Diffstat (limited to 'pkgs/tools/archivers')
-rw-r--r--pkgs/tools/archivers/xarchiver/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/archivers/xarchiver/default.nix b/pkgs/tools/archivers/xarchiver/default.nix
index 57d35633128da..5bd20055ce83a 100644
--- a/pkgs/tools/archivers/xarchiver/default.nix
+++ b/pkgs/tools/archivers/xarchiver/default.nix
@@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
+    broken = stdenv.isDarwin;
     description = "GTK frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only)";
     homepage = "https://github.com/ib/xarchiver";
     maintainers = [ lib.maintainers.domenkozar ];