Commit Graph

20 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Lin Jian
a73db80076
kanata: mark as broken on darwin
It is broken on darwin since 1.6.0[1].

[1]: https://github.com/NixOS/nixpkgs/pull/306546
2024-05-05 21:31:01 +08:00
Lin Jian
e6a6836458
kanata: 1.6.0 -> 1.6.1 2024-05-05 10:38:00 +08:00
Lin Jian
b7c4ffca62
kanata: fix cargoHash for darwin systems 2024-04-30 16:27:09 +08:00
R. Ryantm
3c63a42d32
kanata: 1.5.0 -> 1.6.0 2024-04-30 16:27:07 +08: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
Benjamin Manuel
a256aea254
kanata: add bmanuel as a maintainer 2024-01-18 17:50:22 -06:00
Benjamin Manuel
006000061a
kanata: add support for darwin platforms 2024-01-18 17:08:35 -06:00
R. Ryantm
bb4c8849fd kanata: 1.4.0 -> 1.5.0 2023-12-22 19:34:54 +00:00
Robert Hensing
f8f9f13d57
Merge pull request #246386 from hercules-ci/lib-getExe-dont-make-name-assumption
lib.getExe: Do not make assumptions about the main program
2023-08-02 20:05:52 +02:00
Lin Jian
d4602c2f3c
kanata: 1.3.0 -> 1.4.0 2023-08-02 17:28:34 +08:00
Robert Hensing
4c1d3cee60 treewide: Add meta.mainProgram
This should fix most warnings getExe in based on grepping `nixos/`.
2023-07-31 21:54:43 +02:00
figsoda
0d6cac9f5a pkgs/tools/system: remove dead code 2023-07-25 12:12:44 -04:00
Lin Jian
a7717edb07 kanata: 1.2.0 -> 1.3.0
Also install an icon.
2023-03-25 20:56:48 +01:00
Lin Jian
df71f8b2a8
kanata: 1.1.0 -> 1.2.0 2023-02-13 12:19:40 +08:00
Lin Jian
c2d4859ff4
kanata: 1.0.8 -> 1.1.0 2022-11-30 20:22:41 +08:00
Lin Jian
877282ff49
kanata: 1.0.7 -> 1.0.8 2022-11-06 16:40:32 +08:00
Lin Jian
b1c5515a1c
kanata: 1.0.6 -> 1.0.7 2022-08-21 09:44:44 +08:00
Lin Jian
a43993655a kanata: 1.0.5 -> 1.0.6 2022-08-06 15:07:44 +02:00
Jian Lin
1e079ca5ce
kanata: init at 1.0.5 (#182358)
Co-authored-by: Azat Bahawi <azat+github@bahawi.net>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-24 17:40:27 +02:00