Commit 63aceac7 authored by isabel's avatar isabel Committed by Emery Hemingway
Browse files

treewide: remove unused occurence of fetchFromGitHub argument

parent cf253172
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
{ stdenv
, fetchFromGitHub
, fetchurl
, cmake
, dbus
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
, fetchzip
, melpaBuild
, stdenv
, fetchFromGitHub
, writeText
, melpaStablePackages
, runCommand
+1 −1
Original line number Diff line number Diff line
# run tests by building `neovim.tests`
{ vimUtils, writeText, neovim, vimPlugins
, lib, fetchFromGitHub, neovimUtils, wrapNeovimUnstable
, lib, neovimUtils, wrapNeovimUnstable
, neovim-unwrapped
, fetchFromGitLab
, runCommandLocal
+0 −1
Original line number Diff line number Diff line
{ stdenv
, lib
, fetchFromGitHub
, fetchzip
, python310
, rtlcss
+0 −1
Original line number Diff line number Diff line
{ lib
, fetchFromGitLab
, fetchFromGitHub
, buildGoModule
, pkg-config
}:
Loading