Merge pull request #88916 from zowoq/patches
This commit is contained in:
commit
660854a266
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
buildInputs = [ haskell.compiler.ghc844 spass ];
|
buildInputs = [ haskell.compiler.ghc844 spass ];
|
||||||
patches = [
|
patches = [
|
||||||
./patch
|
./patch.patch
|
||||||
# Since the LTS 12.0 update, <> is an operator in Prelude, colliding with
|
# Since the LTS 12.0 update, <> is an operator in Prelude, colliding with
|
||||||
# the <> operator with a different meaning defined by this package
|
# the <> operator with a different meaning defined by this package
|
||||||
./monoid.patch
|
./monoid.patch
|
||||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ gnumake imake makedepend ];
|
nativeBuildInputs = [ gnumake imake makedepend ];
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
|
||||||
patches = [ ./patch ];
|
patches = [ ./patch.patch ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace 2006/src/config/site.def \
|
substituteInPlace 2006/src/config/site.def \
|
||||||
|
@ -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