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
@@ -6,7 +6,7 @@
# };
# Make additional configurations on demand:
# wine.override { wineBuild = "wine32"; wineRelease = "staging"; };
{ lib, pkgs, system, callPackage,
{ lib, system, callPackage,
wineRelease ? "stable",
wineBuild ? (if system == "x86_64-linux" then "wineWow" else "wine32"),
libtxc_dxtn_Name ? "libtxc_dxtn_s2tc",
+1 -1
View File
@@ -1,4 +1,4 @@
{ system, stdenv, stdenv_32bit, lib, pkgs, pkgsi686Linux, callPackage,
{ stdenv_32bit, lib, pkgs, pkgsi686Linux, callPackage,
wineRelease ? "stable",
supportFlags
}:
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, callPackage, lib, wineUnstable, libtxc_dxtn_Name }:
{ stdenv, callPackage, wineUnstable, libtxc_dxtn_Name }:
with callPackage ./util.nix {};