Merge pull request #88916 from zowoq/patches

This commit is contained in:
Jörg Thalheim 2020-05-27 06:54:01 +01:00 committed by GitHub
commit 660854a266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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 \

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 = ''