Add source of updmap hack

This commit is contained in:
Tim Schubert 2020-03-01 19:17:48 +01:00
parent f911b2c574
commit 0f1a1794de
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -2,6 +2,7 @@ self: super:
let
tubslatex = super.callPackage ../pkgs/tubslatex.nix {};
in {
# Based on https://gist.github.com/clefru/9ed1186bf0b76d27e0ad20cbd9966b87
texlive-tubs = super.lib.overrideDerivation (super.texlive.combine {
inherit (super.texlive) scheme-full;
tubslatex.pkgs = [ tubslatex ];