amule,amule-gui: mark as broken on Darwin

main
Malo Bourgon 2 years ago
parent 0b06db69f5
commit 9590fedbf9
  1. 2
      pkgs/tools/networking/p2p/amule/default.nix

@ -80,6 +80,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ ];
platforms = platforms.unix;
# cmake fails: Cannot specify link libraries for target "wxWidgets::ADV" which is not built by this project.
broken = enableDaemon;
broken = enableDaemon || stdenv.isDarwin;
};
}

Loading…
Cancel
Save