commit 4b9878542da6dc45656d4697462f42b37d0a8a56
parent bea3bf0e90fb458d7bb8b8543b3eff8dda5056e9
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date: Fri, 10 Jul 2020 12:41:32 +0300
CI: fix build on darwin
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pkgs/applications/redict/default.nix b/pkgs/applications/redict/default.nix
@@ -47,5 +47,6 @@ mkDerivation {
license = licenses.gpl3;
maintainers = with maintainers; [ sikmir ];
platforms = with platforms; linux ++ darwin;
+ broken = stdenv.isDarwin;
};
}