about summary refs log tree commit diff
path: root/pkgs/applications/editors/apostrophe
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-29 16:11:16 +0200
committersterni <sternenseemann@systemli.org>2021-04-09 14:36:01 +0200
commit4795e7f3a9cebe277bb4b5920caa8f0a2c313eb0 (patch)
tree23b82179cb5a7264cd8b00d20068e4f356fc9659 /pkgs/applications/editors/apostrophe
parent27077f114906be5cab88709847dc36f2927f3fa0 (diff)
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.
Diffstat (limited to 'pkgs/applications/editors/apostrophe')
-rw-r--r--pkgs/applications/editors/apostrophe/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/editors/apostrophe/default.nix b/pkgs/applications/editors/apostrophe/default.nix
index 5d435fa682317..9dafc055bcb0a 100644
--- a/pkgs/applications/editors/apostrophe/default.nix
+++ b/pkgs/applications/editors/apostrophe/default.nix
@@ -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"
     )
   '';