pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{pkgs, pkgs_i686, xcodeVersion ? "9.2", xcodeBaseDir ? "/Applications/Xcode.app", tiVersion ? "7.1.0.GA"}:
|
||||
{pkgs, xcodeVersion ? "9.2", xcodeBaseDir ? "/Applications/Xcode.app", tiVersion ? "7.1.0.GA"}:
|
||||
|
||||
rec {
|
||||
androidenv = pkgs.androidenv;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{stdenv, xcodeenv, kitchensink, bundleId}:
|
||||
{xcodeenv, kitchensink, bundleId}:
|
||||
|
||||
xcodeenv.simulateApp {
|
||||
name = "simulate-${kitchensink.name}";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, unzip, makeWrapper, python, jdk}:
|
||||
{stdenv, fetchurl, unzip, makeWrapper}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "mobilesdk-6.3.1.GA";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, unzip, makeWrapper, python, jdk}:
|
||||
{stdenv, fetchurl, unzip, makeWrapper}:
|
||||
|
||||
let
|
||||
# Gradle is a build system that bootstraps itself. This is what it actually
|
||||
|
||||
Reference in New Issue
Block a user