Merge pull request #113674 from SuperSandro2000/fix-collection16

This commit is contained in:
Sandro
2021-02-19 13:27:03 +01:00
committed by GitHub
34 changed files with 25 additions and 56 deletions
@@ -43,5 +43,7 @@ mkDerivation rec {
license = with licenses; [ bsd3 lgpl3 gpl3 ];
maintainers = with maintainers; [ lopsided98 ];
platforms = platforms.all;
# fatal error: 'qglviewer.h' file not found
broken = stdenv.isDarwin;
};
}