From 2d79d99612071b24176aa9a7426b4e702f59602c Mon Sep 17 00:00:00 2001 From: nzbr <900Zebra@gmx.de> Date: Fri, 8 Dec 2023 04:27:10 +0100 Subject: [PATCH] xstow: unmark as broken on darwin --- pkgs/tools/misc/xstow/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/misc/xstow/default.nix b/pkgs/tools/misc/xstow/default.nix index e03d8af4d35b..e40cffb51659 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; }; }