pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{ back, base, gui, gsmakeDerivation
|
||||
, fetchurl
|
||||
, sqlite
|
||||
, system_preferences
|
||||
}:
|
||||
let
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, make, makeWrapper, which }:
|
||||
{ stdenv, make, makeWrapper, which }:
|
||||
{ buildInputs ? [], ...} @ args:
|
||||
stdenv.mkDerivation (args // {
|
||||
buildInputs = [ makeWrapper make which ] ++ buildInputs;
|
||||
|
||||
Reference in New Issue
Block a user