transfig: use patch file extension

This commit is contained in:
zowoq 2020-05-26 14:50:37 +10:00
parent 6fa13a7e2f
commit 1d38f9fddc
6 changed files with 5 additions and 5 deletions

View File

@ -11,11 +11,11 @@ stdenv.mkDerivation {
buildInputs = [ zlib libjpeg libpng ]; buildInputs = [ zlib libjpeg libpng ];
patches = [ patches = [
./patch-fig2dev-dev-Imakefile ./patch-fig2dev-dev-Imakefile.patch
./patch-fig2dev-Imakefile ./patch-fig2dev-Imakefile.patch
./patch-transfig-Imakefile ./patch-transfig-Imakefile.patch
./patch-fig2dev-fig2dev.h ./patch-fig2dev-fig2dev.h.patch
./patch-fig2dev-dev-gensvg.c ./patch-fig2dev-dev-gensvg.c.patch
]; ];
patchPhase = '' patchPhase = ''