pkgs/*: remove unreferenced function arguments

This commit is contained in:
volth
2018-07-21 02:48:04 +00:00
parent 1a6af9f88e
commit 52f53c69ce
1540 changed files with 1554 additions and 1878 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ stdenv, fetchzip, jam, unzip, libX11, libXxf86vm, libXrandr, libXinerama
, libXrender, libXext, libtiff, libjpeg, libpng, libXScrnSaver, writeText
, libXdmcp, libXau, lib, openssl, zlib }:
, libXdmcp, libXau, lib, openssl }:
let
version = "2.0.0";
in
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, cmake, patchelf, imagemagick }:
{ stdenv, fetchurl, cmake, imagemagick }:
stdenv.mkDerivation rec {
name = "cuneiform-${version}";
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchFromGitHub, cmake, ninja, pkgconfig
{ stdenv, fetchurl, cmake, ninja, pkgconfig
, opencv, openexr, graphicsmagick, fftw, zlib, libjpeg, libtiff, libpng
, withGimpPlugin ? true, gimp ? null}:
-1
View File
@@ -2,7 +2,6 @@
, cairo, gd, libcerf, pango, readline, zlib
, withTeXLive ? false, texlive
, withLua ? false, lua
, emacs ? null
, libX11 ? null
, libXt ? null
, libXpm ? null
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, leptonica, zlib, libwebp, giflib, libjpeg, libpng, libtiff }:
{ stdenv, fetchurl, leptonica, zlib, libwebp, giflib, libjpeg, libpng, libtiff }:
stdenv.mkDerivation {
name = "jbig2enc-0.28";
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, python3Packages, fetchFromGitHub, imagemagick, feh }:
{ lib, python3Packages, imagemagick, feh }:
python3Packages.buildPythonApplication rec {
pname = "pywal";
+2 -2
View File
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, glib, libxml2, flex, bison, vips, expat,
{ stdenv, fetchurl, pkgconfig, glib, libxml2, expat,
fftw, orc, lcms, imagemagick, openexr, libtiff, libjpeg, libgsf, libexif,
python27, libpng, matio ? null, cfitsio ? null, libwebp ? null
python27, libpng ? null
}:
stdenv.mkDerivation rec {