treewide: remove stdenv where not needed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, makeWrapper, gawk
|
||||
{ lib, fetchFromGitHub, makeWrapper, gawk
|
||||
, makeFontsConf, freefont_ttf, gnuplot, perl, perlPackages
|
||||
}:
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, rustPlatform, fetchFromGitHub, pkg-config }:
|
||||
{ lib, rustPlatform, fetchFromGitHub, pkg-config }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "gifski";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, perlPackages, fetchurl }:
|
||||
{ lib, perlPackages, fetchurl }:
|
||||
|
||||
perlPackages.buildPerlPackage {
|
||||
pname = "Graph-Easy";
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# generated with cabal2nix by ./generate.sh
|
||||
{ mkDerivation, aeson, base, cmdargs, containers, data-ordlist
|
||||
, directory, fetchgit, filepath, Glob, hpack, parallel-io, process
|
||||
, safe, lib, stdenv, text, time, yaml
|
||||
, safe, lib, text, time, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ldgallery-compiler";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, python2Packages, imagemagick, exiftool, file, ghostscript }:
|
||||
{ lib, fetchFromGitHub, python2Packages, imagemagick, exiftool, file, ghostscript }:
|
||||
|
||||
python2Packages.buildPythonApplication rec {
|
||||
pname = "pdf-redact-tools";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ fetchFromGitHub, makeWrapper, stdenv, chromium, mkYarnPackage
|
||||
{ fetchFromGitHub, makeWrapper, chromium, mkYarnPackage
|
||||
}:
|
||||
|
||||
mkYarnPackage rec {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ mkDerivation, lib, stdenv, fetchFromGitHub, qmake, qtbase }:
|
||||
{ mkDerivation, lib, fetchFromGitHub, qmake, qtbase }:
|
||||
|
||||
mkDerivation {
|
||||
pname = "rocket";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, rustPlatform, pkg-config, libXrandr, libX11 }:
|
||||
{ lib, fetchFromGitHub, rustPlatform, pkg-config, libXrandr, libX11 }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "shotgun";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, rustPlatform }:
|
||||
{ lib, fetchFromGitHub, rustPlatform }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "svgcleaner";
|
||||
|
||||
Reference in New Issue
Block a user