Commit Graph

56 Commits

Author SHA1 Message Date
Aleksana
97ae4fc750
Merge pull request #308863 from lucperkins/move-into-by-name
treewide: move packages maintained by lucperkins to pkgs/by-name
2024-05-06 22:56:00 +08:00
Nick Cao
99306e3ce6
Merge pull request #308506 from szaffarano/sebas/asm-lsp-0.6.0
asm-lsp: 0.4.2 -> 0.6.0
2024-05-04 09:30:07 -04:00
aleksana
77122cb858 ascii-draw: 0.3.0 -> 0.3.2 2024-05-04 10:09:05 +08:00
Luc Perkins
1271860b5e
Move lucperkins packages into by-name 2024-05-03 15:37:38 -03:00
Sebastián Zaffarano
bf056df807
asm-lsp: 0.4.2 -> 0.6.0 2024-05-03 08:12:12 -03:00
Christina Sørensen
4e1a313c73
ast-grep: 0.21.1 -> 0.21.3
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-05-03 08:13:05 +02:00
R. Ryantm
3209503757 ast-grep: 0.21.0 -> 0.21.1 2024-04-30 07:16:26 +00:00
R. Ryantm
26050b8f93 ast-grep: 0.20.5 -> 0.21.0 2024-04-24 12:25:46 +00:00
R. Ryantm
7988aa5999 ast-grep: 0.20.3 -> 0.20.5 2024-04-13 10:19:49 +00:00
Florian Klink
1049436671
Merge pull request #302205 from lukaslihotzki/asahi-nvram
asahi-*: init
2024-04-12 00:13:15 +03:00
Lukas Lihotzki
22865a32c6 asahi-wifisync: init at 0.2.0 2024-04-11 21:29:29 +02:00
Lukas Lihotzki
5838eddf77 asahi-btsync: init at 0.2.0 2024-04-11 21:29:29 +02:00
Lukas Lihotzki
5d5d9bb3db asahi-bless: init at 0.3.0 2024-04-11 21:29:29 +02:00
Lukas Lihotzki
9db507982c asahi-nvram: init at 0.2.1 2024-04-11 21:29:29 +02:00
R. Ryantm
811ce92529 ast-grep: 0.20.2 -> 0.20.3 2024-04-08 06:44:36 +00:00
Aleksana
0d63422753
Merge pull request #300258 from noaccOS/init-astartectl
astartectl: init at 23.5.0
2024-04-05 20:00:22 +08:00
R. Ryantm
d56d232ba5 ast-grep: 0.20.0 -> 0.20.2 2024-04-02 07:04:04 +00:00
Pol Dellaiera
5ac34044b2
Merge pull request #265695 from drupol/asciinema_automation/init/0-1-2
asciinema-automation: init at 0.2.0
2024-04-01 10:49:40 +02:00
Weijia Wang
e047f577a9
Merge pull request #300045 from Aleksanaa/ascii-draw
ascii-draw: init at 0.3.0
2024-03-31 23:00:36 +02:00
Pol Dellaiera
932751fa9f
asciinema-automation: init at 0.2.0 2024-03-31 22:54:32 +02:00
Francesco Noacco
951378b00f astartectl: init at 23.5.0 2024-03-30 19:58:39 +01:00
aleksana
b56c119214 ascii-draw: init at 0.3.0 2024-03-30 17:20:10 +08:00
R. Ryantm
c70bc6c332 ast-grep: 0.19.4 -> 0.20.0 2024-03-24 13:52:49 +00:00
github-actions[bot]
90461ffe37
Merge master into staging-next 2024-03-20 12:01:15 +00:00
Quantenzitrone
ac6bb203cd
asciiquarium-transparent: unstable-2023-02-19 -> 1.3 2024-03-19 20:51:16 +01:00
github-actions[bot]
f4c4bfc9fc
Merge master into staging-next 2024-03-13 18:00:53 +00:00
devhell
2625cadf05 asn: move to by-name 2024-03-13 15:07:37 +00:00
github-actions[bot]
06e5eb63d3
Merge staging-next into staging 2024-03-11 18:01:53 +00:00
R. Ryantm
b625731bdd ast-grep: 0.19.3 -> 0.19.4 2024-03-11 13:44:51 +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
Nikita Pedorich
5de488a039
ast-grep: install shell completions 2024-03-09 17:30:35 +09:00
R. Ryantm
5d36449f4f ast-grep: 0.19.2 -> 0.19.3 2024-02-27 10:16:02 +00:00
Muhammad Falak R Wani
bb7182a755 ast-grep: 0.19.1 -> 0.19.2
Diff: https://github.com/ast-grep/ast-grep/compare/0.19.1...0.19.2
Changelog: https://github.com/ast-grep/ast-grep/blob/0.19.2/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-02-23 09:30:35 +05:30
Muhammad Falak R Wani
c088dd03fe ast-grep: 0.19.0 -> 0.19.1
Diff: https://github.com/ast-grep/ast-grep/compare/0.19.0...0.19.1
Changelog: https://github.com/ast-grep/ast-grep/blob/0.19.1/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-02-20 12:39:28 +05:30
R. Ryantm
c18e07c87d ast-grep: 0.18.1 -> 0.19.0 2024-02-15 12:29:27 +00:00
Muhammad Falak R Wani
01d02a374d ast-grep: 0.17.0 -> 0.18.1
Diff: https://github.com/ast-grep/ast-grep/compare/0.17.0...0.18.1
Changelog: https://github.com/ast-grep/ast-grep/blob/0.18.1/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-02-01 11:46:22 +05:30
Fabian Affolter
9a472578e7
Merge pull request #279165 from shard77/patch-4
assetfinder: init at v0.1.1
2024-01-18 22:05:58 +01:00
shard
fee90fca57 assetfinder: init at v0.1.1 2024-01-16 20:27:30 +01:00
Muhammad Falak R Wani
d9a8ad6aa8 ast-grep: 0.16.1 -> 0.17.0
Diff: https://github.com/ast-grep/ast-grep/compare/0.16.1...0.17.0
Changelog: https://github.com/ast-grep/ast-grep/blob/0.17.0/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-01-12 09:48:21 +05:30
Felix Buehler
2adcc8846a python311Packages.wxpython: rename from wxPython_4_2 2024-01-07 21:16:47 +01:00
R. Ryantm
c81c1b7a4b ast-grep: 0.15.1 -> 0.16.1 2024-01-06 09:35:18 +00:00
R. Ryantm
03fc96c98c ast-grep: 0.14.4 -> 0.15.1 2023-12-25 09:31:32 +00:00
Sandro Jäckel
15cf1bacec
treewide: don't use pname for mainProgram where pname is static 2023-12-20 14:25:55 +01:00
Pascal Bach
ec45d9fde0
Merge pull request #273904 from r-ryantm/auto-update/ast-grep
ast-grep: 0.13.1 -> 0.14.4
2023-12-17 19:13:53 +01:00
Bjørn Forsman
4c501306af asn1editor: init at 0.8.0
Python based editor for ASN.1 encoded data.

https://github.com/Futsch1/asn1editor
2023-12-17 12:03:41 +01:00
R. Ryantm
7cb1c4696c ast-grep: 0.13.1 -> 0.14.4 2023-12-13 05:46:01 +00:00
eth3lbert
8bba01f034
ast-grep: fix build with clang 12+
Work around NixOS#166205
2023-11-21 15:14:53 +08:00
arathunku
a0259b3c0d
ast-grep: 0.12.5 -> 0.13.1 2023-11-16 08:14:32 +01:00
Franz Pletz
47737fd440
Merge pull request #262602 from NotAShelf/master 2023-11-01 17:44:06 +01:00
NotAShelf
4e6f977581
asm-lsp: init at v0.4.2 2023-10-26 20:47:08 +03:00