g2o: mark broken on darwin

wip/yesman
Sandro Jäckel 3 years ago
parent 754a8db42d
commit 8c63323b41
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 2
      pkgs/development/libraries/g2o/default.nix

@ -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;
};
}

Loading…
Cancel
Save