Commit Graph

134 Commits

Author SHA1 Message Date
José Romildo Malaquias
50362223b1
latexminted: 0.1.0b16 -> 0.1.0 (#344074) 2024-09-26 00:10:08 -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
José Romildo
ba0330d19c latexminted: 0.1.0b16 -> 0.1.0 2024-09-23 19:19:18 -03:00
José Romildo Malaquias
429b0e9445
python312Packages.latexrestricted: init at 0.4.0; latexminted: 0.1.0b9 -> 0.1.0b16 (#339361) 2024-09-23 07:34:48 -03:00
R. Ryantm
0bb32ac5ae labwc-menu-generator: 0.1.0-unstable-2024-07-09 -> 0.1.0-unstable-2024-09-19 2024-09-21 10:42:28 +00:00
R. Ryantm
9008265a35 lazygit: 0.44.0 -> 0.44.1 2024-09-18 13:09:24 +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
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
Fabian Affolter
d72d356636 lacus: format with nixfmt 2024-09-14 10:20:32 +02:00
Fabian Affolter
ae9a663abb lacus: relax gunicorn 2024-09-14 10:20:07 +02:00
Pavel Sobolev
de5a0215fb
lazygit: 0.43.1 -> 0.44.0 2024-09-07 11:54:02 +03:00
Nick Cao
d8df77a959
lazysql: 0.2.5 -> 0.2.9 (#339750) 2024-09-05 15:25:57 -04:00
Peder Bergebakken Sundt
ab9c1c556f
lanraragi: 0.9.10 -> 0.9.21 (#329996) 2024-09-05 11:21:09 -04:00
R. Ryantm
cb71d6df93 lazysql: 0.2.5 -> 0.2.9 2024-09-05 09:22:54 +00:00
José Romildo
9433700e46 latexminted: 0.1.0b9 -> 0.1.0b16 2024-09-04 14:14:38 -03:00
OTABI Tomoya
c90f794756
treewide: remove refs/tags/ from github release meta.changelog urls (#338301) 2024-09-01 10:53:48 +09:00
Peder Bergebakken Sundt
ebc2389134 treewide: remove refs/tags/ from github release meta.changelog urls
diff of `jq <packages.json 'to_entries[]|"\(.key) \(.value.meta.changelog)"' -r`:

https://gist.github.com/pbsds/49b2e2ae5c9b967a0972bbc3c2597c12
2024-08-29 22:45:00 -04:00
R. Ryantm
6586b08dab lazysql: 0.2.4 -> 0.2.5 2024-08-30 01:53:54 +00:00
José Romildo
c0948f222c labwc-menu-generator: 0-unstable-2024-05-27 -> 0.1.0-unstable-2024-07-09 2024-08-25 12:16:44 -03:00
Sebastián Mancilla
b67e2595f4
Merge pull request #335960 from museoa/labwc
labwc: 0.7.4 -> 0.8.0
2024-08-21 22:19:17 -04:00
Cole Mickens
c6dccbcd78 lazyjj: init at 0.3.1 2024-08-21 13:37:20 -05:00
Anderson Torres
cf6b192414 labwc: 0.7.4 -> 0.8.0 2024-08-19 21:34:11 -03:00
Paul Meyer
f3c94988cd labctl: 0.0.22 -> 0.0.22-unstable-2024-05-10
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-19 14:57:27 +02:00
Philip Taron
e05d16a57a
labelife-label-printer: remove with statements 2024-08-18 06:31:14 -07:00
TomaSajt
f7dccea6d9
lanraragi: 0.9.10 -> 0.9.21 2024-08-12 23:05:08 +02:00
R. Ryantm
83b26e54c0 labelle: 1.2.2 -> 1.2.3 2024-08-05 11:14:47 +00:00
Nick Cao
162acd3074
Merge pull request #332089 from r-ryantm/auto-update/lazysql
lazysql: 0.2.3 -> 0.2.4
2024-08-04 09:33:39 -04:00
amesgen
444a6ef661
latte-integrale: move to by-name 2024-08-04 13:37:11 +02:00
R. Ryantm
fb7bc79ff0 lazysql: 0.2.3 -> 0.2.4 2024-08-03 22:12:43 +00:00
Ferdinand Schober
7316070b15 lan-mouse: 0.8.0 -> 0.9.1 2024-07-30 13:13:33 +02:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
Nick Cao
eb02c6ef83
Merge pull request #329096 from r-ryantm/auto-update/lazysql
lazysql: 0.2.1 -> 0.2.3
2024-07-22 16:08:35 -04:00
nixpkgs-merge-bot[bot]
f0ecbef9af
Merge pull request #329107 from r-ryantm/auto-update/labwc
labwc: 0.7.3 -> 0.7.4
2024-07-22 16:43:58 +00:00
R. Ryantm
46389dec02 labwc: 0.7.3 -> 0.7.4 2024-07-22 08:55:41 +00:00
R. Ryantm
9244263a97 lazysql: 0.2.1 -> 0.2.3 2024-07-22 08:08:41 +00:00
Masum Reza
14282b939f
Merge pull request #329049 from r-ryantm/auto-update/lavanda-gtk-theme
lavanda-gtk-theme: 2023-10-22 -> 2024-04-28
2024-07-22 09:54:53 +05:30
R. Ryantm
541c8ff96c lavanda-gtk-theme: 2023-10-22 -> 2024-04-28 2024-07-22 02:07:54 +00:00
Sarah Clark
04683d1b47 init langgraph, langgraph-sdk, and langgraph-cli 2024-07-20 10:55:01 -07:00
aleksana
e3dc4b2bcb lan-mouse: switch to cargoHash 2024-07-16 17:37:19 +08:00
Fabian Affolter
553896352e
Merge pull request #326580 from fabaff/playwrightcapture-bump
python312Packages.puremagic: 1.25 -> 1.26, python312Packages.playwrightcapture: 1.25.4 -> 1.25.4
2024-07-14 15:36:42 +02:00
Fabian Affolter
7fce0b5b30 lacus: 1.9.0 -> 1.10.0
Diff: https://github.com/ail-project/lacus/compare/refs/tags/v1.9.0...v1.10.0

Changelog: https://github.com/ail-project/lacus/releases/tag/v1.10.0
2024-07-14 08:57:39 +02:00
Jörg Thalheim
fe5b4accbc
Merge pull request #326750 from isabelroses/lazygit/update
lazygit: 0.42.0 -> 0.43.1; move to by-name; format with nixfmt-rfc-style
2024-07-14 05:33:07 +02:00
lassulus
61f52fd215
Merge pull request #326415 from iivusly/lastfm-darwin
lastfm: init at 2.1.39
2024-07-13 21:37:11 +02:00
isabel
5d27ab8df1
lazygit: 0.42.0 -> 0.43.1 2024-07-13 13:04:24 +01:00
iivusly
45e75109dc
lastfm: init at 2.1.39 2024-07-13 02:07:56 -07:00
isabel
606f9e4878
lazygit: format with nixfmt-rfc-style 2024-07-13 08:37:02 +01:00
isabel
5ebd80d6d2
lazygit: move to by-name 2024-07-13 08:36:11 +01:00
R. Ryantm
8593642d3d labwc: 0.7.2 -> 0.7.3 2024-07-13 05:37:04 +00:00
Aleksana
e4020e50b5
Merge pull request #305673 from dretyuiop/init/lavanda-gtk-theme
lavanda-gtk-theme: init at 2023-10-22
2024-07-09 11:42:23 +08:00
José Romildo
7e43556309 latexminted: 0.1.0b5 -> 0.1.0b9 2024-07-03 14:00:11 -03:00