Commit Graph

79 Commits

Author SHA1 Message Date
Guilhem Saurel
72adb59e9b gersemi: 0.15.1 -> 0.16.2
Diff: https://github.com/BlankSpruce/gersemi/compare/0.15.1...0.16.2
2024-10-16 14:25:10 +02:00
Felix Singer
836fd598f3 gerrit: 3.10.1 -> 3.10.2
https://www.gerritcodereview.com/3.10.html#3102

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-10-11 22:59:34 +02:00
Robert Schütz
1790b667da
getmail6: 6.19.04 -> 6.19.05 (#346025) 2024-10-04 14:03:33 -07:00
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
Robert Schütz
a99a9ba117 getmail6: 6.19.04 -> 6.19.05
Diff: https://github.com/getmail6/getmail6/compare/refs/tags/v6.19.04...v6.19.05

Changelog: https://github.com/getmail6/getmail6/blob/refs/tags/v6.19.05/docs/CHANGELOG
2024-10-02 16:08:18 -07:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +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
Sandro
493864d69c
gepetto-viewer: init at 5.1.0 (#324018) 2024-09-24 16:46:12 +02:00
Guilhem Saurel
e4b87b0a60 gepetto-viewer-corba: init at 5.8.0 2024-09-24 12:38:07 +02:00
Guilhem Saurel
7f83e6f787 gepetto-viewer: init at 5.1.0 2024-09-24 12:38:06 +02:00
Aleksana
0af73a7a28
gen-license: 0.1.2 -> 0.1.4 (#321190) 2024-09-22 19:05:42 +08:00
R. Ryantm
2ed0caae23 geesefs: 0.41.2 -> 0.41.3 2024-09-20 17:43:03 +00: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
OTABI Tomoya
ec62ec3203
gemmi: 0.6.6 -> 0.6.7 (#340244) 2024-09-13 12:04:44 +09:00
Ryan Cao
5877cd8c9f
gen-license: 0.1.2 -> 0.1.4 2024-09-12 20:25:25 +08:00
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant 2024-09-10 15:02:41 -04:00
R. Ryantm
173ffd626e gearlever: 2.0.6 -> 2.0.7
gearlever: add libnotify to wrapper PATH
2024-09-09 20:01:01 +08:00
Aleksana
b5325d46d8
geo: init at 1.1 (#323744) 2024-09-09 10:30:44 +08:00
wxt
ca5bcf3dcf gex: add bot-wxt1221 as maintainers 2024-09-08 20:02:54 +02:00
wxt
3d25f1f612 gex:fix build 2024-09-08 20:02:54 +02:00
wxt
3ad5852e0a gex: move to by-name && run nixfmt 2024-09-08 20:02:54 +02:00
oluceps
b9d66aa852 geo: init at 1.1
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
Co-authored-by: h7x4 <h7x4@nani.wtf>
Co-authored-by: seth <getchoo@tuta.io>
2024-09-08 09:50:17 +08:00
éclairevoyant
e273bc80a5
treewide: remove existing usages of pname+version in fetchCargoTarball
This is done because the existing fetchCargoTarball does not support pname or version, resulting in a vendor tarball
with the name cargo-deps-vendor.tar.gz. Since adding pname+version support would change the name of the derivation,
and therefore its hash, we remove existing usages to avoid treewide breakage.
2024-09-07 01:10:33 -04:00
R. Ryantm
9428f1ebee gemmi: 0.6.6 -> 0.6.7 2024-09-07 03:07:24 +00:00
R. Ryantm
2f937eebfe geesefs: 0.41.1 -> 0.41.2 2024-09-03 13:39:13 +00:00
Aleksana
27def8e801
gersemi: init at 0.15.1 (#334747) 2024-09-03 19:48:04 +08:00
Robert Schütz
746a663705 getmail6: 6.19.03 -> 6.19.04
Diff: https://github.com/getmail6/getmail6/compare/refs/tags/v6.19.03...v6.19.04

Changelog: https://github.com/getmail6/getmail6/blob/refs/tags/v6.19.04/docs/CHANGELOG
2024-08-25 13:15:08 -07:00
@zimeg
24111b41c5 gensort: init at 1.5
Co-authored-by: Donovan Glover <donovan@dglover.co>
2024-08-23 23:53:56 -07:00
xeals
c7b97f1538 gersemi: init at 0.15.1 2024-08-22 16:05:56 +10: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
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
Felix Singer
5282d303b4 gerrit: 3.10.0 -> 3.10.1
Changelog https://www.gerritcodereview.com/3.10.html#3101

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-08-10 13:07:58 +02:00
aleksana
ad80525b03 gearlever: 2.0.1 -> 2.0.6 2024-08-09 10:46:47 +08:00
Pyrox
b812646b79
get-graphql-schema: Fix meta attributes 2024-08-03 22:25:27 -04:00
Pyrox
0502f67fa6
get-graphql-schema: remove usage of mkYarnPackage 2024-08-03 22:23:54 -04:00
zimbatm
dd69ea8ebd gerrit: move to by-name 2024-07-31 09:10:30 +02:00
Nikolay Korotkiy
8ef3d571f0
geoserver: migrate to by-name 2024-07-26 21:12:29 +04:00
Pol Dellaiera
147a117096
Merge pull request #329165 from Aleksanaa/gearlever
gearlever: init at 2.0.1
2024-07-24 08:15:14 +02:00
aleksana
4dae72b2f5 gearlever: init at 2.0.1 2024-07-22 21:25:53 +08:00
Nikolay Korotkiy
467da8d598
geographiclib: migrate to by-name 2024-07-15 13:43:24 +04:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
Robert Schütz
d23ef65021 getmail6: 6.19.02 -> 6.19.03
Diff: https://github.com/getmail6/getmail6/compare/refs/tags/v6.19.02...v6.19.03

Changelog: https://github.com/getmail6/getmail6/blob/refs/tags/v6.19.03/docs/CHANGELOG
2024-07-11 03:28:20 -07:00
Aleksana
735c14d116
Merge pull request #324329 from dotlambda/getmail6
getmail6: 6.19.01 -> 6.19.02
2024-07-08 15:15:11 +08:00
Aleksana
120c63212c
Merge pull request #324724 from Aleksanaa/geopard
geopard: 1.5.0 -> 1.6.0
2024-07-07 15:33:29 +08:00
OTABI Tomoya
f929333374
Merge pull request #324704 from natsukium/gemmi/init
gemmi: init at 0.6.6
2024-07-07 12:12:48 +09:00
Wulfsta
01c1caa8a7 gerbolyze: 3.1.8 -> 3.1.9 2024-07-06 00:04:01 -04:00
aleksana
094761c1df geopard: 1.5.0 -> 1.6.0 2024-07-05 12:54:55 +08:00
natsukium
e9060eb029
gemmi: init at 0.6.6
https://github.com/project-gemmi/gemmi
2024-07-05 12:04:18 +09:00
Wulfsta
e82c4b4a5b gerbolyze: add update script 2024-07-03 20:28:51 -04:00
Wulfsta
40ea3bed49 gerbolyze: 3.1.7 -> 3.1.8 2024-07-03 20:26:17 -04:00