Commit Graph

118 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
nixpkgs-merge-bot[bot]
22b2472342
healthchecks: 3.7 -> 3.8 (#363794) 2024-12-10 09:24:08 +00:00
R. Ryantm
2e28f1f82e healthchecks: 3.7 -> 3.8 2024-12-10 02:46:32 +00:00
Weijia Wang
c6482b9c66
hermitcli: 0.40.0 -> 0.41.0 (#360706) 2024-12-09 20:34:45 +01:00
Wolfgang Walther
7b35bf0dcb
heroku: 9.3.0 -> 9.5.0 (#358626) 2024-12-08 17:11:57 +01:00
Weijia Wang
009158ef31
healthchecks: 3.6 -> 3.7 (#356362) 2024-12-07 14:53:18 +01:00
aleksana
9312eba083 helvum: remove unused clang from build closure 2024-12-01 17:03:48 +08:00
R. Ryantm
755454e102 hermitcli: 0.40.0 -> 0.41.0 2024-12-01 08:19:46 +00:00
jopejoe1
e51a9df08a treewide: use dpkg setup hook 2024-11-26 21:57:29 +01:00
R. Ryantm
de71626915 heptabase: 1.41.1 -> 1.46.1 2024-11-24 06:39:48 +00:00
R. Ryantm
7353ca42e5 heroku: 9.3.0 -> 9.5.0 2024-11-24 05:22:10 +00:00
R. Ryantm
5bdf0a4831 healthchecks: 3.6 -> 3.7 2024-11-16 04:54:20 +00:00
eilvelia
682c661f1a
hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 2024-11-10 12:10:10 +00:00
Yt
df67f3f7b2
helix-gpt: 0.31.0 -> 0.34.0 (#354767) 2024-11-09 10:47:16 -05:00
happysalada
8d9c4bfb98 helix-gpt: 0.31 -> 0.34 2024-11-09 09:15:11 -05:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Sarah Clark
4d7cf18000 heh: migrate to apple-sdk_11, move to by-name 2024-11-06 16:42:57 -08:00
github-actions[bot]
c89d3d9070
Merge master into staging-next 2024-10-31 00:14:46 +00:00
Sandro
60266be40f
hexyl: 0.14.0 -> 0.15.0 (#352223) 2024-10-30 21:15:27 +01:00
a-kenji
b0f5d7c1f5 hebbot: move from matrix-hebbot
This attribute move was sadly overlooked by the migration to
`pkgs/by-name`, it has not been in a stable release so far.
2024-10-30 14:47:13 +01:00
nartsisss
2b0a205c95
hexyl: refactor meta, format with nixfmt-rfc-style 2024-10-30 01:54:34 +03:00
nartsisss
8e8ae12610
hexyl: move to pkgs/by-name 2024-10-30 01:52:53 +03:00
Fabián Heredia Montiel
34b62f7c47 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-27 16:10:56 -06:00
Steffen Vogel
4b599937a6 hello: remove 'with lib' usage 2024-10-27 10:45:30 +01:00
Steffen Vogel
509e3f2682 hello: format with nixfmt according to RFC166 2024-10-27 10:45:05 +01:00
Steffen Vogel
205cba23e8 hello: adopt package by stv0g 2024-10-27 10:44:28 +01:00
github-actions[bot]
bafb3e4e13
Merge master into staging-next 2024-10-23 12:05:38 +00:00
wxt
6cf82f608c helm: fix build 2024-10-22 21:20:33 +08:00
wxt
57488cbc46 helm: nixfmt 2024-10-22 18:18:19 +08:00
wxt
e70cc55de8 helm: move to by-name 2024-10-22 18:18:16 +08:00
github-actions[bot]
f201fe5883
Merge staging-next into staging 2024-10-12 12:05:39 +00:00
Fabián Heredia Montiel
ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
Randy Eckenrode
42a6b873a6
hello: make sure libiconv is linked
Because the Darwin SDK automatically propagates libiconv, it is no
longer linked automatically (because that would link libiconv to
everything whether it wanted it or not).

hello is failing to link not because it assumes libiconv comes with
libc but because of a bug in its build system. The `configure` script
detects how to link libiconv, but `Makefile.am` does not make use of
that to link libiconv when it is needed.

Unfortunately, patching `Makefile.am` can’t be done because using
`autoreconfHook` will update some gettext stuff with an incompatible
version, causing an error when building.
2024-10-10 01:08:07 -04:00
R. Ryantm
c08a19d8b3 heptabase: 1.40.0 -> 1.41.1 2024-10-07 14:08:08 +00:00
R. Ryantm
08a1e09965 hexxy: 0-unstable-2024-09-20 -> 0-unstable-2024-09-29 2024-10-05 09:35:28 +00: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
Adrian Pistol
f3535797cc hercules: 4.6 -> 4.7 2024-09-30 17:42:20 +02:00
R. Ryantm
2729ae7590 heptabase: 1.39.0 -> 1.40.0 2024-09-29 20:41:16 +00:00
R. Ryantm
d8b8d313e9 hexxy: 0-unstable-2024-02-23 -> 0-unstable-2024-09-20 2024-09-27 07:43:52 +00:00
Pol Dellaiera
668c45925f
hello-go: init (#344180) 2024-09-26 22:05:47 +02: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
34d6dfa3ca hello-go: init 2024-09-24 18:39:49 +08:00
Emily
2e00bfd393
nixos: remove environment.noXlibs (#341717) 2024-09-22 16:25:00 +01:00
Aleksana
533ef51d31
heptabase: 1.37.0 -> 1.39.0 (#343148) 2024-09-22 19:11:42 +08:00
nixpkgs-merge-bot[bot]
dc328da31e
hextazy: 0.6 -> 0.7 (#343177) 2024-09-21 14:21:20 +00:00
R. Ryantm
1c1a3fc9b6 hextazy: 0.6 -> 0.7 2024-09-20 04:20:45 +00:00
R. Ryantm
1c08ea950d heptabase: 1.37.0 -> 1.39.0 2024-09-20 00:10:30 +00:00
Niko Cantero
55e6535e4e
maintainers: rename nyanbinary to nyabinary 2024-09-19 15:04:36 -04:00
Matt Moriarity
768db4009e nixos: remove environment.noXlibs 2024-09-15 07:51:45 -06: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