Commit Graph

295 Commits

Author SHA1 Message Date
Gutyina Gergő
28490c6b0e
cargo-geiger: fix build with rust 1.80 2024-08-10 19:17:55 +02:00
Alyssa Ross
ec9e0c6dc8 cardboard: depend on wayland-scanner
Otherwise, wayland-scanner would be picked up from the wayland in
buildInputs, which isn't cross-friendly and will stop working when we
split wayland-scanner into a separate package.
2024-08-10 18:42:56 +03:00
Emily
5a4c4d29d9
Merge pull request #332785 from alyssais/cargo-information-0.7.0
cargo-information: 0.6.0 -> 0.7.0
2024-08-09 22:08:31 +01:00
Alyssa Ross
7773aa01c2 cargo-information: 0.6.0 -> 0.7.0
Required to build with Rust 1.80.

Link: https://github.com/rust-lang/rust/issues/127343
2024-08-09 21:47:42 +01:00
Sigmanificient
a3e8676a49 cano: 0.1.0-alpha -> 0.2.0-alpha, modernize 2024-08-08 16:39:49 +02:00
Weijia Wang
6522b3df90
Merge pull request #331343 from nim65s/casadi
casadi: init at 3.6.6
2024-08-08 15:15:20 +02:00
Guilhem Saurel
7c9c23c597 casadi: init at 3.6.5 2024-08-08 01:08:11 +02:00
Keto
37d2489573
castero: disable more tests to fix build 2024-08-07 18:55:00 -04:00
D3vil0p3r
c0ed08eafc
caido: 0.39 -> 0.40 2024-08-07 10:15:33 +02:00
Nick Cao
dfabca4471
Merge pull request #331259 from r-ryantm/auto-update/cargo-swift
cargo-swift: 0.7.1 -> 0.8.0
2024-08-03 10:47:37 -04:00
adisbladis
e0816431a2 treewide: Pass self when overriding Python
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
  python' = python3.override {
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.

And the same with `self`:
```
with import <nixpkgs> { };
let
  python' = python3.override {
    self = python';
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.

This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
R. Ryantm
c08a99bd1a cargo-make: 0.37.14 -> 0.37.15 2024-08-01 07:47:17 +00:00
R. Ryantm
de6c2799c5 cargo-expand: 1.0.88 -> 1.0.89 2024-08-01 00:46:23 +00:00
R. Ryantm
e05dc5df3a cargo-swift: 0.7.1 -> 0.8.0 2024-07-31 10:43:46 +00:00
Peder Bergebakken Sundt
808d6aaed1
Merge pull request #326497 from getchoo/pkgs/cartridges/search-provider
cartridges: wrap gnome search provider
2024-07-29 00:36:51 +02:00
Peder Bergebakken Sundt
8c8acbcaf9
Merge pull request #329012 from r-ryantm/auto-update/cartridges
cartridges: 2.8.5 -> 2.9.3
2024-07-29 00:07:03 +02:00
Pol Dellaiera
c281d0773d
Merge pull request #329911 from Aleksanaa/cameractrls
cameractrls: init at 0.6.6
2024-07-28 17:09:44 +02:00
K900
24076029d2 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-28 01:04:35 +03:00
Nick Cao
9ea4830055
Merge pull request #330384 from r-ryantm/auto-update/cargo-shear
cargo-shear: 1.1.0 -> 1.1.1
2024-07-27 09:47:17 -04:00
R. Ryantm
2ffeecebea cargo-shear: 1.1.0 -> 1.1.1 2024-07-27 11:01:18 +00:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next 2024-07-27 09:18:58 +02:00
D3vil0p3r
a5c855f049
caido: 0.33.0 -> 0.39.0 (#328499)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-07-26 21:38:52 +02:00
aleksana
2350d64715 cameractrls: init at 0.6.6 2024-07-26 01:07:06 +08:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next 2024-07-24 07:19:19 +02:00
R. Ryantm
87f6deb55c cargo-xwin: 0.17.2 -> 0.17.3 2024-07-23 12:51:45 +00:00
github-actions[bot]
d284ef371e
Merge master into staging-next 2024-07-23 12:01:18 +00:00
Bruno BELANYI
5ea2a65eeb
Merge pull request #326583 from wietsedv/wietsedv-calibre-web-jsonschema
calibre-web: return jsonschema dependency for kobo sync support
2024-07-23 11:24:39 +01:00
R. Ryantm
dd89048f09 cartridges: 2.8.5 -> 2.9.3 2024-07-21 22:57:01 +00:00
Vladimír Čunát
577f40b8a9
Merge branch 'staging' into staging-next 2024-07-20 16:12:24 +02:00
R. Ryantm
c07e46b23f cargo-make: 0.37.13 -> 0.37.14 2024-07-19 19:32:47 +00:00
github-actions[bot]
a6c20a7387
Merge staging-next into staging 2024-07-19 12:01:49 +00:00
Aleksana
94dcee40df
Merge pull request #326213 from averyanalex/init-cassette
cassette: init at 0.2.0
2024-07-19 18:57:38 +08:00
Martin Weinelt
983077457f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
-	pkgs/development/python-modules/uvcclient/default.nix
-	pkgs/development/tools/rust/rust-analyzer/default.nix
2024-07-18 12:35:33 +02:00
Peder Bergebakken Sundt
9752021dfc
Merge pull request #326435 from uncenter/pr-e729cac7
cargo-shear: 1.0.0 -> 1.1.0
2024-07-18 01:39:56 +02:00
Artturin
a516ea8c99 Merge branch 'staging-next' into staging 2024-07-16 19:07:48 +03:00
Pyrox
0b8eaf081f
fetchCrate: sha256 -> hash
Should cause no rebuilds, as this is just updating attributes.
2024-07-14 13:48:13 -04:00
github-actions[bot]
0d7af056e2
Merge staging-next into staging 2024-07-14 12:02:04 +00:00
Vladimír Čunát
211398c03e
Merge branch 'staging-next' into staging 2024-07-14 08:35:35 +02:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
Wietse de Vries
1deafc47c9 calibre-web: add jsonschema dependency 2024-07-12 17:10:24 +02:00
seth
7b1b48f812
cartridges: wrap gnome search provider
Fixes https://github.com/NixOS/nixpkgs/issues/322013

Previously this always failed to run as it was unwrapped. Oops!
2024-07-12 03:29:08 -04:00
seth
bfb87624b3
cartridges: use webp for tiff compression
this is the default upstream and now works in nixpkgs after
67dea634b9
2024-07-12 03:27:38 -04:00
uncenter
ab8a904053
cargo-shear: 1.0.0 -> 1.1.0 2024-07-11 22:38:17 -04:00
aleksana
7418a1571a catnest: init at 0.2.1 2024-07-11 21:49:56 +08:00
AveryanAlex
c917ea43eb
cassette: enable strictDeps 2024-07-11 12:11:24 +03:00
AveryanAlex
6bbd9f5625
cassette: reformat 2024-07-11 11:57:21 +03:00
AveryanAlex
a4472dc7ab
cassette: init at 0.2.0 2024-07-11 03:23:19 +03:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Franz Pletz
e75be2f641
Merge pull request #325264 from adamcstephens/calibre-web/0.6.22
calibre-web: 0.6.21 -> 0.6.22
2024-07-09 17:02:21 +02:00
Weijia Wang
924982950e
Merge pull request #324211 from r-ryantm/auto-update/castxml
castxml: 0.6.6 -> 0.6.8
2024-07-09 16:38:06 +02:00
R. Ryantm
f45b8504ae castxml: 0.6.6 -> 0.6.8 2024-07-08 23:10:44 +02:00
R. Ryantm
06ecc97224 cargo-xwin: 0.17.1 -> 0.17.2 2024-07-08 11:37:14 +00:00
Vladimír Čunát
4c09ae2416
Merge branch 'staging-next' into staging 2024-07-08 10:43:15 +02:00
Pol Dellaiera
9895432600
Merge pull request #322024 from xzfc/cached-nix-shell
cached-nix-shell: 0.1.5 -> 0.1.6
2024-07-08 07:31:47 +02:00
Albert Safin
e170ba17d1 cached-nix-shell: 0.1.5 -> 0.1.6 2024-07-07 22:28:05 +00:00
Adam Stephens
40a7c18eb3
calibre-web: 0.6.21 -> 0.6.22 2024-07-07 09:23:03 -04:00
Adam Stephens
ead929d06b
calibre-web: add updateScript 2024-07-07 09:05:55 -04:00
Adam Stephens
6decebe6ff
calibre-web: move to by-name 2024-07-07 09:05:04 -04:00
R. Ryantm
2f782ddd6a cargo-make: 0.37.12 -> 0.37.13 2024-07-07 12:35:17 +00:00
github-actions[bot]
73c1b870f2
Merge staging-next into staging 2024-07-06 06:01:47 +00:00
R. Ryantm
ed63b6dbe5 cargo-shear: 0.0.26 -> 1.0.0 2024-07-06 00:41:50 +00:00
aleksana
5b63ef2a48 treewide: change cargoSha256 with SRI hash to cargoHash manually 2024-07-03 21:53:31 +08:00
eljamm
f9f41717b5
catppuccin-gtk: fix inconsistent theme name 2024-07-03 09:45:42 +01:00
R. Ryantm
ee13f5cd20 cargo-xwin: 0.17.0 -> 0.17.1 2024-07-01 13:17:59 +00:00
Anderson Torres
af2c0c85ed cat9: unstable-2023-11-06 -> 0-unstable-2024-06-17 2024-06-28 15:13:24 -03:00
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