Robert Schütz
e587ef535d
authentik: use npm --version
2024-10-05 11:23:49 -07:00
OTABI Tomoya
a35ae0a257
autotrash: move to pkgs/by-name and include manpage ( #343855 )
2024-09-29 10:17:02 +09:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Aleksana
5ae5e0df3b
autologin: init at 1.0.0 ( #340557 )
2024-09-23 22:45:27 +08:00
MithicSpirit
5afc0a2d7d
autotrash: move to pkgs/by-name
2024-09-23 09:47:52 -04:00
beviu
d8eefe5655
autologin: init at 1.0.0
2024-09-23 03:15:20 +02:00
R. Ryantm
bcb2ba85b2
autosuspend: 7.0.0 -> 7.0.1
2024-09-22 19:14:44 +00:00
Anderson Torres
f0e64ce16f
treewide: migrate packages maintained by AndersonTorres to by-name
...
Manual migration for the sake of by-name migration is no longer discouraged
since #340235 .
2024-09-16 14:26:47 -03:00
Adam C. Stephens
d3a722f3db
audiobookshelf: 2.13.3 -> 2.13.4 ( #341998 )
2024-09-15 08:26:04 -04:00
nicoo
2641d97cbf
pkgs/by-name: Convert hashes to SRI format
...
Reproduction script:
# Bulk rewrite
./maintainers/scripts/sha-to-sri.py pkgs/by-name
# Revert some packages which will need manual intervention
for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
git checkout -- "pkgs/by-name/${n:0:2}/${n}"
done
2024-09-15 11:24:31 +02:00
Martin Joerg
23d27309ef
audiobookshelf: 2.13.3 -> 2.13.4
...
https://github.com/advplyr/audiobookshelf/releases/tag/v2.13.4
https://github.com/advplyr/audiobookshelf/compare/refs/tags/v2.13.3...refs/tags/v2.13.4
2024-09-15 07:59:37 +00:00
Pol Dellaiera
b7fbcf971a
auto-changelog: 2.4.0 -> 2.5.0
...
diff: https://github.com/cookpete/auto-changelog/compare/v2.4.0...v2.5.0
changelog: https://github.com/cookpete/auto-changelog/blob/master/CHANGELOG.md#v250
2024-09-12 08:47:15 +02:00
Robert Scott
3da382ed8b
authentik: 2024.6.1 -> 2024.6.4 ( #340543 )
2024-09-08 22:23:26 +01:00
Robert Scott
4cf21a33f8
authentik: 2024.6.1 -> 2024.6.4
...
addresses CVE-2024-42490
2024-09-08 17:05:18 +01:00
Rémi NICOLE
e2938467e6
auto-cpufreq: 2.3.0 -> 2.4.0 ( #339771 )
2024-09-08 08:08:29 +00:00
isabel
e2f37614e1
auto-cpufreq: 2.3.0 -> 2.4.0
2024-09-05 12:09:05 +01:00
R. Ryantm
d8abce2039
audiobookshelf: 2.13.2 -> 2.13.3
2024-09-05 07:46:29 +00:00
Doron Behar
39f28adb19
autotools-language-server: fix build with old tree-sitter 0.21
2024-09-04 22:37:06 +03:00
Martin Joerg
01a7298103
audiobookshelf: 2.12.3 -> 2.13.2
...
fixes CVE-2024-43797
https://github.com/advplyr/audiobookshelf/releases/tag/v2.13.0
https://github.com/advplyr/audiobookshelf/releases/tag/v2.13.1
https://github.com/advplyr/audiobookshelf/releases/tag/v2.13.2
https://github.com/advplyr/audiobookshelf/compare/v2.13.2..v2.12.3
2024-09-02 12:23:32 +00:00
Martin Joerg
047dd2576c
audiobookshelf: use built-in mechanism to skip binaries check
2024-09-02 12:23:31 +00:00
Sandro Jäckel
ca355f14c8
treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub
2024-08-27 20:47:13 +02:00
Peder Bergebakken Sundt
fcdecc256a
treewide: change ${pname}
to string literal ( #336172 )
...
* adwaita-icon-theme: change `${pname}` to string literal
* alp: change `${pname}` to string literal
* alsa-oss: change `${pname}` to string literal
* alsa-plugins: change `${pname}` to string literal
* alsa-ucm-conf: change `${pname}` to string literal
* alsa-utils: change `${pname}` to string literal
* anyrun: change `${pname}` to string literal
* assemblyscript: change `${pname}` to string literal
* audiobookshelf: change `${pname}` to string literal
* baobab: change `${pname}` to string literal
* braa: change `${pname}` to string literal
* brill: change `${pname}` to string literal
* centrifugo: change `${pname}` to string literal
* cheese: change `${pname}` to string literal
* cljfmt: change `${pname}` to string literal
* coppwr: change `${pname}` to string literal
* cosmic-edit: change `${pname}` to string literal
* cosmic-files: change `${pname}` to string literal
* cosmic-store: change `${pname}` to string literal
* cosmic-term: change `${pname}` to string literal
* crate2nix: change `${pname}` to string literal
* cups-kyocera-3500-4500: change `${pname}` to string literal
* dbqn: change `${pname}` to string literal
* dconf-editor: change `${pname}` to string literal
* devhelp: change `${pname}` to string literal
* dmarc-report-converter: change `${pname}` to string literal
* engage: change `${pname}` to string literal
* eog: change `${pname}` to string literal
* evolution-data-server-gtk4: change `${pname}` to string literal
* find-billy: change `${pname}` to string literal
* firefly-iii: change `${pname}` to string literal
* fuchsia-cursor: change `${pname}` to string literal
* geary: change `${pname}` to string literal
* ghex: change `${pname}` to string literal
* gitg: change `${pname}` to string literal
* glasskube: change `${pname}` to string literal
* gnome.gnome-autoar: change `${pname}` to string literal
* gnome.gnome-calculator: change `${pname}` to string literal
* gnome.gnome-calendar: change `${pname}` to string literal
* gnome.gnome-common: change `${pname}` to string literal
* gnome.gnome-dictionary: change `${pname}` to string literal
* gnome.gnome-disk-utility: change `${pname}` to string literal
* gnome.gnome-font-viewer: change `${pname}` to string literal
* gnome.gnome-keyring: change `${pname}` to string literal
* gnome.gnome-screenshot: change `${pname}` to string literal
* gnome.gnome-system-monitor: change `${pname}` to string literal
* gnome.seahorse: change `${pname}` to string literal
* gnome.simple-scan: change `${pname}` to string literal
* gnome.sushi: change `${pname}` to string literal
* gnome.totem: change `${pname}` to string literal
* gnome.yelp: change `${pname}` to string literal
* gnome.yelp-xsl: change `${pname}` to string literal
* gnucap-full: change `${pname}` to string literal
* goredo: change `${pname}` to string literal
* guile-semver: change `${pname}` to string literal
* halo: change `${pname}` to string literal
* intiface-central: change `${pname}` to string literal
* intune-portal: change `${pname}` to string literal
* iscc: change `${pname}` to string literal
* jetbrains-toolbox: change `${pname}` to string literal
* jnr-posix: change `${pname}` to string literal
* keymapp: change `${pname}` to string literal
* libation: change `${pname}` to string literal
* libeduvpn-common: change `${pname}` to string literal
* libmamba: change `${pname}` to string literal
* littlefs-fuse: change `${pname}` to string literal
* logseq: change `${pname}` to string literal
* lxgw-wenkai-tc: change `${pname}` to string literal
* microsoft-identity-broker: change `${pname}` to string literal
* minetest-mapserver: change `${pname}` to string literal
* msalsdk-dbusclient: change `${pname}` to string literal
* neverest: change `${pname}` to string literal
* nf-test: change `${pname}` to string literal
* numbat: change `${pname}` to string literal
* pdf2odt: change `${pname}` to string literal
* plemoljp: change `${pname}` to string literal
* plemoljp-hs: change `${pname}` to string literal
* plemoljp-nf: change `${pname}` to string literal
* pocket-updater-utility: change `${pname}` to string literal
* proto: change `${pname}` to string literal
* pw3270: change `${pname}` to string literal
* ratchet: change `${pname}` to string literal
* read-it-later: change `${pname}` to string literal
* redmine: change `${pname}` to string literal
* regina: change `${pname}` to string literal
* regripper: change `${pname}` to string literal
* revolt-desktop: change `${pname}` to string literal
* rs: change `${pname}` to string literal
* signaturepdf: change `${pname}` to string literal
* sonarlint-ls: change `${pname}` to string literal
* srgn: change `${pname}` to string literal
* stackit-cli: change `${pname}` to string literal
* substudy: change `${pname}` to string literal
* swayosd: change `${pname}` to string literal
* synthesia: change `${pname}` to string literal
* tarlz: change `${pname}` to string literal
* termcap: change `${pname}` to string literal
* tinycompress: change `${pname}` to string literal
* tracexec: change `${pname}` to string literal
* treefmt2: change `${pname}` to string literal
* udev-gothic: change `${pname}` to string literal
* udev-gothic-nf: change `${pname}` to string literal
* vvvvvv: change `${pname}` to string literal
* yggdrasil: change `${pname}` to string literal
* zsync: change `${pname}` to string literal
2024-08-20 15:56:55 -07:00
Robert Schütz
60089c7941
authentik: fix dependencies
2024-08-13 04:43:22 -07:00
Pol Dellaiera
f5c911dc05
Merge pull request #333413 from r-ryantm/auto-update/autoprefixer
...
autoprefixer: 10.4.19 -> 10.4.20
2024-08-11 00:30:51 +02:00
Martin Joerg
4f3cf967e3
audiobookshelf: skip version checks
...
Make sure no external dependencies are downloaded, since we provide our own binaries.
Add nixos test as package test.
2024-08-10 14:07:26 +00:00
Adam Stephens
4776541b53
audiobookshelf: 2.12.2 -> 2.12.3
2024-08-10 12:37:11 +00:00
R. Ryantm
da5490d386
audiobookshelf: 2.11.0 -> 2.12.2
2024-08-09 22:42:20 +00:00
R. Ryantm
98cff1fe53
autoprefixer: 10.4.19 -> 10.4.20
2024-08-09 10:02:38 +00:00
natsukium
5b87403b6e
autotools-language-server: propagate tree-sitter_0_21 instead of tree-sitter
2024-08-07 11:39:13 +03:00
Pyrox
04c0c779b7
auto-changelog: remove usage of mkYarnPackage
2024-08-03 22:24:14 -04:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
6dd44107ac
treewide: remove unused lib (and other) arguments
2024-07-26 11:18:09 +02:00
github-actions[bot]
2567b049bd
Merge master into staging-next
2024-07-25 18:00:59 +00:00
Peder Bergebakken Sundt
3099ccf78e
Merge pull request #329151 from B4dM4n/fix-authentik
...
authentik: Fix runtime errors
2024-07-25 19:58:37 +02:00
Fabian Möller
a7668fa167
authentik: Fix runtime errors
2024-07-23 12:30:33 +02:00
github-actions[bot]
09a27d5bc1
Merge master into staging-next
2024-07-23 00:02:18 +00:00
Sergei Trofimovich
93d84f953f
autoprefixer.tests: fix the eval
...
Without the change thee val fails as:
$ nix build --no-link -f. autoprefixer.tests
...
error: attribute 'packageName' missing
at pkgs/by-name/au/autoprefixer/tests/simple-execution.nix:4:26:
3| let
4| inherit (autoprefixer) packageName version;
| ^
5| in
2024-07-22 22:28:14 +01:00
github-actions[bot]
6ff8a10a87
Merge master into staging-next
2024-07-21 06:01:25 +00:00
Masum Reza
2f904fbb0c
Merge pull request #328792 from rissson/authentik-2024.6.1
...
authentik: 2024.6.0 -> 2024.6.1
2024-07-21 10:20:12 +05:30
Marc 'risson' Schmitt
531eb8e1ac
authentik: add rissson as maintainer ( #328793 )
...
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2024-07-21 10:17:01 +05:30
Marc 'risson' Schmitt
e1ed616cbc
authentik: 2024.6.0 -> 2024.6.1
...
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2024-07-21 03:14:42 +02:00
Martin Weinelt
b907d82797
Merge pull request #325223 from mweinelt/typer-deps
...
python312Packages.typer: include optional dependencies
2024-07-18 18:54:53 +02:00
Martin Weinelt
3d12611232
python312Packages.typer: include standard optional
...
Typer specifies the standard optional-dependencies package list, but then
due to internal tooling includes it by default in Require-Dist.
https://github.com/tiangolo/typer/blob/0.12.3/pyproject.toml#L71-L72
This is in line with changes that happened in typer 0.12.1
https://github.com/tiangolo/typer/releases/tag/0.12.1
2024-07-18 18:54:10 +02:00
Doron Behar
bd77a57b8d
autotools-language-server: fix evaluation by using python311
2024-07-11 12:21:24 +03:00
Sandro
a4cd82738c
Merge pull request #325856 from mjoerg/audiobookshelf-2.11.0
...
audiobookshelf: 2.10.1 -> 2.11.0
2024-07-09 23:52:49 +02:00
Martin Joerg
c0739a0fca
audiobookshelf: 2.10.1 -> 2.11.0
...
https://github.com/advplyr/audiobookshelf/releases/tag/v2.11.0
https://github.com/advplyr/audiobookshelf/compare/v2.10.1...v2.11.0
2024-07-09 18:38:24 +00:00
Thomas Gerbet
9682638827
Merge pull request #313989 from jvanbruegge/authentik-2024.4
...
authentik,authentik-outposts.ldap: 2024.2.2 -> 2024.6.0
2024-07-09 20:12:41 +02:00
éclairevoyant
fcf65eb295
Merge pull request #323192 from sarcasticadmin/rh/1719591075auto
...
auto-cpufreq: add sarcasticadmin as maintainer
2024-07-08 11:58:49 +00:00
Franz Pletz
7179de7adb
Merge pull request #322503 from pyrox0/autoprefixer-init
2024-07-06 16:01:34 +02:00
Jan van Brügge
22ef83d56b
authentik-outposts.radius: init at 2024.6.0
2024-07-06 12:51:32 +01:00