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,6 +1,6 @@
{ mkDerivation, callPackage, buildPackages
, async, base, bytestring, containers, fetchFromGitLab, mtl
, parallel-io, parsec, lib, stdenv, stm, transformers
, parallel-io, parsec, lib, stm, transformers
}:
let
z3 = callPackage ./z3.nix { gomp = null; z3 = buildPackages.z3; };
@@ -1,7 +1,7 @@
{ mkDerivation, array, async, base, bytestring, containers
, crackNum, deepseq, directory, doctest, filepath, generic-deriving
, ghc, Glob, hlint, mtl, pretty, process, QuickCheck, random
, lib, stdenv, syb, tasty, tasty-golden, tasty-hunit, tasty-quickcheck
, lib, syb, tasty, tasty-golden, tasty-hunit, tasty-quickcheck
, template-haskell, time, z3
}:
mkDerivation {
@@ -1,5 +1,5 @@
{ mkDerivation, fetchpatch
, base, containers, gomp, hspec, QuickCheck, lib, stdenv
, base, containers, gomp, hspec, QuickCheck, lib
, transformers, z3
}:
mkDerivation {