Commit graph

180 commits

Author SHA1 Message Date
Weijia Wang
db756f6941
Merge pull request #321273 from r-ryantm/auto-update/cargo-swift
cargo-swift: 0.6.1 -> 0.7.1
2024-06-27 23:57:53 +02:00
Aleksana
52542f7101
Merge pull request #318369 from getchoo/pkgs/cartridges/refactor
cartridges: refactor; add missing build deps; ensure tls support
2024-06-28 01:01:03 +08:00
Sandro
1ecd29a743
Merge pull request #318317 from Moraxyc/add-canard 2024-06-27 13:56:52 +02:00
Moraxyc
8b96fcbd95
canard: init at 0.0.2-unstable-2024-04-22 2024-06-27 16:41:11 +08:00
Colin
8c74b73720 treewide: fix typos of pythonImportsCheck 2024-06-24 21:15:57 +00:00
seth
261bd913b0
cartridges: ensure tls support 2024-06-23 22:59:13 -04:00
seth
2458b6ac7d
cartridges: add missing build deps 2024-06-23 22:59:13 -04:00
seth
7401dfca27
cartridges: mkDerivation -> buildPythonApplication
as we're already pulling in python's hooks, it makes sense to use the
full builder as opposed to emulating its behavior
2024-06-23 22:59:10 -04:00
seth
a57781b65a
cartridges: format with nixfmt 2024-06-23 22:57:24 -04:00
seth
8c33dddc3f
cartridges: migrate to by-name 2024-06-23 22:57:23 -04:00
Marcus Ramberg
0445f6f541
Merge pull request #321426 from ifd3f/caligula/mark-nonbroken-darwin
caligula: mark darwin as no longer broken
2024-06-22 18:08:33 +02:00
Astrid Yu
ba0c71b7dc caligula: add LIBCLANG_PATH to environment 2024-06-21 17:59:49 -07:00
Masum Reza
7154858e82
Merge pull request #316752 from mimvoid/add-catppuccin-grub
catppuccin-grub: init at 1.0.0
2024-06-21 10:12:33 +05:30
Masum Reza
4eff4c027b
Merge pull request #321094 from jopejoe1/merge-catppuccin-fcitx5
catppuccin-fcitx5: merge with fcitx5-catppuccin
2024-06-21 09:42:01 +05:30
aleksana
8e204beb08 catppuccin-gtk: use vendored colloid-gtk-theme
We used to replace vendored colloid-gtk-theme with our nixpkgs version,
but catppuccin-gtk has been archived, and its patches cannot be applied
on recent version of colloid-gtk-theme, so we dropped it.
We may deprecate catppuccin-gtk in favor of the catppuccin flavor of
colloid-gtk-theme (which was introduced in 2024-06-18), but still needs
some user feedback.
2024-06-21 00:28:55 +08:00
R. Ryantm
c75640cd5e cargo-swift: 0.6.1 -> 0.7.1 2024-06-20 14:57:49 +00:00
R. Ryantm
9e716b1035 cargo-i18n: 0.2.12 -> 0.2.13 2024-06-19 22:03:29 +00:00
jopejoe1
6f52adb1fe catppuccin-fcitx5: merge with fcitx5-catppuccin
they are the same package
2024-06-19 20:56:13 +02:00
Aleksana
df9ddccfeb
Merge pull request #317021 from NamesCode/add-whiskers
catppuccin-whiskers: init at 2.4.0
2024-06-18 23:27:54 +08:00
Aleksana
10d4504d04
Merge pull request #315143 from isabelroses/update-catppuccin
catppuccin-gtk: 0.7.5 -> 1.0.3
2024-06-18 02:23:25 +08:00
Name
a7fdc4dceb
catppuccin-whiskers: init at 2.4.0 2024-06-16 21:35:47 +01:00
Ben Siraphob
8222aa9278
Merge pull request #315183 from jopejoe1/fix-pname
treewide: replace name with pname
2024-06-16 12:34:01 +00:00
h7x4
c8bc846341
Merge pull request #319378 from matteo-pacini/cavalier-libgl-fix
cavalier: fix missing libGL runtime dep
2024-06-15 17:38:41 +02:00
R. Ryantm
9b034252fe cargo-xwin: 0.16.4 -> 0.17.0 2024-06-14 00:35:35 +00:00
Matteo Pacini
2e1d6ed673 cavalier: fix missing libGL runtime dep 2024-06-12 21:26:36 +01:00
Nick Cao
e369992524
Merge pull request #318954 from r-ryantm/auto-update/cargo-rdme
cargo-rdme: 1.4.3 -> 1.4.4
2024-06-11 16:52:15 -04:00
Johannes Jöns
dcd1604c17
Merge pull request #278312 from pluiedev/feat/catppuccin-fcitx5
catppuccin-fcitx5: init at 2022-10-05
2024-06-11 10:53:08 +02:00
R. Ryantm
890603e27f cargo-rdme: 1.4.3 -> 1.4.4 2024-06-11 03:16:49 +00:00
Leah Amelia Chen
dfa880f77f catppuccin-fcitx5: init at 2022-10-05 2024-06-10 22:31:50 +02:00
isabel
f91c4d43ea
catppuccin-gtk: 0.7.5 -> 1.0.3 2024-06-10 14:16:25 +01:00
isabel
2bc4392f0e
catppuccin-catwalk: 1.3.1 -> 1.3.2; change source 2024-06-10 13:49:47 +01:00
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
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Weijia Wang
68276ef258
Merge pull request #318140 from bcdarwin/unbreak-castxml
castxml: unbreak binary by adding llvm to buildInputs
2024-06-08 23:25:28 +02:00
Weijia Wang
8d43fda6c2
Merge pull request #317447 from isabelroses/cursors-update
catppuccin-cursors: 0.2.1 -> 0.3.0
2024-06-08 22:43:03 +02:00
Ben Darwin
fff1d11f45 castxml: fix CLANG_RESOURCE_DIR; enable tests 2024-06-08 00:22:52 -04:00
Ben Darwin
068d1888e7 castxml: use testers.testVersion in passthru.tests
(in order to prevent CLI regressions such as https://github.com/NixOS/nixpkgs/pull/318055)
2024-06-07 22:23:15 -04:00
Ben Darwin
3a9a98fd48 castxml: unbreak binary by adding llvm to buildInputs
Fixes #318055.
2024-06-07 22:23:04 -04:00
jopejoe1
dcf56446e5 cano: use pname instead of name 2024-06-05 20:42:11 +02:00
isabel
c20fe10264
catppuccin-cursors: 0.2.1 -> 0.3.0 2024-06-05 16:45:43 +01:00
mimvoid
524cca3578 catppuccin-grub: init at 1.0.0
maintainers: add mimvoid

catppuccin-grub: init at 1.0.0

	modified:   pkgs/by-name/ca/catppuccin-grub/package.nix
2024-06-05 02:20:19 -04:00
Peder Bergebakken Sundt
3370d80492
Merge pull request #316268 from isabelroses/catwalk
catppuccin-catwalk: 0.1.0 -> 1.3.1
2024-06-05 03:06:42 +02:00
Emily
dedd8ebbe9
Merge pull request #316076 from Nanotwerp/caddy-up
caddy: 2.7.6 -> 2.8.4
2024-06-03 23:01:58 +02:00
Nano Twerpus
ba913eda2d caddy: 2.7.6 -> 2.8.4
Starting with v2.8.0, Caddy recommends building with the `nobadger`
build tag.

The build tag makes go skip the compilation of the badger-db
implementation from smallstep/nosql, as it isn't used by Caddy and thus
slightly shrinks the resulting binary size.

https://github.com/caddyserver/caddy/releases/tag/v2.8.4

https://github.com/caddyserver/caddy/releases/tag/v2.8.3

https://github.com/caddyserver/caddy/releases/tag/v2.8.2

https://github.com/caddyserver/caddy/releases/tag/v2.8.1

https://github.com/caddyserver/caddy/releases/tag/v2.8.0

diff: https://github.com/caddyserver/caddy/compare/v2.7.6...v2.8.4
2024-06-03 01:29:50 -04:00
Artturin
db52a9a666
Merge pull request #315826 from JohnRTitor/catppuccin-plymouth
catppuccin-plymouth: unstable-2022-12-10 -> 0-unstable-2024-05-28
2024-06-02 13:47:13 +03:00
John Titor
895a9ca48c
catppuccin-plymouth: cleanup
move to finalAttrs
use `lib.` explicitly
format with nixfmt-rfc-style
remove hardcodeZeroVersion per #316264
2024-06-01 10:31:48 +05:30
isabel
9910485a9f
catppuccin-catwalk: 0.1.0 -> 1.3.1 2024-05-31 22:48:14 +01:00
kirillrdy
3e90fcec3f
Merge pull request #315310 from isabelroses/update-ctp-cursors
catppuccin-cursors: 0.2.0 -> 0.2.1
2024-05-30 21:57:22 +10:00
isabel
914a9ca2c8
catppuccin-cursors: 0.2.0 -> 0.2.1 2024-05-30 09:46:07 +01:00
John Titor
5114e98b1f
catppuccin-plymouth: unstable-2022-12-10 -> 0-unstable-2024-05-28
add update-script
add johnrtitor as maintainer
2024-05-30 13:10:04 +05:30