Merge pull request #112950 from SuperSandro2000/fix-collection11

This commit is contained in:
Sandro
2021-02-13 03:31:41 +01:00
committed by GitHub
8 changed files with 30 additions and 36 deletions
@@ -103,5 +103,12 @@ stdenv.mkDerivation rec {
license = licenses.isc;
platforms = platforms.all;
maintainers = with maintainers; [ shell thoughtpolice emily ];
#In file included from kernel/driver.cc:20:
#./kernel/yosys.h:42:10: fatal error: 'map' file not found
##include <map>
#https://github.com/YosysHQ/yosys/issues/681
#https://github.com/YosysHQ/yosys/issues/2011
broken = stdenv.isDarwin;
};
}