Commit Graph

237 Commits

Author SHA1 Message Date
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
R. Ryantm
97c17485d9 flexget: 3.11.45 -> 3.11.46 2024-09-23 09:41:12 +00:00
claes
a9dcd648d5 flatpak: Don't propagate /etc/zoneinfo into sandbox 2024-09-22 19:11:23 +02:00
seth
801d1d4450
flatpak: use $TZDIR for zoneinfo
Fixes #238386
2024-09-21 17:45:02 -04:00
Franz Pletz
ecc84ee17d
fluent-bit: 3.1.7 -> 3.1.8 (#342446) 2024-09-17 15:01:32 +02:00
R. Ryantm
f185333baa fluent-bit: 3.1.7 -> 3.1.8 2024-09-17 04:26:25 +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
Masum Reza
ac315662d2
flexget: 3.11.43 -> 3.11.45 (#341123) 2024-09-16 17:59:01 +05:30
nicoo
4538b56ab5 fluxcd: sha256hash 2024-09-15 11:25:25 +02:00
R. Ryantm
8565e8cd24 flarectl: 0.103.0 -> 0.104.0 2024-09-13 22:42:51 +00:00
Peder Bergebakken Sundt
86df4f6a36 flexget: 3.11.43 -> 3.11.45
Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.11.45
2024-09-12 16:18:06 +02:00
Weijia Wang
9e3d9582b7
flameshot: 12.1.0-unstable-2024-08-02 -> 12.1.0-unstable-2024-09-01 (#339506) 2024-09-11 00:47:45 +02:00
Funkeleinhorn
4b632e63b4
flashprog: add funkeleinhorn as maintainer 2024-09-07 14:33:33 +02:00
Thiago Kenji Okada
57088c1b9d
flet-client-flutter: 0.22.1 -> 0.24.1 (#339837) 2024-09-06 14:42:15 +01:00
lucasew
85530418f8 flet-client-flutter: 0.22.1 -> 0.24.1
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-09-05 13:15:04 -03:00
a-kenji
c14563a5be flake-edit: init at 0.1.0 2024-09-04 17:46:54 +02:00
R. Ryantm
55c63e297c flameshot: 12.1.0-unstable-2024-08-02 -> 12.1.0-unstable-2024-09-01 2024-09-04 09:42:20 +00:00
Franz Pletz
25bde98257
fluent-bit: 3.1.6 -> 3.1.7 (#339138) 2024-09-04 09:23:59 +02:00
R. Ryantm
d98bc8b252 fluent-bit: 3.1.6 -> 3.1.7 2024-09-03 01:07:24 +00:00
Donovan Glover
b387a48a04
flye: 2.9.4 -> 2.9.5 (#338986) 2024-09-03 00:03:52 +00:00
Artturin
81bcc8ac4b
flameshot: fix build on Darwin (#336647) 2024-09-03 02:54:29 +03:00
Assistant
0e70b90d02 flye: 2.9.4 -> 2.9.5 2024-09-02 06:59:36 -04:00
R. Ryantm
4276cd7475 flashmq: 1.17.0 -> 1.17.1 2024-09-01 01:00:15 +00:00
Sebastián Mancilla
0174d4a34c flameshot: fix build on Darwin 2024-08-30 22:32:29 -04:00
Sebastián Mancilla
f97875026a flameshot: update cmake options
- Only enable Wayland options on Linux
- Disable update checker
- Add support to build with the monochrome icon
2024-08-30 22:31:26 -04:00
Sebastián Mancilla
b95d89928d flameshot: format with nixfmt-rfc-style 2024-08-30 22:26:09 -04:00
R. Ryantm
025feb1a9b flarectl: 0.102.0 -> 0.103.0 2024-08-28 13:25:35 +00:00
Sandro
3b925a4fea
flatpak: fix icon validation test (#337458) 2024-08-27 14:09:53 +02:00
Emily
1faba3c1e9
maintainers: remove superherointj (#337552) 2024-08-27 01:08:06 +01:00
Atemu
d50f95b7c0
flashprog: 1.1 -> 1.2 (#336203) 2024-08-27 01:07:19 +02:00
superherointj
7354bda208 maintainers: remove superherointj 2024-08-26 17:50:54 -03:00
Sandro Jäckel
86a8ce4817
flatpak: fix icon validation test
Probably flatpak doesn't recognise inkscape SVGs but I didn't look
deeper into that.
2024-08-26 13:54:28 +02:00
Sandro
db4be47741
flatpak: fix cross compilation (#337412) 2024-08-26 13:30:51 +02:00
Colin
09a29769d5
flatpak: fix cross compilation, add cross check to passthru.tests
The 1.14.8 -> 1.14.10 update broke cross compilation, because the upstream
build script now invokes runtime dependencies for feature detection.
<5a2503f1e8/configure.ac (L178)>

It seems the package will be more robust against changes if we simply
emulate these checks rather than attempt to patch them out individually.
2024-08-26 11:15:41 +02:00
R. Ryantm
2dfcbd4f13 flashmq: 1.16.0 -> 1.17.0 2024-08-24 16:32:23 +00:00
Felix Singer
70c79190d9 flashprog: 1.1 -> 1.2
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-08-21 02:10:19 +02:00
Franz Pletz
c1ecf19b2a
Merge pull request #335736 from r-ryantm/auto-update/fluent-bit 2024-08-19 09:01:49 +02:00
R. Ryantm
e591b806c7 fluent-bit: 3.1.5 -> 3.1.6 2024-08-19 05:34:04 +00:00
Peder Bergebakken Sundt
7020a1d893 treewide: default.nix -> package.nix in pkgs/by-name
We need to remember to go over all the update scripts once the mass-by-name migration has happened
2024-08-18 18:09:17 +02:00
Sandro
6fdb0c9e45
Merge pull request #334324 from uninsane/pr-flatpak-cross
flatpak: support cross compilation
2024-08-18 15:44:04 +02:00
Nick Cao
266652d684
Merge pull request #335180 from pbsds/bump-flexget-1723832082
flexget: 3.11.42 -> 3.11.43
2024-08-17 14:45:33 -04:00
Nick Cao
6a1cc92674
Merge pull request #335415 from newAM/flip-link-by-name
flip-link: move to pkgs/by-name
2024-08-17 14:37:25 -04:00
Alex Martens
c5c4ebbe93 flip-link: move to pkgs/by-name 2024-08-17 09:23:39 -07:00
Mathias Zhang
b83043cf57
flaca: migrate to pkgs/by-name 2024-08-17 17:05:27 +08:00
Colin
ed69a27320 flatpak: support cross compilation 2024-08-16 22:19:11 +00:00
Peder Bergebakken Sundt
6f231d769b flexget: 3.11.42 -> 3.11.43
Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.11.43
2024-08-16 20:30:27 +02:00
Sandro
e1aa35d8b1
Merge pull request #334701 from SuperSandro2000/flatpak 2024-08-15 11:25:31 +02:00
R. Ryantm
809cb167dc flarectl: 0.101.0 -> 0.102.0 2024-08-14 20:31:29 +00:00
Sandro Jäckel
d6898a6bda
flatpak: 1.14.8 -> 1.14.10
Fixes CVE-2024-42472

Changelog: https://github.com/flatpak/flatpak/releases/tag/1.14.10
2024-08-14 21:32:33 +02:00
Nick Cao
2554cc504c
Merge pull request #333264 from r-ryantm/auto-update/flameshot
flameshot: 12.1.0-unstable-2024-07-02 -> 12.1.0-unstable-2024-08-02
2024-08-13 16:16:56 -04:00
R. Ryantm
4cb6719cfb fluent-bit: 3.1.4 -> 3.1.5 2024-08-11 21:29:45 +00:00
Pol Dellaiera
1d215eb380
Merge pull request #333809 from r-ryantm/auto-update/flashmq
flashmq: 1.15.4 -> 1.16.0
2024-08-11 08:26:43 +02:00
R. Ryantm
bc4bd283d0 flashmq: 1.15.4 -> 1.16.0 2024-08-11 00:57:07 +00:00
R. Ryantm
c3c14836d9 flashgbx: 4.1 -> 4.2 2024-08-10 03:10:40 +00:00
R. Ryantm
cdaccc259a flameshot: 12.1.0-unstable-2024-07-02 -> 12.1.0-unstable-2024-08-02 2024-08-08 16:44:25 +00:00
nixpkgs-merge-bot[bot]
ec620c8f7c
Merge pull request #333064 from r-ryantm/auto-update/flarectl
flarectl: 0.99.0 -> 0.101.0
2024-08-07 20:55:38 +00:00
R. Ryantm
02ef1997d9 flarectl: 0.99.0 -> 0.101.0 2024-08-07 19:14:19 +00:00
R. Ryantm
cf49b1b6f4 flexget: 3.11.41 -> 3.11.42 2024-08-07 13:43:00 +00:00
R. Ryantm
3ad3b5c925 fluent-bit: 3.1.3 -> 3.1.4 2024-08-03 09:20:43 +00:00
Peder Bergebakken Sundt
f9ce054b9a flexget: remove python311 fallback logic
nose seems to work now
2024-07-31 21:15:25 +02:00
Lan Tian
4a26db3885
flexget: add missing dependency 2024-07-29 00:15:18 -07:00
Will Cohen
d3d937554a
Merge pull request #328335 from r-ryantm/auto-update/flashgbx
flashgbx: 4.0.1 -> 4.1
2024-07-22 12:51:45 -04:00
éclairevoyant
0f4326b2f1
flameshot: add flag for wlr support 2024-07-22 09:22:19 -04:00
éclairevoyant
2bad3487c6
flameshot: 12.1.0 -> 12.1.0-unstable-2024-07-02 2024-07-22 09:22:19 -04:00
éclairevoyant
5af98120ad
flameshot: use unstable version in update script 2024-07-22 09:22:19 -04:00
éclairevoyant
4650385d09
flameshot: move to by-name 2024-07-22 09:22:19 -04:00
Franz Pletz
436548a5b5
fluent-bit: move to by-name 2024-07-21 21:06:53 +02:00
Peder Bergebakken Sundt
704353ccb9
Merge pull request #325938 from pbsds/bump-flexget-1720558165
flexget: 3.11.39 -> 3.11.41
2024-07-20 15:53:37 +02:00
K900
5e13e3e566
Merge pull request #324894 from paveloom/flaresolverr
flaresolverr: init at 3.3.21 + nixos/flaresolverr: initial commit
2024-07-20 11:06:18 +03:00
Pavel Sobolev
ebbc040968
flaresolverr: init at 3.3.21 2024-07-19 20:55:20 +03:00
Artturin
b098e0c792
Merge pull request #327433 from getchoo/pkgs/flite/updateScript
flite: add updateScript
2024-07-19 20:54:15 +03:00
Peder Bergebakken Sundt
9d0712a7b3 flexget: migrate to by-name 2024-07-19 13:38:22 +02:00
R. Ryantm
159fe92b7f flashgbx: 4.0.1 -> 4.1 2024-07-19 03:26:47 +00:00
Jan Tojnar
cfa5366588
Merge pull request #322485 from getchoo/pkgs/flatpak/1.14.8
flatpak: 1.14.6 -> 1.14.8
2024-07-19 00:08:26 +02:00
R. Ryantm
2fbd7993f3 flashmq: 1.15.3 -> 1.15.4 2024-07-18 19:35:29 +00:00
seth
53212869d0
flite: add updateScript 2024-07-15 13:35:55 -04:00
superherointj
7ccf4821a2 fluxcd: refactor shell completion 2024-07-15 12:03:40 -03:00
Nick Cao
e4139c0b6f
Merge pull request #325782 from r-ryantm/auto-update/flake-checker
flake-checker: 0.1.20 -> 0.2.0
2024-07-11 19:59:30 -04:00
R. Ryantm
c3a352113a flake-checker: 0.1.20 -> 0.2.0 2024-07-09 08:36:50 +00:00
Aleksana
13d1119dad
Merge pull request #325014 from grahamnorris/flashgbx-update-to-4.0.1
flashgbx: 3.37 -> 4.0.1
2024-07-08 15:14:14 +08:00
R. Ryantm
a20d78f158 flashmq: 1.15.2 -> 1.15.3 2024-07-07 00:55:51 +00:00
Graham J. Norris
781535abde flashgbx: 3.37 -> 4.0.1
https://github.com/lesserkuma/FlashGBX/releases/tag/4.0.1
2024-07-06 12:55:05 +02:00
Vladimír Čunát
44b36397c2
Merge branch 'master' into staging-next
Conflicts - GitHub wouldn't auto-resolve them but my local git did:
	pkgs/development/cuda-modules/cuda/overrides.nix
2024-07-04 10:10:22 +02:00
R. Ryantm
7cf9cbd92d flarectl: 0.98.0 -> 0.99.0 2024-07-04 04:27:24 +00:00
github-actions[bot]
d77a3adc09
Merge master into staging-next 2024-07-03 00:02:45 +00:00
R. Ryantm
0f96c0b67b flake-checker: 0.1.19 -> 0.1.20 2024-07-02 00:58:16 +00:00
seth
81bce575de
flatpak: 1.14.6 -> 1.14.8
1.14.8 is identical to 1.14.7, with the exception of mismatching
submodule versions in the release tarball being fixed

Changelog: https://github.com/flatpak/flatpak/releases/tag/1.14.7
2024-06-25 14:20:21 -04:00
github-actions[bot]
08b5c3c46a
Merge master into staging-next 2024-06-25 18:01:20 +00:00
nixpkgs-merge-bot[bot]
e52bfa0d25
Merge pull request #322391 from r-ryantm/auto-update/flarectl
flarectl: 0.97.0 -> 0.98.0
2024-06-25 17:19:00 +00:00
R. Ryantm
2673432cb8 flarectl: 0.97.0 -> 0.98.0 2024-06-25 11:40:00 +00:00
Martin Weinelt
de245ec4a5
Merge remote-tracking branch 'origin/master' into staging-next 2024-06-25 13:00:25 +02:00
Vladimír Čunát
cf3f00f2ad
Merge #318370: flite: refactor & modernize
...into staging
2024-06-24 12:23:46 +02:00
natsukium
791055c126 flye: refactor 2024-06-24 12:18:26 +02:00
natsukium
a263138a37 flye: fix build with python312 2024-06-24 12:18:26 +02:00
R. Ryantm
99e2104577 flashmq: 1.15.1 -> 1.15.2 2024-06-24 08:28:45 +00:00
Nick Cao
1826ee927f
Merge pull request #321869 from r-ryantm/auto-update/flawz
flawz: 0.2.1 -> 0.2.2
2024-06-23 09:41:15 -04:00
R. Ryantm
b5fe88347c flawz: 0.2.1 -> 0.2.2 2024-06-23 00:59:29 +00:00
seth
0949980cd2
flatpak: reorganize arguments 2024-06-22 06:57:45 -04:00
seth
85338a0427
flatpak: use nixos-icons for validate-icon test 2024-06-22 06:57:45 -04:00