Unverified Commit e8f2aabb authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #324767 from Sigmanificient/remove-unused-stdenv-arguments

treewide: remove unused occurence of stdenv (and other) arguments
parents 16be9f6e 512e8afd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
{ lib
, stdenv
, mkDerivation
, fetchFromGitHub
, makeDesktopItem
+1 −1
Original line number Diff line number Diff line
{ stdenv, mkDerivation, lib
{ mkDerivation, lib
, extra-cmake-modules, kdoctools
, breeze-icons, chmlib, discount, djvulibre, ebook_tools, kactivities
, karchive, kbookmarks, kcompletion, kconfig, kconfigwidgets, kcoreaddons
+0 −1
Original line number Diff line number Diff line
{ lib
, stdenv
, buildGoModule
, fetchFromGitHub
, makeWrapper
+1 −1
Original line number Diff line number Diff line
{ lib, stdenv, rustPlatform, fetchCrate }:
{ lib, rustPlatform, fetchCrate }:

rustPlatform.buildRustPackage rec {
  pname = "globe-cli";
+1 −3
Original line number Diff line number Diff line
{ stdenv
, lib
{ lib
, fetchFromGitHub
, python3Packages
, wrapGAppsHook4
, gtk4
, meson
, ninja
, pkg-config
Loading