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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user