pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
{ stdenv, fetchFromGitHub, fetchpatch
|
||||
, fusePackages, utillinux, gettext
|
||||
, autoconf, automake, libtool
|
||||
, meson, ninja, pkgconfig
|
||||
, autoreconfHook
|
||||
}:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, callPackage, utillinux }:
|
||||
{ callPackage, utillinux }:
|
||||
|
||||
let
|
||||
mkFuse = args: callPackage (import ./common.nix args) {
|
||||
|
||||
Reference in New Issue
Block a user