[cpan2nix] perlPackages.BoostGeometryUtils: cleanup
This commit is contained in:
parent
c943b7366c
commit
4314213468
1 changed files with 1 additions and 1 deletions
|
@ -786,12 +786,12 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = "mirror://cpan/authors/id/A/AA/AAR/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/A/AA/AAR/${name}.tar.gz";
|
||||||
sha256 = "1jnihz3029x51a455nxa0jx2z125x38q3vkkggsgdlrvawzxsm00";
|
sha256 = "1jnihz3029x51a455nxa0jx2z125x38q3vkkggsgdlrvawzxsm00";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ ModuleBuildWithXSpp ExtUtilsTypemapsDefault ];
|
|
||||||
patches = [
|
patches = [
|
||||||
# Fix out of memory error on Perl 5.19.4 and later.
|
# Fix out of memory error on Perl 5.19.4 and later.
|
||||||
../development/perl-modules/boost-geometry-utils-fix-oom.patch
|
../development/perl-modules/boost-geometry-utils-fix-oom.patch
|
||||||
];
|
];
|
||||||
perlPreHook = "export LD=$CC";
|
perlPreHook = "export LD=$CC";
|
||||||
|
buildInputs = [ ExtUtilsCppGuess ExtUtilsTypemapsDefault ExtUtilsXSpp ModuleBuildWithXSpp ];
|
||||||
};
|
};
|
||||||
|
|
||||||
BSDResource = buildPerlPackage rec {
|
BSDResource = buildPerlPackage rec {
|
||||||
|
|
Loading…
Reference in a new issue