pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -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,4 +1,4 @@
|
||||
{ system, stdenv, stdenv_32bit, lib, pkgs, pkgsi686Linux, callPackage,
|
||||
{ stdenv_32bit, lib, pkgs, pkgsi686Linux, callPackage,
|
||||
wineRelease ? "stable",
|
||||
supportFlags
|
||||
}:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, callPackage, lib, wineUnstable, libtxc_dxtn_Name }:
|
||||
{ stdenv, callPackage, wineUnstable, libtxc_dxtn_Name }:
|
||||
|
||||
with callPackage ./util.nix {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user