Merge pull request #224475 from knl/mutagen-is-not-broken-on-darwin

mutagen: not broken on darwin
This commit is contained in:
Rick van Schijndel 2023-04-03 16:24:49 +00:00 committed by GitHub
commit 5af1d31e42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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