pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, cmake, doxygen, makeWrapper, python
|
||||
{ stdenv, fetchurl, cmake, makeWrapper, python
|
||||
, boost, lzma
|
||||
, withGog ? false, unar ? null }:
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, rpm, cpio, substituteAll }:
|
||||
{ stdenv, rpm, cpio, substituteAll }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "rpmextract";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, pkgs, lib, fetchurl, makeWrapper, perl, unrar, unzip, gzip, file, extraBackends ? [] }:
|
||||
{ stdenv, lib, fetchurl, makeWrapper, perl, unrar, unzip, gzip, file, extraBackends ? [] }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "unp-${version}";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, unzip
|
||||
, buildPlatform, hostPlatform
|
||||
, hostPlatform
|
||||
}:
|
||||
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user