ruby_1_8_7: Fix on Darwin
This commit is contained in:
parent
94362af1e8
commit
a634c11075
@ -60,6 +60,9 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [ "--enable-shared" "--enable-pthread" ]
|
configureFlags = [ "--enable-shared" "--enable-pthread" ]
|
||||||
|
# Without this fails due to not finding X11/Xlib.h
|
||||||
|
# Not sure why this isn't required on Linux
|
||||||
|
++ ops stdenv.isDarwin [ "--without-tcl" "--without-tk" ]
|
||||||
++ op useRailsExpress "--with-baseruby=${baseruby}/bin/ruby";
|
++ op useRailsExpress "--with-baseruby=${baseruby}/bin/ruby";
|
||||||
|
|
||||||
installFlags = stdenv.lib.optionalString docSupport "install-doc";
|
installFlags = stdenv.lib.optionalString docSupport "install-doc";
|
||||||
|
Loading…
Reference in New Issue
Block a user