Remove tubslatex overlay
Use tubslatex-nix flake instead
This commit is contained in:
parent
194f9adf67
commit
c7e697284e
2 changed files with 0 additions and 47 deletions
|
@ -1,18 +0,0 @@
|
|||
{ stdenv
|
||||
, fetchzip
|
||||
, unzip
|
||||
,
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
src = ./tubslatex_1.3.2.tds.zip;
|
||||
sourceRoot = ".";
|
||||
nativeBuildInputs = [ unzip ];
|
||||
buildInputs = [ unzip ];
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp -r * $out/
|
||||
'';
|
||||
pname = "tubslatex";
|
||||
name = pname;
|
||||
tlType = "run";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue