mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
ipe: replace texlive.combine with texliveSmall
This commit is contained in:
parent
48e9feabca
commit
909531d255
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user