summary refs log tree commit diff
diff options
context:
space:
mode:
authorRick van Schijndel <Mindavi@users.noreply.github.com>2023-04-03 16:24:49 +0000
committerGitHub <noreply@github.com>2023-04-03 16:24:49 +0000
commit5af1d31e42c8e0bdf6c6d9c2879fab832dea4a61 (patch)
tree31ff3c428a4e49b7ffa99b7e6cf80e60f062ea51
parent143ab733c5052401bfdc20deae131f045d85b2c6 (diff)
parentf797343034ee289e7366e0358b6a27f1fcf7ad50 (diff)
downloadnixpkgs-5af1d31e42c8e0bdf6c6d9c2879fab832dea4a61.tar
nixpkgs-5af1d31e42c8e0bdf6c6d9c2879fab832dea4a61.tar.gz
nixpkgs-5af1d31e42c8e0bdf6c6d9c2879fab832dea4a61.tar.bz2
nixpkgs-5af1d31e42c8e0bdf6c6d9c2879fab832dea4a61.tar.lz
nixpkgs-5af1d31e42c8e0bdf6c6d9c2879fab832dea4a61.tar.xz
nixpkgs-5af1d31e42c8e0bdf6c6d9c2879fab832dea4a61.tar.zst
nixpkgs-5af1d31e42c8e0bdf6c6d9c2879fab832dea4a61.zip
Merge pull request #224475 from knl/mutagen-is-not-broken-on-darwin
mutagen: not broken on darwin
-rw-r--r--pkgs/tools/misc/mutagen/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/misc/mutagen/default.nix b/pkgs/tools/misc/mutagen/default.nix
index 2758b348610..a543278922e 100644
--- a/pkgs/tools/misc/mutagen/default.nix
+++ b/pkgs/tools/misc/mutagen/default.nix
@@ -34,7 +34,6 @@ buildGoModule rec {
   '';
 
   meta = with lib; {
-    broken = stdenv.isDarwin;
     description = "Make remote development work with your local tools";
     homepage = "https://mutagen.io/";
     changelog = "https://github.com/mutagen-io/mutagen/releases/tag/v${version}";