Add source of updmap hack
This commit is contained in:
parent
f911b2c574
commit
0f1a1794de
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ self: super:
|
||||||
let
|
let
|
||||||
tubslatex = super.callPackage ../pkgs/tubslatex.nix {};
|
tubslatex = super.callPackage ../pkgs/tubslatex.nix {};
|
||||||
in {
|
in {
|
||||||
|
# Based on https://gist.github.com/clefru/9ed1186bf0b76d27e0ad20cbd9966b87
|
||||||
texlive-tubs = super.lib.overrideDerivation (super.texlive.combine {
|
texlive-tubs = super.lib.overrideDerivation (super.texlive.combine {
|
||||||
inherit (super.texlive) scheme-full;
|
inherit (super.texlive) scheme-full;
|
||||||
tubslatex.pkgs = [ tubslatex ];
|
tubslatex.pkgs = [ tubslatex ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue