lol

yosys: mark broken on darwin

+7
+7
pkgs/development/compilers/yosys/default.nix
··· 103 103 license = licenses.isc; 104 104 platforms = platforms.all; 105 105 maintainers = with maintainers; [ shell thoughtpolice emily ]; 106 + #In file included from kernel/driver.cc:20: 107 + #./kernel/yosys.h:42:10: fatal error: 'map' file not found 108 + ##include <map> 109 + 110 + #https://github.com/YosysHQ/yosys/issues/681 111 + #https://github.com/YosysHQ/yosys/issues/2011 112 + broken = stdenv.isDarwin; 106 113 }; 107 114 }