sile: reorder callPackage arguments like in expression

This commit is contained in:
Doron Behar
2024-11-04 12:47:26 +02:00
parent 9f1a0fde5c
commit e37658c6f1
+12 -5
View File
@@ -1,20 +1,27 @@
{
lib,
stdenv,
darwin,
fetchurl,
makeWrapper,
pkg-config,
poppler_utils,
# nativeBuildInputs
gitMinimal,
pkg-config,
makeWrapper,
# buildInputs
lua,
harfbuzz,
icu,
fontconfig,
lua,
libiconv,
darwin,
# FONTCONFIG_FILE
makeFontsConf,
gentium,
# passthru.tests
runCommand,
poppler_utils,
}:
stdenv.mkDerivation (finalAttrs: {