Merge pull request #135961 from prusnak/mucommander

mucommander: unbreak on darwin
This commit is contained in:
Sandro 2021-08-28 01:04:13 +02:00 committed by GitHub
commit 2058fcb3e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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