apostrophe: remove pandoc-citeproc from dependencies
pandoc-citeproc is an optional dependency of apostrophe's dependency pypandoc. However apostrophe doesn't use pandoc-citeproc as a filter (anymore?), so we can safely remove this dependency which invites breakage as the package has been deprecated by upstream.
This commit is contained in:
parent
27077f1149
commit
4795e7f3a9
@ -2,7 +2,7 @@
|
||||
, wrapGAppsHook, pkg-config, desktop-file-utils
|
||||
, appstream-glib, pythonPackages, glib, gobject-introspection
|
||||
, gtk3, webkitgtk, glib-networking, gnome3, gspell, texlive
|
||||
, shared-mime-info, haskellPackages, libhandy
|
||||
, shared-mime-info, libhandy
|
||||
}:
|
||||
|
||||
let
|
||||
@ -38,7 +38,6 @@ in stdenv.mkDerivation rec {
|
||||
gappsWrapperArgs+=(
|
||||
--prefix PYTHONPATH : "$out/lib/python${pythonEnv.pythonVersion}/site-packages/"
|
||||
--prefix PATH : "${texlive}/bin"
|
||||
--prefix PATH : "${haskellPackages.pandoc-citeproc}/bin"
|
||||
--prefix XDG_DATA_DIRS : "${shared-mime-info}/share"
|
||||
)
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user