ocamlPackages.gtktop: disable for OCaml ≥ 4.06
This commit is contained in:
parent
23fd7e452f
commit
78b8fc7a75
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
let pname = "gtktop-2.0"; in
|
let pname = "gtktop-2.0"; in
|
||||||
|
|
||||||
|
if stdenv.lib.versionAtLeast ocaml.version "4.06"
|
||||||
|
then throw "${pname} is not available for OCaml ${ocaml.version}"
|
||||||
|
else
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml-${pname}";
|
name = "ocaml-${pname}";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user