Commit Graph

5643 Commits

Author SHA1 Message Date
James Williams
5f05773cac perlPackages.PerlLanguageServer: init at 2.5.0 2023-07-16 14:35:29 +01:00
James Williams
0c2d93482f perlPackages.ClassRefresh: init at 0.07 2023-07-16 14:35:15 +01:00
Stig
8060fd3ee6
Merge pull request #243667 from jamespwilliams/jpw/DevelOverrideGlobalRequire
perlPackages.DevelOverrideGlobalRequire: init at 0.001
2023-07-16 15:02:42 +02:00
Stig
883e44174d
Merge pull request #243669 from jamespwilliams/jpw/HashSafeKeys
perlPackages.HashSafeKeys: init at 0.04
2023-07-16 14:55:11 +02:00
Stig
1d3fbd0746
Merge pull request #243666 from jamespwilliams/jpw/compiler-lexer
perlPackages.CompilerLexer: init at 0.23
2023-07-16 14:50:48 +02:00
James Williams
f678708bd4 perlPackages.DevelOverrideGlobalRequire: init at 0.001 2023-07-16 09:04:13 +01:00
James Williams
cc6f21d752 perlPackages.HashSafeKeys: init at 0.04 2023-07-16 09:03:46 +01:00
James Williams
146f775fe6 perlPackages.CompilerLexer: init at 0.23 2023-07-16 09:03:16 +01:00
Maximilian Bosch
e79b9009e6
perlPackages.PLS: 0.897 -> 0.905
ChangeLog: https://github.com/FractalBoy/perl-language-server/releases/tag/server-0.905%2Fclient-v0.0.17
ChangeLog: https://github.com/FractalBoy/perl-language-server/releases/tag/0.902
ChangeLog: https://github.com/FractalBoy/perl-language-server/releases/tag/0.901
ChangeLog: https://github.com/FractalBoy/perl-language-server/releases/tag/server-0.900%2Fclient-v0.0.15
ChangeLog: https://github.com/FractalBoy/perl-language-server/releases/tag/server-0.899%2Fclient-v0.0.14
ChangeLog: https://github.com/FractalBoy/perl-language-server/releases/tag/server-0.898%2Fclient-v0.0.13
2023-07-16 09:54:51 +02:00
Stig
1090487002
Merge pull request #241657 from stig/bump-chordpro
perlPackages.AppMusicChordPro: 0.977 -> 6.010
2023-07-06 13:43:38 +02:00
Stig
639ad2f751
Merge pull request #241080 from nevivurn/feat/financequote-157
perlPackages.FinanceQuote: 1.56 -> 1.57
2023-07-06 11:34:22 +02:00
Stig Brautaset
bfeb5a3b29
perlPackages.AppMusicChordPro: 0.977 -> 6.010
Added missing dependency on perl536packages.FileHomeDir.
2023-07-06 10:01:40 +01:00
Stig Brautaset
3039c8311d
perlPackages.TextLayout: 0.019 -> 0.031
Also added missing IOString dependency.
2023-07-06 10:01:35 +01:00
Stig Brautaset
e7f2551451
perlPackages.StringInterpolateNamed: 1.00 -> 1.03 2023-07-06 10:01:31 +01:00
Stig Brautaset
a7057bdc27
perlPackages.PDFAPI2: 2.042 -> 2.044 2023-07-06 10:01:27 +01:00
Stig Brautaset
1702b6ec8d
perlPackages.FileLoadLines: 1.01 -> 1.021 2023-07-06 10:01:21 +01:00
figsoda
aab9abe330 perlPackages.NeovimExt: init at 0.06 2023-07-03 11:35:08 -04:00
figsoda
e181e94b53 perlPackages.MsgPackRaw: init at 0.05 2023-07-03 11:34:20 -04:00
figsoda
792f6a73c2 perlPackages.EvalSafe: init at 0.02 2023-07-03 11:34:02 -04:00
Yongun Seong
47b4b9fc9f
perlPackages.FinanceQuote: 1.56 -> 1.57 2023-07-02 18:57:41 +09:00
Ryan Lahfa
3dcf767fff
Merge pull request #229708 from Tom-Hubrecht/latexindent
perlPackages.LatexIndent: init at 3.21
2023-06-30 13:57:08 +02:00
Tom Hubrecht
7c8e8c2498 perlPackages.LatexIndent: init at 3.21 2023-06-30 13:49:18 +02:00
Luke Granger-Brown
62654174d0 perlPackages.MailDMARC: init at 1.20230215 2023-06-25 13:34:40 +00:00
Luke Granger-Brown
584cd908f0 perlPackages.NetLibIDN2: init at 1.02 2023-06-25 12:49:42 +00:00
Franz Pletz
a8cc722232
libvirt: 9.2.0 -> 9.4.0 2023-06-21 13:34:49 +02:00
John Rinehart
afef307023 sqitch: add Algorithm::Backoff 2023-06-12 16:04:26 +01:00
Stig
91f0ba0f92
Merge pull request #234913 from nevivurn/feature/update-fq-1.56
perlPackages.FinanceQuote: 1.55 -> 1.56
2023-06-08 10:00:05 +02:00
Francis Couture-Harpin
01e460d69e perlPackages.HashSharedMem: fix build on aarch64-linux
The [(failing-)build log](https://hydra.nixos.org/build/219379873/nixlog/1)
has errors that look like: `undefined symbol: __aarch64_cas8_sync`.

This led me to find out about the newly-introduced `-moutline-atomics`,
which is **on by default** in GCC 10.1 (according to [this blog post](https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/making-the-most-of-the-arm-architecture-in-gcc-10))
and in Clang 12.0.0 (according to [the release notes](https://releases.llvm.org/12.0.0/tools/clang/docs/ReleaseNotes.html))

Not all ARMv8-A processors support atomic stuff like `__aarch64_cas8_sync`,
it's only those that are ARMv8.1-A or later that do. Examples of
pre-ARMv8.1-A processors include the Cortex-A72 used in the
Raspberry Pi 4 (which is how I discovered this problem (I am running
`hydra` on it, which indirectly depends on `HashSharedMem`)),
and any older ARMv8-A processors.

The problem here is solvable either by linking the compiler runtime library
(which I did not try, since I don't know exactly which one to use)
*or* by simply not generating outlines for atomic operations.

I went with the "easier" path (which was also what was was happening
in older versions of GCC, I think) of disabling atomic outlines with
`-mno-outline-atomics`, and it works!
2023-06-03 17:17:55 -04:00
Nick Cao
d9bf21544e
perlPackages.TextBibTeX: always install libbtparse.so to /lib instead of /lib64 2023-06-01 16:32:17 +08:00
Yongun Seong
74dd80c693 perlPackages.FinanceQuote: 1.55 -> 1.56
Changelog: https://github.com/finance-quote/finance-quote/releases/tag/v1.56
2023-05-30 11:35:49 +09:00
github-actions[bot]
7dd6245c3c
Merge master into staging-next 2023-05-28 00:02:31 +00:00
Anthony Roussel
2b74773c6b
exiftool: 12.55 -> 12.62 2023-05-26 00:35:11 +02:00
github-actions[bot]
3cd24799a5
Merge staging-next into staging 2023-05-21 00:03:13 +00:00
Yongun Seong
03b689e3ba perlPackages.FinanceQuote: 1.49 -> 1.55 2023-05-20 18:13:50 -03:00
Yongun Seong
6827ad0aa5 perlPackages.WebScraper: init at 0.38 2023-05-20 18:13:50 -03:00
Yongun Seong
de941a4275 perlPackages.SpreadsheetXLSX: init at 0.17 2023-05-20 18:13:50 -03:00
Yongun Seong
5345c491e4 perlPackages.libwwwperl: init at 6.70 2023-05-20 18:13:50 -03:00
Yongun Seong
9060f35cda perlPackages.DateRange: init at 1.41 2023-05-20 18:13:50 -03:00
github-actions[bot]
2881fdf82f
Merge staging-next into staging 2023-05-20 12:01:51 +00:00
figsoda
98b9e41f61 pkgs: fix typos 2023-05-19 22:31:04 -04:00
Weijia Wang
0e997bd633 perlPackages.TextWrapI18N: use unixtools.locale 2023-05-17 12:11:47 +03:00
Weijia Wang
eca937fcb6 perlPackages.TextWrapI18N: don't use glibc on darwin 2023-05-09 15:34:56 +03:00
Sandro
6f0cdeea23
Merge pull request #186459 from apraga/biodbhts-3.01
BioDBHTS : init 3.01
2023-04-26 23:09:53 +02:00
Artturi
e0ac8942bd
Merge pull request #224107 from Artturin/perl-use-mkscopewithsplicing 2023-04-19 01:53:05 +03:00
Alexis Praga
5a7558f2b0 biodbhts : init at 3.01
Read files using HTSlib
2023-04-13 10:41:39 +02:00
Artturin
af0fc32127 perlPackages: use makeScopeWithSplicing 2023-04-11 18:49:10 +03:00
Mark Vainomaa
25d326fd25
perlPackages.CryptOpenSSLX509: unbreak on aarch64-darwin 2023-03-29 11:49:44 +03:00
Mark Vainomaa
c3769c7fba
perlPackages.CryptOpenSSLRSA: unbreak on aarch64-darwin 2023-03-29 11:47:54 +03:00
Mark Vainomaa
2c83e565c1
perlPackages.CryptOpenSSLRandom: unbreak on aarch64-darwin 2023-03-29 11:42:29 +03:00
Stig
a1c45f32e6
Merge pull request #223061 from e1mo/ack-v3-7-0
ack: 3.6.0 -> 3.7.0
2023-03-27 13:25:21 +02:00