ipe: replace texlive.combine with texliveSmall
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -32914,7 +32914,6 @@ with pkgs;
|
||||
|
||||
ipe = qt6Packages.callPackage ../applications/graphics/ipe {
|
||||
ghostscript = ghostscriptX;
|
||||
texlive = texlive.combine { inherit (texlive) scheme-small; };
|
||||
lua5 = lua5_3;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user