Upgrade tubslatex version

This commit is contained in:
Tim Schubert 2020-10-18 17:24:32 +02:00
parent 4c0ad5c3f0
commit 385be2e0fe
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13
3 changed files with 9 additions and 7 deletions

View file

@ -1,10 +1,9 @@
{ stdenv, fetchzip }:
{ stdenv, fetchzip, unzip }:
stdenv.mkDerivation rec {
src = fetchzip {
url = https://gitlab.ibr.cs.tu-bs.de/tubslatex/tubslatex/-/jobs/116760/artifacts/raw/builds/tubslatex.tds.zip;
sha256 = "0vvgwwkd8y7nk1lkda6zsnfnzmvgda1g59yawsknmw246y8nw8ln";
stripRoot = false;
};
src = ./tubslatex_1.3.2.tds.zip;
sourceRoot = ".";
nativeBuildInputs = [ unzip ];
buildInputs = [ unzip ];
installPhase = ''
mkdir -p $out
cp -r * $out/