transfig: use patch file extension
This commit is contained in:
parent
6fa13a7e2f
commit
1d38f9fddc
@ -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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user