Move tubslatex package to NUR repo
This commit is contained in:
parent
e7340ffd7e
commit
d0cd323c4c
6 changed files with 9 additions and 27 deletions
1
overlays/dadada.nix
Symbolic link
1
overlays/dadada.nix
Symbolic link
|
@ -0,0 +1 @@
|
|||
../nur-packages/overlay.nix
|
|
@ -1,11 +1,9 @@
|
|||
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 {
|
||||
texlive-tubslatex = super.lib.overrideDerivation (super.texlive.combine {
|
||||
inherit (super.texlive) scheme-full;
|
||||
tubslatex.pkgs = [ tubslatex ];
|
||||
tubslatex.pkgs = [ super.tubslatex ];
|
||||
}) (oldAttrs: {
|
||||
postBuild = ''
|
||||
# Save the udpmap.cfg because texlive.combine removes it.
|
Loading…
Add table
Add a link
Reference in a new issue