treewide: remove stdenv where not needed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, mkDerivation, fetchFromGitHub, cmake, fuse, readline, pkg-config, qtbase, qttools }:
|
||||
{ lib, mkDerivation, fetchFromGitHub, cmake, fuse, readline, pkg-config, qtbase, qttools }:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "android-file-transfer";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, fetchFromGitHub
|
||||
, buildPythonApplication
|
||||
, docopt, anytree
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# This file was generated by go2nix.
|
||||
{ lib, stdenv, buildGoPackage, fetchFromGitHub, lvm2 }:
|
||||
{ lib, buildGoPackage, fetchFromGitHub, lvm2 }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "convoy";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, python3Packages }:
|
||||
{ lib, fetchFromGitHub, python3Packages }:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "gitfs";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
, openssl
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, buildPythonApplication, blivet }:
|
||||
{ lib, fetchurl, buildPythonApplication, blivet }:
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "nixpart";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, fetchFromGitHub
|
||||
, rustPlatform
|
||||
, fuse
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildGoPackage, fetchFromGitHub, fuse, installShellFiles }:
|
||||
{ lib, buildGoPackage, fetchFromGitHub, fuse, installShellFiles }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "tmsu";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, python3, makeWrapper }:
|
||||
{ lib, fetchFromGitHub, python3, makeWrapper }:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user