treewide: remove stdenv where not needed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, runCommand
|
||||
, nixos-artwork
|
||||
, glib
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ fetchFromGitHub
|
||||
, lib, stdenv
|
||||
, lib
|
||||
, gobject-introspection
|
||||
, meson
|
||||
, ninja
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, fetchurl
|
||||
, pkg-config
|
||||
, gnome3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, meson
|
||||
, ninja
|
||||
, gettext
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, rustPlatform
|
||||
, gettext
|
||||
, meson
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, mkDerivation, fetchFromGitHub, qmake, qtbase, qttools }:
|
||||
{ lib, mkDerivation, fetchFromGitHub, qmake, qtbase, qttools }:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "lumina-calculator";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, mkDerivation, fetchFromGitHub, qmake, qtbase, qttools, poppler }:
|
||||
{ lib, mkDerivation, fetchFromGitHub, qmake, qtbase, qttools, poppler }:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "lumina-pdf";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, mkDerivation
|
||||
, fetchFromGitHub
|
||||
, fluxbox
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, fetchFromGitHub
|
||||
, python3Packages
|
||||
, intltool
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, python3, fetchurl, pkg-config, gettext, mate, gtk3, glib, wrapGAppsHook, gobject-introspection }:
|
||||
{ lib, python3, fetchurl, pkg-config, gettext, mate, gtk3, glib, wrapGAppsHook, gobject-introspection }:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "mozo";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, runCommand
|
||||
, mutter
|
||||
, elementary-default-settings
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, file, which, intltool, gobject-introspection,
|
||||
{ lib, fetchurl, file, which, intltool, gobject-introspection,
|
||||
findutils, xdg_utils, dconf, gtk3, python3Packages,
|
||||
wrapGAppsHook
|
||||
}:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ mkXfceDerivation
|
||||
, lib, stdenv
|
||||
, lib
|
||||
, intltool
|
||||
, libxfce4ui
|
||||
, xfce4-panel
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, mkXfceDerivation
|
||||
, gtk3
|
||||
, thunar
|
||||
|
||||
Reference in New Issue
Block a user