ocamlPackages: make explicit some version requirements
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{ stdenv, fetchFromGitHub, ocaml, findlib, owee }:
|
||||
|
||||
if !stdenv.lib.versionAtLeast ocaml.version "4.04"
|
||||
then throw "spacetime_lib is not available for OCaml ${ocaml.version}" else
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ocaml${ocaml.version}-spacetime_lib-${version}";
|
||||
version = "0.1.0";
|
||||
|
||||
Reference in New Issue
Block a user