mucommander: unbreak on darwin

since #105784 is fixed now
This commit is contained in:
Pavol Rusnak 2021-08-27 23:28:36 +02:00
parent b631286150
commit 08b86004a2
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D

View file

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