treewide: remove unused variables (#63177)
* treewide: remove unused variables * making ofborg happy
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, python}:
|
||||
{ lib, python}:
|
||||
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "alibuild";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, writeText, runCommandCC, bazel, runLocal, bazelTest }:
|
||||
{ writeText, bazel, runLocal, bazelTest }:
|
||||
|
||||
# Tests that certain executables are available in bazel-executed bash shells.
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{ buildBazelPackage
|
||||
, cacert
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, git
|
||||
, go
|
||||
, stdenv
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{ stdenv, callPackage, lib, fetchurl, fetchpatch, runCommand, runCommandCC, makeWrapper
|
||||
{ stdenv, callPackage, lib, fetchurl, runCommand, runCommandCC, makeWrapper
|
||||
# this package (through the fixpoint glass)
|
||||
, bazel
|
||||
, lr, xe, zip, unzip, bash, writeCBin, coreutils
|
||||
, which, python, perl, gawk, gnused, gnutar, gnugrep, gzip, findutils
|
||||
, which, python, gawk, gnused, gnutar, gnugrep, gzip, findutils
|
||||
# Apple dependencies
|
||||
, cctools, clang, libcxx, CoreFoundation, CoreServices, Foundation
|
||||
, cctools, libcxx, CoreFoundation, CoreServices, Foundation
|
||||
# Allow to independently override the jdks used to build and run respectively
|
||||
, buildJdk, runJdk
|
||||
, buildJdkName
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, writeText, bazel, bazelTest, runLocal }:
|
||||
{ writeText, bazel, bazelTest, runLocal }:
|
||||
|
||||
let
|
||||
WORKSPACE = writeText "WORKSPACE" ''
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, fetchpatch, pkgconfig
|
||||
{ stdenv, fetchurl, pkgconfig
|
||||
, bzip2, curl, expat, libarchive, xz, zlib, libuv, rhash
|
||||
, buildPackages
|
||||
# darwin attributes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchgit, fetchzip, fetchpatch, darwin, writeText
|
||||
{ stdenv, lib, fetchgit, darwin, writeText
|
||||
, git, ninja, python2 }:
|
||||
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user