summary refs log tree commit diff
diff options
context:
space:
mode:
authorSebastián Mancilla <238528+smancill@users.noreply.github.com>2022-07-06 20:00:58 -0400
committerGitHub <noreply@github.com>2022-07-06 20:00:58 -0400
commitbdae2919d2759e4ce37e72a725b1dddb9bd6a5b0 (patch)
treefb9d1536019cf2331fa27cfb323f9c6edbb8ff70
parent59b5ae59892ff16075bab39a7d6a9c8509b4055f (diff)
downloadnixpkgs-bdae2919d2759e4ce37e72a725b1dddb9bd6a5b0.tar
nixpkgs-bdae2919d2759e4ce37e72a725b1dddb9bd6a5b0.tar.gz
nixpkgs-bdae2919d2759e4ce37e72a725b1dddb9bd6a5b0.tar.bz2
nixpkgs-bdae2919d2759e4ce37e72a725b1dddb9bd6a5b0.tar.lz
nixpkgs-bdae2919d2759e4ce37e72a725b1dddb9bd6a5b0.tar.xz
nixpkgs-bdae2919d2759e4ce37e72a725b1dddb9bd6a5b0.tar.zst
nixpkgs-bdae2919d2759e4ce37e72a725b1dddb9bd6a5b0.zip
stgit: mark as unbroken on darwin (#180393)
Marked as broken by 37c633f7ae5 (treewide: pkgs/applications: mark
broken for darwin, 2022-05-28) probably by mistake. It builds and works
just fine.
-rw-r--r--pkgs/applications/version-management/git-and-tools/stgit/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/stgit/default.nix b/pkgs/applications/version-management/git-and-tools/stgit/default.nix
index 932ceba64a9..1ed773bd65b 100644
--- a/pkgs/applications/version-management/git-and-tools/stgit/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/stgit/default.nix
@@ -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;