OCaml: do not depend on X11 for OCaml ≥ 4.09
This commit is contained in:
parent
0229936bbe
commit
80a7615300
@ -11,7 +11,7 @@ let
|
||||
in
|
||||
|
||||
{ stdenv, fetchurl, ncurses, buildEnv
|
||||
, libX11, xorgproto, useX11 ? safeX11 stdenv
|
||||
, libX11, xorgproto, useX11 ? safeX11 stdenv && !stdenv.lib.versionAtLeast version "4.09"
|
||||
, aflSupport ? false
|
||||
, flambdaSupport ? false
|
||||
}:
|
||||
|
Loading…
Reference in New Issue
Block a user