ipe: replace texlive.combine with texliveSmall

+3 -4
+3 -3
pkgs/applications/graphics/ipe/default.nix
··· 13 , libspiro 14 , lua5 15 , qtbase 16 - , texlive 17 , wrapQtAppsHook 18 , zlib 19 , withTeXLive ? true ··· 43 qtbase 44 zlib 45 ] ++ (lib.optionals withTeXLive [ 46 - texlive 47 ]); 48 49 makeFlags = [ ··· 54 "IPE_NO_SPELLCHECK=1" # qtSpell is not yet packaged 55 ]; 56 57 - qtWrapperArgs = lib.optionals withTeXLive [ "--prefix PATH : ${lib.makeBinPath [ texlive ]}" ]; 58 59 enableParallelBuilding = true; 60
··· 13 , libspiro 14 , lua5 15 , qtbase 16 + , texliveSmall 17 , wrapQtAppsHook 18 , zlib 19 , withTeXLive ? true ··· 43 qtbase 44 zlib 45 ] ++ (lib.optionals withTeXLive [ 46 + texliveSmall 47 ]); 48 49 makeFlags = [ ··· 54 "IPE_NO_SPELLCHECK=1" # qtSpell is not yet packaged 55 ]; 56 57 + qtWrapperArgs = lib.optionals withTeXLive [ "--prefix PATH : ${lib.makeBinPath [ texliveSmall ]}" ]; 58 59 enableParallelBuilding = true; 60
-1
pkgs/top-level/all-packages.nix
··· 32914 32915 ipe = qt6Packages.callPackage ../applications/graphics/ipe { 32916 ghostscript = ghostscriptX; 32917 - texlive = texlive.combine { inherit (texlive) scheme-small; }; 32918 lua5 = lua5_3; 32919 }; 32920
··· 32914 32915 ipe = qt6Packages.callPackage ../applications/graphics/ipe { 32916 ghostscript = ghostscriptX; 32917 lua5 = lua5_3; 32918 }; 32919