ocamlPackages: remove redundant stdenv imports

This commit is contained in:
sternenseemann
2021-01-11 14:14:57 +01:00
committed by Profpatsch
parent 4e42cac49d
commit aad56c947f
47 changed files with 47 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
{lib, stdenv, buildOcaml, fetchurl}:
{lib, buildOcaml, fetchurl}:
buildOcaml rec {
version = "112.35.00";