ipe: replace texlive.combine with texliveSmall

This commit is contained in:
Vincenzo Mantova
2023-11-05 11:56:04 +00:00
parent 48e9feabca
commit 909531d255
2 changed files with 3 additions and 4 deletions
+3 -3
View File
@@ -13,7 +13,7 @@
, libspiro
, lua5
, qtbase
, texlive
, texliveSmall
, wrapQtAppsHook
, zlib
, withTeXLive ? true
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
qtbase
zlib
] ++ (lib.optionals withTeXLive [
texlive
texliveSmall
]);
makeFlags = [
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
"IPE_NO_SPELLCHECK=1" # qtSpell is not yet packaged
];
qtWrapperArgs = lib.optionals withTeXLive [ "--prefix PATH : ${lib.makeBinPath [ texlive ]}" ];
qtWrapperArgs = lib.optionals withTeXLive [ "--prefix PATH : ${lib.makeBinPath [ texliveSmall ]}" ];
enableParallelBuilding = true;
-1
View File
@@ -32914,7 +32914,6 @@ with pkgs;
ipe = qt6Packages.callPackage ../applications/graphics/ipe {
ghostscript = ghostscriptX;
texlive = texlive.combine { inherit (texlive) scheme-small; };
lua5 = lua5_3;
};