summary refs log tree commit diff
path: root/pkgs/development/compilers/elm
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2021-01-25 09:26:54 +0100
committerPavol Rusnak <pavol@rusnak.io>2021-01-25 18:31:47 +0100
commita6ce00c50c36624fec06b2b756a766d4d0f4a888 (patch)
tree8d032f7254e836548750154e99dd5f579dc2a2d3 /pkgs/development/compilers/elm
parente06e84759533c03b308b8b706da33908b4ef1cb9 (diff)
downloadnixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar
nixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.gz
nixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.bz2
nixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.lz
nixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.xz
nixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.zst
nixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.zip
treewide: remove stdenv where not needed
Diffstat (limited to 'pkgs/development/compilers/elm')
-rw-r--r--pkgs/development/compilers/elm/packages/elm-format.nix2
-rw-r--r--pkgs/development/compilers/elm/packages/elm-instrument.nix2
-rw-r--r--pkgs/development/compilers/elm/packages/elm.nix2
-rw-r--r--pkgs/development/compilers/elm/packages/elmi-to-json.nix2
-rw-r--r--pkgs/development/compilers/elm/packages/indents.nix2
5 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/compilers/elm/packages/elm-format.nix b/pkgs/development/compilers/elm/packages/elm-format.nix
index 71386e00ef1..b2f655d4f1c 100644
--- a/pkgs/development/compilers/elm/packages/elm-format.nix
+++ b/pkgs/development/compilers/elm/packages/elm-format.nix
@@ -1,7 +1,7 @@
 { mkDerivation, fetchgit, ansi-terminal, ansi-wl-pprint, array, base, binary
 , bytestring, cmark, containers, directory, filepath, free, HUnit
 , indents, json, mtl, optparse-applicative, parsec, process
-, QuickCheck, quickcheck-io, split, lib, stdenv, tasty, tasty-golden
+, QuickCheck, quickcheck-io, split, lib, tasty, tasty-golden
 , tasty-hunit, tasty-quickcheck, text
 }:
 mkDerivation {
diff --git a/pkgs/development/compilers/elm/packages/elm-instrument.nix b/pkgs/development/compilers/elm/packages/elm-instrument.nix
index cd13eb4de4f..cf0ba2303e1 100644
--- a/pkgs/development/compilers/elm/packages/elm-instrument.nix
+++ b/pkgs/development/compilers/elm/packages/elm-instrument.nix
@@ -2,7 +2,7 @@
 , bytestring, Cabal, cmark, containers, directory, elm-format
 , fetchgit, filepath, free, HUnit, indents, json, mtl
 , optparse-applicative, parsec, process, QuickCheck, quickcheck-io
-, split, lib, stdenv, tasty, tasty-golden, tasty-hunit, tasty-quickcheck
+, split, lib, tasty, tasty-golden, tasty-hunit, tasty-quickcheck
 , text
 }:
 mkDerivation {
diff --git a/pkgs/development/compilers/elm/packages/elm.nix b/pkgs/development/compilers/elm/packages/elm.nix
index edb2ed6ed7a..c012d59d8ae 100644
--- a/pkgs/development/compilers/elm/packages/elm.nix
+++ b/pkgs/development/compilers/elm/packages/elm.nix
@@ -3,7 +3,7 @@
 , file-embed, filelock, filepath, ghc-prim, haskeline, HTTP
 , http-client, http-client-tls, http-types, language-glsl, mtl
 , network, parsec, process, raw-strings-qq, scientific, SHA
-, snap-core, snap-server, lib, stdenv, template-haskell, time
+, snap-core, snap-server, lib, template-haskell, time
 , unordered-containers, utf8-string, vector, zip-archive
 }:
 mkDerivation {
diff --git a/pkgs/development/compilers/elm/packages/elmi-to-json.nix b/pkgs/development/compilers/elm/packages/elmi-to-json.nix
index 6788fce6a99..3362ce5cc7a 100644
--- a/pkgs/development/compilers/elm/packages/elmi-to-json.nix
+++ b/pkgs/development/compilers/elm/packages/elmi-to-json.nix
@@ -1,6 +1,6 @@
 { mkDerivation, aeson, base, binary, bytestring, containers
 , directory, fetchgit, filepath, ghc-prim, hpack
-, optparse-applicative, lib, stdenv, text, unliftio
+, optparse-applicative, lib, text, unliftio
 , unordered-containers
 }:
 mkDerivation {
diff --git a/pkgs/development/compilers/elm/packages/indents.nix b/pkgs/development/compilers/elm/packages/indents.nix
index 80f3c08d9e3..d196e8d0fbf 100644
--- a/pkgs/development/compilers/elm/packages/indents.nix
+++ b/pkgs/development/compilers/elm/packages/indents.nix
@@ -1,4 +1,4 @@
-{ mkDerivation, base, concatenative, mtl, parsec, lib, stdenv }:
+{ mkDerivation, base, concatenative, mtl, parsec, lib }:
 mkDerivation {
   pname = "indents";
   version = "0.3.3";