g2o: mark broken on darwin

This commit is contained in:
Sandro Jäckel 2021-02-18 12:53:18 +01:00
parent 754a8db42d
commit 8c63323b41
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -41,5 +41,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;
};
}