ocamlPackages: remove redundant stdenv imports
This commit is contained in:
committed by
Profpatsch
parent
4e42cac49d
commit
aad56c947f
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildOcaml, ocaml, fetchurl, type_conv }:
|
||||
{ lib, buildOcaml, ocaml, fetchurl, type_conv }:
|
||||
|
||||
if lib.versionAtLeast ocaml.version "4.06"
|
||||
then throw "variantslib-109.15.03 is not available for OCaml ${ocaml.version}"
|
||||
|
||||
Reference in New Issue
Block a user