llpp: remove unused inputs
This commit is contained in:
parent
04b42d0e68
commit
3a2c9f3499
1 changed files with 23 additions and 2 deletions
|
@ -1,5 +1,26 @@
|
|||
{ stdenv, lib, substituteAll, makeWrapper, fetchFromGitHub, fetchpatch, ocaml, pkg-config, mupdf, libX11, jbig2dec, openjpeg, libjpeg , lcms2, harfbuzz,
|
||||
libGLU, libGL, gumbo, freetype, zlib, xclip, inotify-tools, procps, darwin }:
|
||||
{ stdenv
|
||||
, lib
|
||||
, makeWrapper
|
||||
, fetchFromGitHub
|
||||
, ocaml
|
||||
, pkg-config
|
||||
, mupdf
|
||||
, libX11
|
||||
, jbig2dec
|
||||
, openjpeg
|
||||
, libjpeg
|
||||
, lcms2
|
||||
, harfbuzz
|
||||
, libGLU
|
||||
, libGL
|
||||
, gumbo
|
||||
, freetype
|
||||
, zlib
|
||||
, xclip
|
||||
, inotify-tools
|
||||
, procps
|
||||
, darwin
|
||||
}:
|
||||
|
||||
assert lib.versionAtLeast (lib.getVersion ocaml) "4.07";
|
||||
|
||||
|
|
Loading…
Reference in a new issue