pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, substituteAll, fetchurl, fetchpatch
|
||||
{ stdenv, substituteAll, fetchurl
|
||||
, pkgconfig, freetype, expat, libxslt, gperf, dejavu_fonts
|
||||
, hostPlatform
|
||||
}:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ runCommand, lib, writeText, fontconfig, fontDirectories }:
|
||||
{ runCommand, lib, fontconfig, fontDirectories }:
|
||||
|
||||
runCommand "fc-cache"
|
||||
rec {
|
||||
|
||||
Reference in New Issue
Block a user