Commit Graph

127 Commits

Author SHA1 Message Date
h7x4
8f55b011e0
treewide: add meta.changelog (#346488)
* guix: add meta.changelog

* zile: add meta.changelog

* zoom: add meta.changelog

* zotify: add meta.changelog

* zpaqfranz: add meta.changelog

* zunit: add meta.changelog

* zxwing-cpp: add meta.changelog

* zxpy: add meta.changelog

* zydis: add meta.changelog

* zziplib: add meta.changelog

* j: add meta.changelog

* kyua: add meta.changelog

* json2ts: add meta.changelog

* igir: add meta.changelog

* ios-webkit-debug-proxy: add meta.changelog

* gpaste: add meta.changelog

* polkit_gnome: add meta.changelog

* papers: add meta.changelog

* libmsgraph: add meta.changelog

* quadrapassel: add meta.changelog

* gnome-nibbles: add meta.changelog

* decibels: add meta.changelog

* libgedit-amtk: add meta.changelog

* simple-scan: add meta.changelog

* gnome-klotski: add meta.changelog

* gnome-sound-recorder: add meta.changelog

* gnome-remote-desktop: add meta.changelog

* gnome-robots: add meta.changelog

* gnome-shell-extensions: add meta.changelog

* gnome-panel: add meta.changelog

* gnome-session: add meta.changelog

* gnome-keyring: add meta.changelog

* devhelp: add meta.changelog

* libgnome-keyring: add meta.changelog

* ghex: add meta.changelog

* gnome-connections: add meta.changelog

* lightsoff: add meta.changelog

* gnome-flashback: add meta.changelog

* livi: add meta.changelog

* mutter: add meta.changelog

* hitori: add meta.changelog

* gnome-initial-setup: add meta.changelog

* gnome-bluetooth: add meta.changelog

* gnome-shell: add meta.changelog

* gnome-sudoku: add meta.changelog

* ideamaker: add meta.changelog

* i2p: add meta.changelog

* lms: add meta.changelog

* adwaita-icon-theme: add meta.changelog

* gnome-applets: add meta.changelog

* flac123: add meta.changelog

* flaca: add meta.changelog

* flameshot: add meta.changelog

* flaresolverr: add meta.changelog

* a52dec: add meta.changelog

* hexbinhex: add meta.changelog

* dwl: add meta.changelog

* msolve: add meta.changelog

* jcli: add meta.changelog

* nmap: add meta.changelog

* nmapsi4: add meta.changelog

* labctl: add meta.changelog

* _1oom: add meta.changelog

* libipuz: add meta.changelog

* metacity: add meta.changelog

* sushi: add meta.changelog

* rygel: add meta.changelog

* zenity: add meta.changelog

* crosswords: add meta.changelog

* gnome-mahjongg: add meta.changelog

* alacarte: add meta.changelog

* loupe: add meta.changelog

* cheese: add meta.changelog

* atomix: add meta.changelog

* swell-foop: add meta.changelog

* alfis: add meta.changelog

* aperture: add meta.changelog

* atomic-swap: add meta.changelog

* besu: add meta.changelog

* bisq: add meta.changelog

* bitcoin-abc: add meta.changelog

* bitcoin-knots: add meta.changelog

* bitcd: add meta.changelog

* btcdeb: add meta.changelog

* btcpayserver: add meta.changelog

* 86box: add meta.changelog

* darling: add meta.changelog

* dosbox: add meta.changelog

* firebird-emu: add meta.changelog

* maiko: add meta.changelog

* accerciser: add meta.changelog

* adwaita-icon-theme-legacy: add meta.changelog

* dconf-editor: add meta.changelog

* eog: add meta.changelog

* evolution-data-server: add meta.changelog

* file-roller: add meta.changelog

* four-in-a-row: add meta.changelog

* gdm: add meta.changelog

* geary: add meta.changelog

* gitg: add meta.changelog

* gnome2048: add meta.changelog

* gnome-backgrounds: add meta.changelog

* gnome-text-editor: add meta.changelog

* gnome-tour: add meta.changelog

* gnome-user-share: add meta.changelog

* gxml: add meta.changelog

* tali: add meta.changelog

* totem: add meta.changelog

* mobile-broadband-provider-info: add meta.changelog

* avr: add meta.changelog

* brev-cli: add meta.changelog

* juce: add meta.changelog

* loc: add meta.changelog

* resholve: add meta.changelog

* rpiboot: add meta.changelog

* gerbera: add meta.changelog

* kdocker: add meta.changelog

* pmenu: add meta.changelog

* advancecomp: add meta.changelog

* adriconf: add meta.changelog

* interception-tools: add meta.changelog

* nabi: add meta.changelog

* gorilla-cli: add meta.changelog

* heygpt: add meta.changelog

* 6tunnel: add meta.changelog

* aria2: add meta.changelog

* logmein-hamachi: add meta.changelog

* maphosts: add meta.changelog

* qcal: add meta.changelog

* adreaper: add meta.changelog

* aflplusplus: add meta.changelog

* aide: add meta.changelog

* cameradar: add meta.changelog

* wpscan: add meta.changelog

* aha: add meta.changelog

* xcat: add meta.changelog
2024-10-04 22:35:12 +03: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
asymmetric
82be47a513
taler-wallet-core: 0.13.1 -> 0.13.3 (#342600) 2024-09-18 15:14:35 +00:00
asymmetric
affd262cce
taler-depolymerization: init at 0-unstable-2024-06-17 (#342595) 2024-09-18 14:47:28 +00:00
Fabian Affolter
2884e15639
tartufo: init at 5.0.1 (#342480) 2024-09-17 23:43:34 +02:00
eljamm
628fa4ecb3
taler-depolymerization: init at 0-unstable-2024-06-17 2024-09-17 20:11:19 +01:00
eljamm
1dde4ea2ca
taler-wallet-core: 0.13.1 -> 0.13.3 2024-09-17 18:58:21 +01:00
Fabian Affolter
ed889141a3 tartufo: init at 5.0.1
Tool to search through git repositories for high entropy strings and secrets

https://github.com/godaddy/tartufo
2024-09-17 10:06:40 +02: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
Aleksana
f1580efb3b
maintainers/team-list: add cyberus team (#331059) 2024-09-16 18:14:16 +08:00
OTABI Tomoya
f827e93e24
tailscale: 1.72.1 -> 1.74.0 (#341474) 2024-09-16 00:39:11 +09: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
Ashish SHUKLA
2fac910347
tailscale-nginx-auth: switch to Go 1.23 2024-09-14 14:18:05 +05:30
Ashish SHUKLA
be7fd2597a
tailscale-gitops-pusher: switch to Go 1.23 2024-09-14 14:17:51 +05:30
eljamm
a97519f058 taler-{sync,challenger}: rename from {sync,challenger} 2024-09-04 12:45:21 +02:00
eljamm
96eadd13df taler-merchant: 0.12.0 -> 0.13.0, use packaged wallet 2024-09-04 12:45:21 +02:00
eljamm
4774e8f6c5 taler-exchange: 0.12.0 -> 0.13.0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-09-04 12:45:21 +02:00
eljamm
5e26b03273 taler-merchant: use finalAttrs, remove with lib; 2024-09-04 12:45:21 +02:00
eljamm
30365099ae taler-exchange: use finalAttrs, remove with lib; 2024-09-04 12:45:21 +02:00
eljamm
bc58153bdc taler-wallet-core: 0.12.12 -> 0.13.1 2024-09-04 12:45:21 +02:00
eljamm
497a5c66c3 taler-wallet-core: init at 0.12.12
Co-authored-by: Atemu <git@atemu.net>

Adapted from 4dfe0968fc/pkgs/by-name/taler-wallet-core/package.nix

Co-authored-by: Robert Schütz <github@dotlambda.de>
2024-08-29 13:41:33 +02:00
Jan Tojnar
b8f3c78021
Merge pull request #333917 from jtojnar/gnome-top-level
gnome: Move more packages to top-level
2024-08-24 01:43:31 +02:00
h7x4
34eb1f3f28
Merge pull request #336279 from martiege/update-taskchampion-sync-server
taskchampion-sync-server 0.4.1-unstable-2024-04-08 -> 0.4.1-unstable-2024-08-20
2024-08-24 01:10:49 +02:00
Weijia Wang
12ce469319
Merge pull request #336249 from r-ryantm/auto-update/tabiew
tabiew: 0.6.1 -> 0.6.2
2024-08-21 20:22:32 +02:00
eljamm
e0832b1bd8
taler-merchant: fix wrong templates and spa dirs
The taler-exchange package is wrongfully used when initializing the
`templates` and `spa` directories, which results in the merchant not
working.

Replacing this relative path searching with an absolute path pointing to
the correct merchant directories fixes this.
2024-08-21 16:07:25 +01:00
Martin Eek Gerhardsen
dd9f7afbb3 taskchampion-sync-server: 0.4.1-unstable-2024-04-08 -> 0.4.1-unstable-2024-08-20 2024-08-21 13:26:43 +02:00
R. Ryantm
30786d13d2 tabiew: 0.6.1 -> 0.6.2 2024-08-21 04:18:47 +00: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
Sebastián Mancilla
42091bcad7
Merge pull request #334651 from r-ryantm/auto-update/tana
tana: 1.0.15 -> 1.0.16
2024-08-17 18:19:56 -04:00
Weijia Wang
3ed4ecde65 taler-merchant: 0.11.3 -> 0.12.0 2024-08-15 14:29:38 +02:00
Weijia Wang
cc8e3c2dca taler-exchange: 0.11.2 -> 0.12.0 2024-08-15 14:29:24 +02:00
R. Ryantm
ae08379c56 tana: 1.0.15 -> 1.0.16 2024-08-14 15:46:38 +00:00
Doron Behar
2c40948c73 nixosTests.taskchampion-sync-server: init 2024-08-14 08:06:11 +03:00
Doron Behar
54698e8db6 taskwarrior2: rename from taskwarrior, with a warning alias
Also remove an outdated link in `taskserver/default.md`.
2024-08-14 08:06:10 +03:00
Doron Behar
e03dc36a26 taskwarrior3: small formatting fixes & add doronbehar to maintainers
Use nixfmt-rfc-style to format it in addition to manual `with <>;`
removals.
2024-08-12 11:06:03 +03:00
Jan Tojnar
1f3f0c2e4b tali: Move from gnome scope to top-level 2024-08-12 00:29:10 +02:00
Donovan Glover
957d95fc8b
Merge pull request #331377 from aktaboot/bump-taskwarrior3
taskwarrior3: 3.0.2 -> 3.1.0
2024-08-07 01:49:43 +00:00
aktaboot
1f620252b7
taskwarrior3: 3.0.2 -> 3.1.0 2024-08-06 14:07:03 -04:00
amesgen
dd2019b0c0
tandem-aligner: move to by-name 2024-08-04 13:37:12 +02:00
Alexander Sieg
31b9891df8
tailscale-gitops-pusher: add cyberus team as maintainer 2024-07-30 12:35:01 +02:00
Peder Bergebakken Sundt
d372d7b623
Merge pull request #320800 from xanderio/tailscale-gitops-pusher
tailscale-gitops-pusher: init at 1.68.0
2024-07-28 23:22:49 +02:00
R. Ryantm
6f4f3086c3 tabiew: 0.6.0 -> 0.6.1 2024-07-27 12:06:46 +00:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
R. Ryantm
8c91869349 tailwindcss-language-server: 0.0.20 -> 0.0.21 2024-07-19 08:04:31 +00:00
Weijia Wang
3c5e005217
Merge pull request #327841 from r-ryantm/auto-update/tabiew
tabiew: 0.4.1 -> 0.6.0
2024-07-17 14:53:57 +02:00
confusedalex
bab3c1953d
talecast: init at 0.1.39 (#321113)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-07-17 11:40:02 +02:00
R. Ryantm
1af418744e tabiew: 0.4.1 -> 0.6.0 2024-07-17 07:05:01 +00:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
Sandro
142b2cda43
Merge pull request #324555 from SuperSandro2000/tailscale-nginx-auth 2024-07-10 16:12:21 +02:00
Sandro Jäckel
f8cbb648de
tailscale: test tailscale-nginx-auth 2024-07-09 16:08:22 +02:00