mucommander: unbreak on darwin

since #105784 is fixed now
launchpad/nixpkgs/master
Pavol Rusnak 3 years ago
parent b631286150
commit 08b86004a2
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
  1. 3
      pkgs/applications/misc/mucommander/default.nix

@ -81,9 +81,6 @@ in stdenv.mkDerivation {
description = "Cross-platform file manager";
license = licenses.gpl3;
maintainers = with maintainers; [ volth ];
# build is broken on MacOS
# https://github.com/NixOS/nixpkgs/pull/105784
broken = stdenv.isDarwin;
platforms = platforms.all;
};
}

Loading…
Cancel
Save