mutagen: not broken on darwin
I built it on my macOS system and verified that the binary works. ❯ nix-shell -p nix-info --run "nix-info" these 2 paths will be fetched (0.01 MiB download, 0.03 MiB unpacked): /nix/store/4zlpnskr149hbnql0m7gscrgsgvkr1s9-nix-info /nix/store/54kggphb574mqgq5hmii0zk82613qj82-DarwinTools-1 copying path '/nix/store/54kggphb574mqgq5hmii0zk82613qj82-DarwinTools-1' from 'https://cache.nixos.org'... copying path '/nix/store/4zlpnskr149hbnql0m7gscrgsgvkr1s9-nix-info' from 'https://cache.nixos.org'... system: "x86_64-darwin", multi-user?: no, version: nix-env (Nix) 2.13.3, channels(knl): "", nixpkgs: /nix/store/98xnrgz4wv1xlinjcs4s04cnx9qyv5db-nixpkgs-src ❯ result/bin/mutagen daemon start ❯ result/bin/mutagen sync list -------------------------------------------------------------------------------- No synchronization sessions found --------------------------------------------------------------------------------
This commit is contained in:
parent
5bcc271f81
commit
f797343034
1 changed files with 0 additions and 1 deletions
|
@ -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}";
|
||||
|
|
Loading…
Reference in a new issue