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; }; }