dwarf-fortress: replace texlive.combine with texliveBasic.withPackages
This commit is contained in:
parent
f72a312206
commit
8ada8e2b25
1 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, stdenvNoCC, gccStdenv, lib, recurseIntoAttrs, libsForQt5, newScope, texlive, perlPackages, jdk8, jre8 }:
|
{ stdenv, stdenvNoCC, gccStdenv, lib, recurseIntoAttrs, libsForQt5, newScope, texliveBasic, perlPackages, jdk8, jre8 }:
|
||||||
|
|
||||||
# To whomever it may concern:
|
# To whomever it may concern:
|
||||||
#
|
#
|
||||||
|
@ -46,9 +46,7 @@ let
|
||||||
versionToName = version: "dwarf-fortress_${lib.replaceStrings ["."] ["_"] version}";
|
versionToName = version: "dwarf-fortress_${lib.replaceStrings ["."] ["_"] version}";
|
||||||
|
|
||||||
dwarf-therapist-original = libsForQt5.callPackage ./dwarf-therapist {
|
dwarf-therapist-original = libsForQt5.callPackage ./dwarf-therapist {
|
||||||
texlive = texlive.combine {
|
texlive = texliveBasic.withPackages (ps: with ps; [ float caption wrapfig adjmulticol sidecap preprint enumitem ]);
|
||||||
inherit (texlive) scheme-basic float caption wrapfig adjmulticol sidecap preprint enumitem;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# A map of names to each Dwarf Fortress package we know about.
|
# A map of names to each Dwarf Fortress package we know about.
|
||||||
|
|
Loading…
Reference in a new issue