treewide: remove stdenv where not needed

This commit is contained in:
Pavol Rusnak
2021-01-25 18:31:47 +01:00
parent e06e847595
commit a6ce00c50c
2779 changed files with 2844 additions and 2834 deletions
@@ -1,4 +1,4 @@
{lib, stdenv, buildOcamlJane, type_conv}:
{lib, buildOcamlJane, type_conv}:
buildOcamlJane {
name = "variantslib";
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, buildDunePackage, base, cmdliner, ocaml_lwt,
{ lib, fetchFromGitHub, buildDunePackage, base, cmdliner, ocaml_lwt,
rdkafka, zlib }:
buildDunePackage rec {
@@ -1,4 +1,4 @@
{ lib, stdenv, buildDunePackage, fetchFromGitHub, ocamlnet, cpu }:
{ lib, buildDunePackage, fetchFromGitHub, ocamlnet, cpu }:
buildDunePackage rec {
pname = "parany";
@@ -1,4 +1,4 @@
{ lib, stdenv, buildDunePackage, fetchFromGitHub, ppx_deriving
{ lib, buildDunePackage, fetchFromGitHub, ppx_deriving
, alcotest, angstrom-unix, biocaml, gnuplot, gsl, lacaml, menhir, owl, printbox }:
buildDunePackage rec {
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, buildDunePackage }:
{ lib, fetchurl, buildDunePackage }:
buildDunePackage rec {
pname = "wtf8";