treewide: remove stdenv where not needed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildGoModule, fetchFromGitHub }:
|
||||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "elvish";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildGoModule, fetchFromGitHub }:
|
||||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
buildGoModule rec {
|
||||
pname = "babelfish";
|
||||
version = "1.0.1";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, buildGoPackage, fetchgit, lib }:
|
||||
{ buildGoPackage, fetchgit, lib }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "oh";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, buildDotnetPackage }:
|
||||
{ lib, fetchFromGitHub, buildDotnetPackage }:
|
||||
|
||||
buildDotnetPackage {
|
||||
baseName = "pash";
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
}:
|
||||
|
||||
haskellPackages.callPackage
|
||||
({ mkDerivation, base, HUnit, parsec, process, QuickCheck, stdenv }:
|
||||
({ mkDerivation, base, HUnit, parsec, process, QuickCheck }:
|
||||
mkDerivation rec {
|
||||
pname = "zsh-git-prompt";
|
||||
version = "0.4z"; # While we await a real 0.5 release.
|
||||
|
||||
Reference in New Issue
Block a user