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 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, openssl, pkg-config, ronn, rustPlatform }:
{ lib, fetchFromGitHub, openssl, pkg-config, ronn, rustPlatform }:
let
blake3-src = fetchFromGitHub {
+1 -1
View File
@@ -1,7 +1,7 @@
{ buildGoModule
, fetchFromGitHub
, lib
, stdenv
}:
let
pname = "nar-serve";
@@ -1,5 +1,5 @@
{ mkDerivation, ansi-terminal, async, attoparsec, base, containers
, directory, HUnit, mtl, nix-derivation, process, relude, lib, stdenv
, directory, HUnit, mtl, nix-derivation, process, relude, lib
, stm, text, time, unix, fetchFromGitHub
}:
mkDerivation {
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, rustPlatform, glib, gtk3, wrapGAppsHook }:
{ lib, fetchFromGitHub, rustPlatform, glib, gtk3, wrapGAppsHook }:
rustPlatform.buildRustPackage rec {
pname = "nix-query-tree-viewer";