stgit: mark as unbroken on darwin (#180393)

Marked as broken by 37c633f7ae (treewide: pkgs/applications: mark
broken for darwin, 2022-05-28) probably by mistake. It builds and works
just fine.
This commit is contained in:
Sebastián Mancilla 2022-07-06 20:00:58 -04:00 committed by GitHub
parent 59b5ae5989
commit bdae2919d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,6 @@ python3Packages.buildPythonApplication rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "A patch manager implemented on top of Git";
homepage = "https://stacked-git.github.io/";
license = licenses.gpl2Only;