Commit Graph

4255 Commits

Author SHA1 Message Date
github-actions[bot]
4aac48ff7f
Merge master into staging-next 2024-03-15 06:01:09 +00:00
Mario Rodas
6709f48733
Merge pull request #279612 from gepbird/add-meta-mainprogram
hck, lf, xdragon, xfce4-terminal: add meta.mainProgram
2024-03-14 20:46:22 -05:00
R. Ryantm
56c138d26d a2ps: 4.15.5 -> 4.15.6 2024-03-14 12:33:40 +00:00
annalee
8e038835fe
Merge remote-tracking branch 'upstream/master' into staging-next 2024-03-13 00:38:07 +00:00
Pol Dellaiera
13714dd32c
Merge pull request #295323 from r-ryantm/auto-update/ugrep
ugrep: 5.1.0 -> 5.1.1
2024-03-12 21:55:01 +01:00
Nick Cao
c1fb7a1328
Merge pull request #295109 from r-ryantm/auto-update/rpl
rpl: 1.15.5 -> 1.15.6
2024-03-12 14:24:46 -04:00
Nick Cao
38e66a24d9
Merge pull request #294993 from r-ryantm/auto-update/mdbook-katex
mdbook-katex: 0.5.10 -> 0.6.0
2024-03-12 14:21:23 -04:00
github-actions[bot]
6b78f024b2
Merge staging-next into staging 2024-03-12 18:01:46 +00:00
R. Ryantm
d25ccc5dfa ugrep: 5.1.0 -> 5.1.1 2024-03-12 14:04:32 +00:00
Mario Rodas
7eeacecff4
Merge pull request #294177 from marsam/update-djot-js
djot-js: 0.2.3 -> 0.3.1
2024-03-12 09:03:31 -05:00
github-actions[bot]
1cef2a1be7
Merge staging-next into staging 2024-03-12 12:01:40 +00:00
Ivan Kozik
f362114e1f validator-nu: add myself to maintainers 2024-03-12 06:39:17 +00:00
Ivan Kozik
436f4e2f06 validator-nu: 22.9.29 -> 23.4.11-unstable-2023-12-18 2024-03-12 06:36:07 +00:00
R. Ryantm
a63d891dcd wgetpaste: 2.33 -> 2.34 2024-03-12 00:29:49 +00:00
R. Ryantm
2375dc9a8a rpl: 1.15.5 -> 1.15.6 2024-03-11 20:40:20 +00:00
R. Ryantm
188b69588f mdcat: 2.1.1 -> 2.1.2 2024-03-11 17:50:25 +00:00
R. Ryantm
59a195f087 mdbook-katex: 0.5.10 -> 0.6.0 2024-03-11 13:47:45 +00:00
a-n-n-a-l-e-e
ce789e7e35
llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi into libcxx (#292043)
- merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git.
- remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required.
- fixes https://github.com/NixOS/nixpkgs/issues/166205
- provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640
- pkgsCross.x86_64-freebsd builds work again

This change can be represented in 3 stages
1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi}
2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin}
3. remove all references to libcxxabi outside of llvm (about 58 packages modified)

### merging libcxxabi into libcxx
- take the union of the libcxxabi and libcxx cmake flags
- eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency
- libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx.
- darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient.
- linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient.
- libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+)
- git/libcxx/defaul.nix  does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway.

### stdenv changes
- darwin bootstrap, remove references to libcxxabi and cxxabi
- cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12)
- adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx

### 58 package updates
- remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed
- swift, nodejs_v8 remove libcxxabi references in the clang override

https://github.com/NixOS/nixpkgs/pull/292043
2024-03-11 03:53:37 -07:00
R. Ryantm
aa4dfd8b0e vale: 3.2.2 -> 3.3.0 2024-03-11 02:39:04 +00:00
R. Ryantm
05b354348e ruplacer: 0.8.2 -> 0.8.3 2024-03-08 17:16:09 +00:00
R. Ryantm
495dfbdc41 ugrep: 5.0.0 -> 5.1.0 2024-03-08 00:57:09 +00:00
Sandro
3216101bdb
Merge pull request #290220 from adamjedrzejewski/ripgrep-fzf-fix
ripgrep-all: add missing dependency - fzf
2024-03-07 22:35:53 +01:00
Weijia Wang
c92a51252a
Merge pull request #288180 from r-ryantm/auto-update/riffdiff
riffdiff: 2.30.1 -> 3.0.0
2024-03-07 09:11:48 +01:00
Mario Rodas
ca5b14fa8d djot-js: 0.2.3 -> 0.3.1
Diff: https://github.com/jgm/djot.js/compare/@djot/djot@0.2.3...@djot/djot@0.3.1

Changelog: https://github.com/jgm/djot.js/blob/@djot/djot@0.3.1/CHANGELOG.md
2024-03-07 04:20:00 +00:00
Pol Dellaiera
5fa237c08d
Merge pull request #293780 from mfrw/mfrw/difftastic-0.56.1
difftastic: 0.55.0 -> 0.56.1
2024-03-06 21:47:33 +01:00
Franz Pletz
2526f8efa7
Merge pull request #292457 from r-ryantm/auto-update/hyx
hyx: 2021.06.09 -> 2024.02.29
2024-03-06 17:54:24 +01:00
Muhammad Falak R Wani
14aa19d1d3 difftastic: 0.55.0 -> 0.56.1
Diff: https://github.com/wilfred/difftastic/compare/0.55.0...0.56.1
Changelog: https://github.com/Wilfred/difftastic/blob/0.56.1/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-03-06 19:36:55 +05:30
Nick Cao
e00c9c7904
Merge pull request #293561 from r-ryantm/auto-update/fanficfare
fanficfare: 4.31.0 -> 4.32.3
2024-03-06 08:43:58 -05:00
R. Ryantm
fc54a57acc vale: 3.2.1 -> 3.2.2 2024-03-06 07:13:03 +00:00
R. Ryantm
b2b2a5c810 fanficfare: 4.31.0 -> 4.32.3 2024-03-05 18:53:01 +00:00
R. Ryantm
713150ec19 csview: 1.2.3 -> 1.2.4 2024-03-04 12:46:21 +00:00
R. Ryantm
cf388f884d riffdiff: 2.30.1 -> 3.0.0 2024-03-04 09:10:33 +00:00
R. Ryantm
7d1c12e55d gtree: 1.10.8 -> 1.10.9 2024-03-02 20:26:02 +00:00
Mario Rodas
f7f63520cd
Merge pull request #292623 from r-ryantm/auto-update/vale
vale: 3.2.0 -> 3.2.1
2024-03-01 23:40:03 -05:00
R. Ryantm
13c7420268 vale: 3.2.0 -> 3.2.1 2024-03-01 17:18:21 +00:00
R. Ryantm
89508a7f1f hyx: 2021.06.09 -> 2024.02.29 2024-02-29 22:58:13 +00:00
R. Ryantm
71daae4aa5 scraper: 0.18.1 -> 0.19.0 2024-02-29 22:57:57 +00:00
Nick Cao
c8ae3a4931
Merge pull request #292308 from r-ryantm/auto-update/zim-tools
zim-tools: 3.3.0 -> 3.4.0
2024-02-29 10:18:12 -05:00
R. Ryantm
13c91f2039 zim-tools: 3.3.0 -> 3.4.0 2024-02-29 10:05:42 +00:00
R. Ryantm
9264ef15eb goawk: 1.25.0 -> 1.26.0 2024-02-29 02:43:03 +00:00
R. Ryantm
f8ddfcbebb vale: 3.1.0 -> 3.2.0 2024-02-27 13:14:39 +00:00
Matthieu Coudron
6baa27147e
Merge pull request #290482 from avdv/rpl-1.15.5
rpl: 1.10 -> 1.15.5
2024-02-27 01:25:46 +01:00
R. Ryantm
e453c1c16a csview: 1.2.2 -> 1.2.3 2024-02-25 03:04:51 +00:00
Claudio Bley
afc0e00116 rpl: Set myself as maintainer 2024-02-23 16:02:48 +01:00
Claudio Bley
8a7bd071c8 rpl: 1.10 -> 1.15.5
- remove argparse manpage patch
- install man page
- run tests
2024-02-23 16:02:48 +01:00
Adam Jedrzejewski
21e27095c8 ripgrep-all: add missing dependency 2024-02-23 14:53:05 +01:00
Weijia Wang
4ec69afa51 Merge branch 'master' into staging-next 2024-02-23 06:29:25 +01:00
Weijia Wang
46a66fd4a8
Merge pull request #284038 from TomaSajt/cringify
cringify: 0.1.1 -> 0.2.0
2024-02-23 06:23:49 +01:00
Weijia Wang
5f5062d1ef Merge branch 'master' into staging-next 2024-02-23 05:09:55 +01:00
Sandro
01e52927ce
Merge pull request #289633 from marsam/ugrep-mainProgram 2024-02-22 21:20:06 +01:00
github-actions[bot]
ba5eeff4f5
Merge master into staging-next 2024-02-20 06:01:15 +00:00
R. Ryantm
84fbd5b15b ov: 0.33.2 -> 0.33.3 2024-02-19 23:47:32 +00:00
github-actions[bot]
de0bf263cc
Merge master into staging-next 2024-02-19 00:02:25 +00:00
R. Ryantm
b31810a7c7 vale: 3.0.7 -> 3.1.0 2024-02-18 11:41:09 +00:00
github-actions[bot]
8bc9edd60d
Merge staging-next into staging 2024-02-17 18:01:24 +00:00
Nick Cao
c45f44672b
Merge pull request #289468 from r-ryantm/auto-update/ugrep
ugrep: 4.5.2 -> 5.0.0
2024-02-17 10:00:50 -05:00
github-actions[bot]
e662338182
Merge staging-next into staging 2024-02-17 12:01:31 +00:00
R. Ryantm
22eac167a6 ascii: 3.19 -> 3.20 2024-02-17 09:24:18 +01:00
R. Ryantm
f1eaef8786 ugrep: 4.5.2 -> 5.0.0 2024-02-17 06:46:07 +00:00
Mario Rodas
7ff94904c5 ugrep: add version tester 2024-02-17 04:20:00 +00:00
Mario Rodas
94206d770c ugrep: add meta.mainProgram 2024-02-17 04:20:00 +00:00
github-actions[bot]
daaa4e1653
Merge staging-next into staging 2024-02-17 00:02:47 +00:00
Peder Bergebakken Sundt
d5d6788eca
Merge pull request #268597 from panicgh/recode
recode: 3.7.12 -> 3.7.14
2024-02-16 23:42:06 +01:00
github-actions[bot]
14a88d0edd
Merge staging-next into staging 2024-02-13 18:01:51 +00:00
Sandro Jäckel
d0f0c5b08b
shfmt: 3.7.0 -> 3.8.0
Diff: https://github.com/mvdan/sh/compare/v3.7.0...v3.8.0
2024-02-13 11:25:30 +01:00
github-actions[bot]
13ddc8c160
Merge staging-next into staging 2024-02-11 12:01:54 +00:00
Peter Hoeg
bdc57436da kdiff3: fix build 2024-02-11 09:20:04 +01:00
github-actions[bot]
ff00aed7c8
Merge staging-next into staging 2024-02-10 06:01:46 +00:00
a-n-n-a-l-e-e
2394210484
Merge pull request #281901 from mfrischknecht/fix-frogmouth
frogmouth: use same xdg package as upstream
2024-02-09 21:28:47 -08:00
Manuel Frischknecht
386faef6e6
frogmouth: use same xdg package as upstream 2024-02-10 04:54:29 +00:00
github-actions[bot]
f5e5c08eb3
Merge staging-next into staging 2024-02-09 06:01:30 +00:00
a-n-n-a-l-e-e
b3ba9a8b8a
Merge pull request #283782 from mfrischknecht/fix-grip-search-build
grip-search: fix build with GCC 13
2024-02-08 16:39:48 -08:00
github-actions[bot]
3904cc7af5
Merge staging-next into staging 2024-02-09 00:02:52 +00:00
Nikolay Korotkiy
ff6b0a5167
Merge pull request #287033 from figsoda/gtree
gtree: 1.10.7 -> 1.10.8
2024-02-09 01:06:10 +04:00
github-actions[bot]
3688b764d0
Merge staging-next into staging 2024-02-08 18:01:31 +00:00
Nick Cao
675c148be6
Merge pull request #287093 from r-ryantm/auto-update/riffdiff
riffdiff: 2.30.0 -> 2.30.1
2024-02-08 08:44:39 -05:00
github-actions[bot]
b7cf3752c9
Merge staging-next into staging 2024-02-08 12:01:42 +00:00
Weijia Wang
b968846113
Merge pull request #286920 from r-ryantm/auto-update/mdbook
mdbook: 0.4.36 -> 0.4.37
2024-02-08 09:15:33 +01:00
R. Ryantm
5ee12011ef crowdin-cli: 3.17.0 -> 3.18.0 2024-02-08 07:32:32 +00:00
R. Ryantm
aeef430e21 riffdiff: 2.30.0 -> 2.30.1 2024-02-08 00:19:31 +00:00
figsoda
999fbe5ed6 gtree: 1.10.7 -> 1.10.8
Diff: https://github.com/ddddddO/gtree/compare/v1.10.7...v1.10.8

Changelog: https://github.com/ddddddO/gtree/releases/tag/v1.10.8
2024-02-07 12:43:52 -05:00
R. Ryantm
e7a7fda14d mdbook-katex: 0.5.9 -> 0.5.10 2024-02-07 07:33:22 +00:00
R. Ryantm
49b3d040c5 mdbook: 0.4.36 -> 0.4.37 2024-02-07 07:04:10 +00:00
Nick Cao
ecd142a065
Merge pull request #285877 from r-ryantm/auto-update/fanficfare
fanficfare: 4.30.0 -> 4.31.0
2024-02-05 09:49:07 -05:00
Mario Rodas
80265fd9a2
Merge pull request #286351 from r-ryantm/auto-update/riffdiff
riffdiff: 2.29.1 -> 2.30.0
2024-02-05 08:40:49 -05:00
Anderson Torres
65d2770885
csvkit: 1.1.1 -> 1.3.0 (#282340)
* csvkit: migrate to by-name

* csvkit: refactor

- get rid of rec
- get rid of nested with
- set pyproject instead of format
- change meta.maintainers:
  - remove vrthra
  - add AndersonTorres

* csvkit: 1.1.1 -> 1.2.0

* csvkit: remove sqlalchemy_1_4 pinning

* csvkit: 1.2.0 -> 1.3.0
2024-02-04 23:06:55 +01:00
Weijia Wang
bd0c506097
Merge pull request #281843 from r-ryantm/auto-update/mdbook-i18n-helpers
mdbook-i18n-helpers: 0.3.0 -> 0.3.2
2024-02-04 22:47:41 +01:00
Weijia Wang
9002134409
Merge pull request #283453 from r-ryantm/auto-update/mdbook-pagetoc
mdbook-pagetoc: 0.1.8 -> 0.1.9
2024-02-04 21:41:08 +01:00
R. Ryantm
13fa6a792f riffdiff: 2.29.1 -> 2.30.0 2024-02-04 19:34:29 +00:00
Mario Rodas
64aabb6b13
Merge pull request #283677 from r-ryantm/auto-update/riffdiff
riffdiff: 2.27.1 -> 2.29.1
2024-02-03 08:18:42 -05:00
Mario Rodas
79a13f1437
Merge pull request #285924 from r-ryantm/auto-update/vale
vale: 3.0.6 -> 3.0.7
2024-02-02 21:01:25 -05:00
R. Ryantm
4b501fcd60 vale: 3.0.6 -> 3.0.7 2024-02-03 00:37:48 +00:00
Mario Rodas
e9bcd692fe
Merge pull request #285785 from HollowMan6/master
mdbook-pdf: 0.1.7 -> 0.1.8
2024-02-02 18:27:50 -05:00
R. Ryantm
8bec9ba8b6 fanficfare: 4.30.0 -> 4.31.0 2024-02-02 19:02:57 +00:00
figsoda
3747126155
Merge pull request #285704 from msfjarvis/hs/difftastic-0.55
difftastic: 0.54.0 -> 0.55.0
2024-02-02 12:13:20 -05:00
R. Ryantm
3b949567cc ascii: 3.18 -> 3.19 2024-02-02 17:28:55 +01:00
Songlin Jiang
a0f4dc5359
mdbook-pdf: 0.1.7 -> 0.1.8
Signed-off-by: Songlin Jiang <songlin.jiang@csc.fi>
2024-02-02 13:43:56 +02:00
R. Ryantm
18af431f37 ov: 0.33.1 -> 0.33.2 2024-02-02 09:09:46 +00:00
Harsh Shandilya
300c786093 difftastic: 0.54.0 -> 0.55.0
Diff: https://github.com/wilfred/difftastic/compare/0.54.0...0.55.0

Changelog: https://github.com/Wilfred/difftastic/blob/0.55.0/CHANGELOG.md
2024-02-02 12:01:14 +05:30
Atemu
f38bca1ca5
Merge pull request #279677 from leona-ya/paperless-nltk
nixos/paperless: use nltk_data package as NLTK data source
2024-02-01 16:59:28 +01:00