pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, writeText, jshon, electron, hyper-haskell-server, extra-packages ? [] }:
|
||||
{ stdenv, fetchFromGitHub, jshon, electron, hyper-haskell-server, extra-packages ? [] }:
|
||||
|
||||
let
|
||||
binPath = stdenv.lib.makeBinPath ([ hyper-haskell-server ] ++ extra-packages);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, haskellLib, fetchpatch, makeWrapper, haskellPackages
|
||||
{ lib, haskellLib, makeWrapper, haskellPackages
|
||||
, mueval
|
||||
, withDjinn ? true
|
||||
, aspell ? null
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ mkDerivation, ansi-terminal, base, bytestring, Cabal, containers
|
||||
, deepseq, Diff, directory, filepath, ShellCheck, stdenv, tasty
|
||||
, tasty-golden, transformers, fetchFromGitHub, fetchpatch
|
||||
, tasty-golden, transformers, fetchFromGitHub
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
|
||||
Reference in New Issue
Block a user