mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 20:28:21 +00:00
transfig: use patch file extension
This commit is contained in:
parent
6fa13a7e2f
commit
1d38f9fddc
@ -11,11 +11,11 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ zlib libjpeg libpng ];
|
||||
|
||||
patches = [
|
||||
./patch-fig2dev-dev-Imakefile
|
||||
./patch-fig2dev-Imakefile
|
||||
./patch-transfig-Imakefile
|
||||
./patch-fig2dev-fig2dev.h
|
||||
./patch-fig2dev-dev-gensvg.c
|
||||
./patch-fig2dev-dev-Imakefile.patch
|
||||
./patch-fig2dev-Imakefile.patch
|
||||
./patch-transfig-Imakefile.patch
|
||||
./patch-fig2dev-fig2dev.h.patch
|
||||
./patch-fig2dev-dev-gensvg.c.patch
|
||||
];
|
||||
|
||||
patchPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user