treewide: remove stdenv where not needed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, fetchurl
|
||||
, python }:
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{lib, stdenv, fetchurl, buildGoPackage}:
|
||||
{lib, fetchurl, buildGoPackage}:
|
||||
|
||||
buildGoPackage rec {
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ mkDerivation
|
||||
, lib, stdenv
|
||||
, lib
|
||||
, pkg-config
|
||||
, zlib
|
||||
, qtbase
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, mkDerivation, cmake, protobuf
|
||||
{ lib, fetchFromGitHub, mkDerivation, cmake, protobuf
|
||||
, qtbase, qtmultimedia, qttools, qtwebsockets, wrapQtAppsHook
|
||||
}:
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchgit, rustPlatform, pkg-config, openssl }:
|
||||
{ lib, fetchgit, rustPlatform, pkg-config, openssl }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "eidolon";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, fetchurl
|
||||
, fetchFromGitHub
|
||||
, unzip
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ mkDerivation, lib, stdenv, fetchFromGitLab, cmake, qtbase }:
|
||||
{ mkDerivation, lib, fetchFromGitLab, cmake, qtbase }:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "enyo-doom";
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# mods. It will eventually be replaced by a nixos-channel that will provide
|
||||
# derivations for most or all of the mods tracked through the official mod
|
||||
# manager site.
|
||||
{ lib, stdenv, fetchurl
|
||||
{ lib, fetchurl
|
||||
, factorio-utils
|
||||
, allRecommendedMods ? true
|
||||
, allOptionalMods ? false
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ buildEnv, lib, stdenv, callPackage, makeWrapper, makeDesktopItem }:
|
||||
{ buildEnv, lib, callPackage, makeWrapper, makeDesktopItem }:
|
||||
|
||||
let
|
||||
description = "Action-adventure game, starring a certain quixotic frog";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, perlPackages, pkg-config, SDL, SDL_mixer, SDL_Pango, glib }:
|
||||
{ lib, fetchurl, perlPackages, pkg-config, SDL, SDL_mixer, SDL_Pango, glib }:
|
||||
|
||||
perlPackages.buildPerlModule {
|
||||
pname = "frozen-bubble";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildPythonApplication, fetchFromGitHub
|
||||
{ lib, buildPythonApplication, fetchFromGitHub
|
||||
, gtk3, wrapGAppsHook, gst_all_1, gobject-introspection
|
||||
, python3Packages, gnome3 }:
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildPythonApplication, fetchFromGitHub
|
||||
{ lib, buildPythonApplication, fetchFromGitHub
|
||||
, gtk3, gobject-introspection
|
||||
, wrapGAppsHook, python3Packages }:
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{lib, stdenv, fetchurl, buildGoPackage}:
|
||||
{lib, fetchurl, buildGoPackage}:
|
||||
|
||||
buildGoPackage rec {
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, appimageTools, lib, fetchurl, makeDesktopItem }:
|
||||
{ appimageTools, lib, fetchurl, makeDesktopItem }:
|
||||
let
|
||||
name = "lunar-client";
|
||||
version = "2.4.0";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, mkDerivation, fetchFromGitHub, cmake, jdk8, zlib, file, makeWrapper, xorg, libpulseaudio, qtbase, libGL }:
|
||||
{ lib, mkDerivation, fetchFromGitHub, cmake, jdk8, zlib, file, makeWrapper, xorg, libpulseaudio, qtbase, libGL }:
|
||||
|
||||
let
|
||||
jdk = jdk8;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* The reusable code, and package attributes, between OpenRA engine packages (engine.nix)
|
||||
and out-of-tree mod packages (mod.nix).
|
||||
*/
|
||||
{ lib, stdenv, makeSetupHook, curl, unzip, dos2unix, pkg-config, makeWrapper
|
||||
{ lib, makeSetupHook, curl, unzip, dos2unix, pkg-config, makeWrapper
|
||||
, lua, mono, dotnetPackages, python
|
||||
, libGL, freetype, openal, SDL2
|
||||
, zenity
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, mkDerivation, stdenv, fetchFromGitHub, runCommand, fetchpatch, patchutils, qmake, qtbase
|
||||
{ lib, mkDerivation, fetchFromGitHub, runCommand, fetchpatch, patchutils, qmake, qtbase
|
||||
, SDL, SDL_mixer, boost, curl, gsasl, libgcrypt, libircclient, protobuf, sqlite
|
||||
, wrapQtAppsHook
|
||||
, tinyxml2, target ? "client" }:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, callPackage, python3Packages, fetchFromGitLab, cacert,
|
||||
{ lib, callPackage, python3Packages, fetchFromGitLab, cacert,
|
||||
rustPlatform, bubblewrap, git, perlPackages, imagemagick7, fetchurl, fetchzip,
|
||||
jre, makeWrapper, tr-patcher, tes3cmd }:
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ mkDerivation, lib, stdenv, fetchFromGitHub, tinyxml-2, cmake, qtbase, qtmultimedia }:
|
||||
{ mkDerivation, lib, fetchFromGitHub, tinyxml-2, cmake, qtbase, qtmultimedia }:
|
||||
mkDerivation rec {
|
||||
version = "1.0.13";
|
||||
pname = "pro-office-calculator";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchzip, buildPythonApplication, python3Packages
|
||||
{ lib, fetchzip, buildPythonApplication, python3Packages
|
||||
, desktop-file-utils, freecell-solver }:
|
||||
|
||||
buildPythonApplication rec {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, mkDerivation, fetchFromGitHub, qt5, box2d, which, cmake, gettext }:
|
||||
{ lib, mkDerivation, fetchFromGitHub, qt5, box2d, which, cmake, gettext }:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "tbe";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, fetchgit
|
||||
, rustPlatform
|
||||
, unzip
|
||||
|
||||
Reference in New Issue
Block a user