xstow: unmark as broken on darwin

This commit is contained in:
nzbr 2023-12-08 04:27:10 +01:00
parent 17771d6144
commit 2d79d99612

View file

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