apostrophe: replace texlive.combined.scheme-medium with texliveMedium

This commit is contained in:
Vincenzo Mantova
2023-11-05 11:56:02 +00:00
parent 422c63c2a4
commit e132b36dce
2 changed files with 3 additions and 4 deletions
@@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitLab, meson, ninja
, wrapGAppsHook, pkg-config, desktop-file-utils
, appstream-glib, pythonPackages, glib, gobject-introspection
, gtk3, webkitgtk, glib-networking, gnome, gspell, texlive
, gtk3, webkitgtk, glib-networking, gnome, gspell, texliveMedium
, shared-mime-info, libhandy, fira, sassc
}:
@@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
appstream-glib wrapGAppsHook sassc gobject-introspection ];
buildInputs = [ glib pythonEnv gtk3
gnome.adwaita-icon-theme webkitgtk gspell texlive
gnome.adwaita-icon-theme webkitgtk gspell texliveMedium
glib-networking libhandy ];
postPatch = ''
@@ -43,7 +43,7 @@ in stdenv.mkDerivation rec {
preFixup = ''
gappsWrapperArgs+=(
--prefix PYTHONPATH : "$out/lib/python${pythonEnv.pythonVersion}/site-packages/"
--prefix PATH : "${texlive}/bin"
--prefix PATH : "${texliveMedium}/bin"
--prefix XDG_DATA_DIRS : "${shared-mime-info}/share"
)
'';
-1
View File
@@ -30438,7 +30438,6 @@ with pkgs;
apostrophe = callPackage ../applications/editors/apostrophe {
pythonPackages = python3Packages;
texlive = texlive.combined.scheme-medium;
};
ardour = callPackage ../applications/audio/ardour { };