···28 "--disable-precomp-headers"
29 (if unicode then "--enable-unicode" else "")
30 "--enable-mediactrl"
031 ] ++ optional withMesa "--with-opengl";
3233 # These variables are used by configure to find some dependencies.
···28 "--disable-precomp-headers"
29 (if unicode then "--enable-unicode" else "")
30 "--enable-mediactrl"
31+ "--enable-graphics_ctx"
32 ] ++ optional withMesa "--with-opengl";
3334 # These variables are used by configure to find some dependencies.
···1{ stdenv }:
23-# this tool only exists on darwin
4assert stdenv.isDarwin;
0000056stdenv.mkDerivation {
7 name = "otool";
···20 meta = with stdenv.lib; {
21 description = "Object file displaying tool";
22 homepage = https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/otool.1.html;
23- license = licenses.unfree;
24 maintainers = with maintainers; [ lovek323 ];
25 platforms = platforms.darwin;
26
···1{ stdenv }:
203assert stdenv.isDarwin;
4+/* this tool only exists on darwin
5+ NOTE: it might make sense to compile this from source (maybe it even works for non-darwin)
6+ I see cctools source is under GPL2+ as well as APSL 2.0
7+ http://opensource.apple.com/release/developer-tools-46/
8+*/
910stdenv.mkDerivation {
11 name = "otool";
···24 meta = with stdenv.lib; {
25 description = "Object file displaying tool";
26 homepage = https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/otool.1.html;
27+ license = with licenses; [ apsl20 gpl2Plus ];
28 maintainers = with maintainers; [ lovek323 ];
29 platforms = platforms.darwin;
30