summary refs log tree commit diff
path: root/pkgs/tools/misc/xstow
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/misc/xstow
parent6d9a33741eecbf01e5ddaa080abb53108bcbb8f6 (diff)
downloadnixpkgs-cd3c25616d603598d32430e30ae676f93959f6bd.tar
nixpkgs-cd3c25616d603598d32430e30ae676f93959f6bd.tar.gz
nixpkgs-cd3c25616d603598d32430e30ae676f93959f6bd.tar.bz2
nixpkgs-cd3c25616d603598d32430e30ae676f93959f6bd.tar.lz
nixpkgs-cd3c25616d603598d32430e30ae676f93959f6bd.tar.xz
nixpkgs-cd3c25616d603598d32430e30ae676f93959f6bd.tar.zst
nixpkgs-cd3c25616d603598d32430e30ae676f93959f6bd.zip
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/misc/xstow')
-rw-r--r--pkgs/tools/misc/xstow/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/xstow/default.nix b/pkgs/tools/misc/xstow/default.nix
index a605dcf911b..b57b546f947 100644
--- a/pkgs/tools/misc/xstow/default.nix
+++ b/pkgs/tools/misc/xstow/default.nix
@@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
   ];
 
   meta = with lib; {
+    broken = stdenv.isDarwin;
     description = "A replacement of GNU Stow written in C++";
     homepage = "http://xstow.sourceforge.net";
     license = licenses.gpl2Only;