transfig: use patch file extension
This commit is contained in:
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user