asymptote: move texliveSmall to nativeBuildInputs

This commit is contained in:
Vincenzo Mantova 2024-04-21 20:28:20 +01:00
parent efe8ce06ca
commit b7440798d3
1 changed files with 1 additions and 1 deletions

View File

@ -37,13 +37,13 @@ stdenv.mkDerivation rec {
wrapQtAppsHook
cmake
pkg-config
(texliveSmall.withPackages (ps: with ps; [ epsf cm-super ps.texinfo media9 ocgx2 collection-latexextra ]))
];
buildInputs = [
ghostscriptX imagemagick fftw eigen
boehmgc ncurses readline gsl libsigsegv
zlib perl curl qtbase qtsvg boost
(texliveSmall.withPackages (ps: with ps; [ epsf cm-super ps.texinfo media9 ocgx2 collection-latexextra ]))
(python3.withPackages (ps: with ps; [ cson numpy pyqt5 ]))
] ++ lib.optionals stdenv.isLinux [ libtirpc ];