repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
perl-modules
/
TextBibTeX-use-lib-on-aarch64.patch
blob
42fa3728680b95d9f188c2edf3cd455e80e00c98
1
--- a/Build.PL
2
+++ b/Build.PL
3
@@ -88,7 +88,7 @@ if ( $^O =~ /mswin32/i ) {
4
}
5
}
6
else {
7
- if ( $Config{archname} =~ /^x86_64|^ppc64|^s390x|^aarch64|^riscv64/ ) {
8
+ if ( $Config{archname} =~ /^x86_64|^ppc64|^s390x|^riscv64/ ) {
9
$libdir =~ s/\bbin\b/lib64/;
10
if ( !-d $libdir ) {
11
my $test = $libdir;