Commit Graph

113 Commits

Author SHA1 Message Date
R. Ryantm
ff903a01fd albert: 0.26.3 -> 0.26.4 2024-09-29 23:47:34 +00:00
Peder Bergebakken Sundt
a228d872f6 alephone: use finalAttrs.finalPackage 2024-09-24 23:27:17 +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
71b0f86870
alive2: init at 0-unstable-2024-09-23 (#341643) 2024-09-24 22:04:14 +08:00
Sh0g0-1758
f0961222c9
alive2: init at 0-unstable-2024-09-23 2024-09-24 16:27:19 +05:30
R. Ryantm
d05ed09abd aliae: 0.22.1 -> 0.22.2 2024-09-24 01:22:52 +00:00
Emily
bb3da04311
aliae: init at 0.22.1 (#339118) 2024-09-23 13:33:05 +01:00
Vedant
4ed45e0921
aliae: remove static_build 2024-09-23 09:40:33 +05:30
Aleksana
32dde58079
algolia-cli: move to by-name and modernize derivation (#343678) 2024-09-22 23:22:29 +08:00
Mutsuha Asada
81e6fd8126
algolia-cli: move to by-name and modernize derivation
- Removed `with lib;`
- Formatted via nixfmt
- Removed `rec`
2024-09-22 18:01:53 +09:00
Aleksana
2b1e7dc2ee
alpaca: 1.1.1 -> 2.0.3 (#343654) 2024-09-22 16:14:08 +08:00
aleksana
79286fd9a4 alpaca: 1.1.1 -> 2.0.3 2024-09-22 14:31:46 +08:00
Dimitar Nestorov
61348a945b
aldente: 1.28.2 -> 1.28.4 2024-09-21 16:15:07 +03:00
Guilhem Saurel
08c9dcf962 aligator: 0.7.0 -> 0.8.0
Diff: https://github.com/Simple-Robotics/aligator/compare/v0.7.0...v0.8.0

Changelog: https://github.com/Simple-Robotics/aligator/blob/v0.8.0/CHANGELOG.md
2024-09-19 01:15:50 +02:00
Guilhem Saurel
22e19d0b93 aligator: init at v0.7.0 2024-09-18 23:29:31 +02: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
Nikolay Korotkiy
d0e36707d2
aldente: 1.27.3 -> 1.28.2 (#339881) 2024-09-13 23:24:04 +04:00
eljamm
6c09f62df7
albert: move to by-name 2024-09-08 18:00:36 +01:00
Yifei Sun
619551a371
aldente: 1.27.3 -> 1.28.2 2024-09-05 15:38:36 -04:00
Vedant
864bf237e7
aliae: init at 0.22.1
Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
2024-09-05 08:02:34 +00:00
Sandro
58bd90220b
ffmpeg_4: almost drop (#336401) 2024-08-27 22:08:20 +02:00
Roland Coeurjoly
a7f7a1b43d alvr: subtitute --replace with --replace-fail 2024-08-25 16:47:02 +02:00
Emily
39f026a8c7 alephone: 1.8.1 -> 1.10
Cleaning up after my upstreamed patch.
2024-08-23 09:44:44 +00:00
Emily
426ea95c18 alephone: pin FFmpeg 6
This builds with FFmpeg 6, but still needs updating for FFmpeg 7.
2024-08-22 15:22:25 +01: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
4d27ef4708
Merge pull request #296701 from stepbrobd/aldente
aldente: 1.24.1 -> 1.27.3
2024-08-15 22:38:48 +02:00
aleksana
f349562b16 alpaca: 1.0.6 -> 1.1.1 2024-08-14 11:08:35 +08:00
Yifei Sun
629b012e04
aldente: 1.24.1 -> 1.27.3
- also formatted with nixfmt-rfc-style
2024-08-10 23:36:50 +09:00
aleksana
73dfd95684 alpaca: 1.0.5 -> 1.0.6 2024-08-08 18:08:06 +08:00
Armin
04812261f5 alpaca-proxy: init at 2.0.9 2024-08-04 20:14:04 +02:00
Tristan Ross
f22364d259
alsa-firmware: fix building with llvm 2024-08-03 21:55:45 -07:00
aleksana
648fefc4dd alpaca: 1.0.1 -> 1.0.5 2024-08-03 17:01:27 +08:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
aleksana
1906c47d6f alpaca: 0.9.6.1 -> 1.0.1 2024-07-24 19:15:57 +08:00
R. Ryantm
07607b9e12 alp: 1.1.17 -> 1.1.18 2024-07-21 00:35:13 +00:00
aleksana
140b20a5c6 alpaca: init at 0.9.6.1 2024-07-19 23:56:39 +08:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
éclairevoyant
0926bdbf98
treewide: fix uses of finalAttrs.pname in source urls 2024-07-12 20:23:39 -04:00
Emily
de9db75cb0 alephone: add patch for miniupnpc 2.2.8 2024-07-12 00:33:38 +01:00
Michael Hoang
eb725313bc treewide: remove Enzime 2024-07-09 14:32:33 +10:00
Masum Reza
c030874db3
Merge pull request #325266 from DontEatOreo/update-alt-tab-macos
alt-tab-macos: 6.70.1 -> 6.71.0
2024-07-08 23:00:46 +05:30
DontEatOreo
8ef72610bf
alt-tab-macos: 6.70.1 -> 6.71.0
Diff: https://github.com/lwouis/alt-tab-macos/releases/tag/v6.71.0
Changelog: https://github.com/lwouis/alt-tab-macos/compare/v6.70.1...v6.71.0
2024-07-07 16:47:52 +03:00
github-actions[bot]
fca5c19283
Merge staging-next into staging 2024-06-24 00:03:38 +00:00
Franz Pletz
3c033186ee
Merge pull request #316727 from jpds/nixos-tests-prometheus
nixos/prometheus: Revamp tests
2024-06-23 23:05:06 +02:00
R. Ryantm
0714fbafb3 alsa-plugins: 1.2.7.1 -> 1.2.12 2024-06-13 03:31:24 +00:00
luftmensch-luftmensch
f27bd6fd0a
allmark: migrate to buildGoModule 2024-06-10 17:12:57 +02:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02: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
Jonathan Davies
03161fa571
alertmanager-webhook-logger: init at 1.0 2024-06-03 20:33:26 +01:00
DontEatOreo
11967e5d84
alt-tab-macos: refactor updateScript
- Simplify the updateScript
2024-06-02 00:59:01 +03:00