treewide: remove stdenv where not needed
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user