about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authornzbr <900Zebra@gmx.de>2023-12-08 04:27:10 +0100
committernzbr <900Zebra@gmx.de>2023-12-08 04:27:10 +0100
commit2d79d99612071b24176aa9a7426b4e702f59602c (patch)
treecc311be03bfb4bb47b90d880b092a0ab09eaf744 /pkgs
parent17771d614417f9fe460bff44530ab73a6457b9b0 (diff)
xstow: unmark as broken on darwin
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/xstow/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/misc/xstow/default.nix b/pkgs/tools/misc/xstow/default.nix
index e03d8af4d35b7..e40cffb516599 100644
--- a/pkgs/tools/misc/xstow/default.nix
+++ b/pkgs/tools/misc/xstow/default.nix
@@ -36,7 +36,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/majorkingleo/xstow";
     license = licenses.gpl2Only;
     maintainers = with maintainers; [ nzbr ];
-    broken = stdenv.isDarwin;
     platforms = platforms.unix;
   };
 }