Commit Graph

184 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
TomaSajt
b7bb5e07b9
lanraragi: 0.9.0 -> 0.9.10 2024-06-28 13:54:18 +02:00
R. Ryantm
130e96a334 lazysql: 0.1.8 -> 0.2.1 2024-06-24 03:02:41 +00:00
heisfer
1b967aa192 laravel: 5.8.1 -> 5.8.3 2024-06-19 16:52:07 +03:00
Ivan Mincik
78b123a5d1
Merge pull request #320290 from quantenzitrone/laszip
LASzip{,2}: rename to laszip{,_2}
2024-06-18 19:08:36 +00:00
Zitrone
ad99f94c46
LASzip{,2}: rename to laszip{,_2} 2024-06-17 10:24:57 +02:00
h7x4
c9c0e6afed
Merge pull request #303238 from kanielrkirby/new-pkg/lazysql
lazysql: init at 0.1.8
2024-06-16 21:21:58 +02:00
Kaniel Kirby
abe27b541c pkgs: add lazysql 2024-06-16 07:15:53 -05: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
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
José Romildo
11cf96a167 latexminted: 0.1.0b2 -> 0.1.0b5 2024-06-06 17:20:25 -03:00
José Romildo Malaquias
18ef700441
Merge pull request #315336 from romildo/upd.latexminted
latexminted: init at 0.1.0b2
2024-06-06 12:12:13 -03:00
José Romildo
894459e68f latexminted: init at 0.1.0b2 2024-06-03 18:53:21 -03:00
R. Ryantm
44e976e794 labwc-menu-generator: 0-unstable-2024-03-27 -> 0-unstable-2024-05-27 2024-05-29 22:12:56 +00:00
Heisfer
c51180147c
Laravel: init at 5.8.1 (#314548)
Added composer wrapper (Suggested by yayayayaka)
Removed `with lib;`
2024-05-28 11:58:41 +00:00
José Romildo Malaquias
b7515b8670
labwc-tweaks-gtk: 0-unstable-2024-05-19 → 0-unstable-2024-05-22 (#314599)
Diff: 6f251c525a...485961aaaa
2024-05-28 11:34:56 +00:00
superherointj
d3472a8728
Merge pull request #312949 from PedroHLC/lan-mouse-0.8.0
lan-mouse: 0.7.3 -> 0.8.0
2024-05-20 07:17:32 -03:00
PedroHLC
35df861244
lan-mouse: 0.7.3 -> 0.8.0 2024-05-19 14:46:42 -03:00
R. Ryantm
a5e9231f14 labwc-tweaks-gtk: 0-unstable-2024-04-07 -> 0-unstable-2024-05-19 2024-05-19 17:33:19 +00:00
R. Ryantm
0c555b8e68 labwc: 0.7.1 -> 0.7.2 2024-05-11 01:13:10 +00:00
Pol Dellaiera
15bbcaa575
Merge pull request #309296 from r-ryantm/auto-update/labelle
labelle: 1.2.0 -> 1.2.2
2024-05-05 22:35:25 +02:00
R. Ryantm
7f417d7881 labelle: 1.2.0 -> 1.2.2 2024-05-05 15:26:54 +00:00
OPNA2608
6e045bdb7b labwc-gtktheme: unstable-2022-07-17 -> 0-unstable-2022-07-17 2024-05-04 19:44:26 +02:00
OPNA2608
fae709eed9 labwc-menu-generator: unstable-2024-03-27 -> 0-unstable-2024-03-27 2024-05-04 19:44:25 +02:00
Fabian Affolter
9b8fa676da
lacus: refactor 2024-05-03 22:33:46 +02:00
R. Ryantm
78860188f1 lacus: 1.8.0 -> 1.9.0 2024-05-03 18:53:39 +00:00
github-actions[bot]
67f8ba4a30
Merge master into staging-next 2024-05-01 18:01:22 +00:00
Aleksana
b77e1a3af6
Merge pull request #307188 from JohnRTitor/anydesk
treewide: migrate some packages to finalAttrs, also reference lib explicitly in meta
2024-05-01 20:22:09 +08:00
Infinidoge
a652e3e8e5 labwc-tweaks-gtk: wrapGAppsHook -> wrapGAppsHook3 2024-04-30 13:27:26 +02:00
Vladimír Čunát
ad6f6ba399
Merge branch 'master' into staging-next 2024-04-29 08:22:30 +02:00
José Romildo Malaquias
aa606b10cc
Merge pull request #307434 from romildo/upd.labwc-tweaks-gtk
labwc-tweaks-gtk: init at 0-unstable-2024-04-07
2024-04-28 22:30:59 -03:00
José Romildo Malaquias
72388bc653
Merge pull request #306865 from romildo/upd.labwc-tweaks
labwc-tweaks: unstable-2024-04-02 -> 0-unstable-2024-04-27
2024-04-28 22:29:52 -03:00
github-actions[bot]
69117017f0
Merge master into staging-next 2024-04-28 18:01:03 +00:00
José Romildo
3f03d0a43c labwc-tweaks-gtk: init at 0-unstable-2024-04-07 2024-04-28 10:06:22 -03:00
José Romildo
709442b1b2 labwc-tweaks: unstable-2024-04-02 -> 0-unstable-2024-04-27
- update version
- upstream migrated to qt
2024-04-28 08:24:01 -03:00
John Titor
ffe2d584e8
lager: move to finalAttrs
explicitly use lib where needed
2024-04-27 18:44:45 +05:30
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
FabianRig
3482d590e0 labelle: 1.1.0 --> 1.2.0 2024-04-26 22:43:32 +02:00
Emily Trau
47ae177bf2
Merge pull request #289374 from D3vil0p3r/patch-4
laudanum: init at 1.0-unstable-2017-12-15
2024-04-25 19:49:32 +10:00
D3vil0p3r
f3d8eed045 laudanum: init at 1.0-unstable-2017-12-15 2024-04-25 09:43:30 +02:00
dretyuiop
9b57ad87e0 lavanda-gtk-theme: init at 2023-10-22 2024-04-21 12:14:35 +08:00
FabianRig
6e1ec9985c labelle: init at 1.1.0 2024-04-16 21:21:28 +02:00
R. Ryantm
80235a26a3 labwc-tweaks: unstable-2024-01-04 -> unstable-2024-04-02 2024-04-04 09:35:22 +00:00
R. Ryantm
9a215265e0 labwc-menu-generator: unstable-2024-03-12 -> unstable-2024-03-27 2024-03-30 15:34:03 +00:00
Ferdinand Schober
3861b2a6a3 lan-mouse: 0.6.0 -> 0.7.3
Release: https://github.com/feschber/lan-mouse/releases/tag/v0.7.3
2024-03-22 14:06:24 +01:00
Fabian Affolter
27b35a3f0e lacus: init at 1.8.0
Capturing system using playwright

https://github.com/ail-project/lacus
2024-03-21 11:00:18 +01:00
R. Ryantm
2fcddd9e44 lazymc: 0.2.10 -> 0.2.11 2024-03-17 08:33:10 +00:00
Pol Dellaiera
7a17610a82
Merge pull request #290455 from daniel-fahey/cups-phomemo
labelife-label-printer: init at 1.2.1
2024-03-16 19:48:55 +01:00
Daniel Fahey
ee2e421865 labelife-label-printer: init at 1.2.1 2024-03-16 17:30:25 +00:00
R. Ryantm
de52cb5114 labwc-menu-generator: unstable-2024-03-11 -> unstable-2024-03-12 2024-03-16 08:45:29 +00:00