From 08b86004a2b671a4e51d8d4b8f4cb6c54ada23b9 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 27 Aug 2021 23:28:36 +0200 Subject: [PATCH] mucommander: unbreak on darwin since #105784 is fixed now --- pkgs/applications/misc/mucommander/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/applications/misc/mucommander/default.nix b/pkgs/applications/misc/mucommander/default.nix index c42ae1e815b3..648b4951504f 100644 --- a/pkgs/applications/misc/mucommander/default.nix +++ b/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; }; }