Commit Graph

59 Commits

Author SHA1 Message Date
OTABI Tomoya
84bd184f81
imgproxy: 3.25.0 -> 3.26.0 (#342359) 2024-09-25 12:28:16 +09: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
459587eaa3 imgproxy: 3.25.0 -> 3.26.0 2024-09-16 17:28:22 +00:00
R. Ryantm
484b50224d imgproxy: 3.24.1 -> 3.25.0 2024-07-09 04:22:58 +00:00
R. Ryantm
5791956869 imgproxy: 3.24.0 -> 3.24.1 2024-05-07 02:01:56 +00:00
R. Ryantm
af3317a697 imgproxy: 3.23.0 -> 3.24.0 2024-04-30 02:17:15 +00:00
Weijia Wang
1728aca79e
Merge pull request #295698 from r-ryantm/auto-update/imgproxy
imgproxy: 3.20.0 -> 3.23.0
2024-03-23 23:14:27 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
e628228269 imgproxy: 3.20.0 -> 3.23.0 2024-03-13 19:44:37 +00:00
R. Ryantm
2d8c236517 imgproxy: 3.19.0 -> 3.20.0 2023-10-10 13:35:25 +00:00
R. Ryantm
29a8ee98ed imgproxy: 3.18.2 -> 3.19.0 2023-08-25 15:32:26 +00:00
Vladimír Čunát
1c0d654684
Merge #239191: treewide: gobject-introspection from buildInputs to nativeBuildInputs
...into staging
2023-07-26 20:53:32 +02:00
R. Ryantm
52ba084db9 imgproxy: 3.18.1 -> 3.18.2 2023-07-17 17:38:32 +00:00
Nick Cao
e5bcc77376
imgproxy: 3.18.0 -> 3.18.1
Diff: https://github.com/imgproxy/imgproxy/compare/v3.18.0...v3.18.1

Changelog: https://github.com/imgproxy/imgproxy/blob/master/CHANGELOG.md
2023-06-30 12:21:43 +08:00
Artturin
9999bf7a21 treewide: gobject-introspection from buildInputs to nativeBuildInputs
gobject-introspection should be in nativeBuildInputs for cross to work
properly (so propagations and hook work properly)
2023-06-28 22:33:40 +03:00
R. Ryantm
bfbcd4c912 imgproxy: 3.17.0 -> 3.18.0 2023-06-02 23:42:02 +00:00
R. Ryantm
067be3aff2 imgproxy: 3.16.1 -> 3.17.0 2023-05-13 05:53:05 +00:00
R. Ryantm
28c12f08f9 imgproxy: 3.16.0 -> 3.16.1 2023-05-04 02:18:48 +00:00
R. Ryantm
fd2c8bfaa3 imgproxy: 3.15.0 -> 3.16.0 2023-04-27 12:57:02 +00:00
R. Ryantm
fde45da1fd imgproxy: 3.14.0 -> 3.15.0 2023-04-18 01:00:14 +00:00
R. Ryantm
3e6a6f6fcb imgproxy: 3.13.2 -> 3.14.0 2023-03-12 03:32:40 +00:00
R. Ryantm
d0ba707fff imgproxy: 3.13.1 -> 3.13.2 2023-02-22 10:57:04 +00:00
Jonas Heinrich
36cacfe01c
imgproxy: add changelog 2023-01-22 06:24:08 +01:00
R. Ryantm
0c541d2ac5 imgproxy: 3.13.0 -> 3.13.1 2023-01-21 16:58:56 +00:00
R. Ryantm
f05c0b78da imgproxy: 3.9.0 -> 3.13.0 2023-01-14 04:35:06 +00:00
R. Ryantm
e4cd0aef4f imgproxy: 3.8.0 -> 3.9.0 2022-10-21 17:37:14 +00:00
R. Ryantm
67fb68dc28 imgproxy: 3.7.2 -> 3.8.0 2022-10-07 19:10:27 +00:00
R. Ryantm
0d3384772b imgproxy: 3.3.3 -> 3.7.2 2022-08-23 16:37:32 +00:00
superherointj
6532f90a8f imgproxy: enable tests 2022-04-05 17:17:58 -03:00
R. Ryantm
cefc1fc120 imgproxy: 3.3.2 -> 3.3.3 2022-03-22 07:58:41 +00:00
R. Ryantm
b5df125feb imgproxy: 3.3.1 -> 3.3.2 2022-03-18 19:46:27 +00:00
R. Ryantm
321259b2f3 imgproxy: 3.3.0 -> 3.3.1 2022-03-15 09:29:13 +00:00
R. Ryantm
4956aa9a01 imgproxy: 3.2.2 -> 3.3.0 2022-02-22 07:39:46 +00:00
R. Ryantm
ce9fe85767 imgproxy: 3.2.1 -> 3.2.2 2022-02-12 20:48:30 -08:00
R. Ryantm
37596fe4a9 imgproxy: 3.1.3 -> 3.2.1 2022-01-24 13:42:06 +00:00
R. Ryantm
b488b8ae9b imgproxy: 3.0.0 -> 3.1.3 2021-12-30 16:26:44 +00:00
R. Ryantm
980281f423 imgproxy: 2.17.0 -> 3.0.0 2021-12-07 05:32:37 +00:00
R. RyanTM
93af22c6c4 imgproxy: 2.16.7 -> 2.17.0 2021-09-14 11:54:33 +00:00
R. RyanTM
20ee78c710 imgproxy: 2.16.6 -> 2.16.7 2021-07-22 09:47:37 -07:00
R. RyanTM
7d766fb478 imgproxy: 2.16.5 -> 2.16.6 2021-07-09 09:47:41 +00:00
R. RyanTM
447e75a24c imgproxy: 2.16.4 -> 2.16.5 2021-06-28 23:38:15 +00:00
R. RyanTM
3b648a5e52 imgproxy: 2.16.3 -> 2.16.4 2021-06-17 17:07:36 +00:00
Mario Rodas
b196ddbac4
Merge pull request #119072 from stephank/imgproxy-darwin
imgproxy: fix build on Darwin
2021-04-10 15:45:42 -05:00
Stéphan Kochen
37b3deb758 imgproxy: fix build on Darwin 2021-04-10 20:55:43 +02:00
R. RyanTM
558b4bcf16 imgproxy: 2.16.2 -> 2.16.3 2021-04-10 12:14:04 +00:00
R. RyanTM
d908f40e8b imgproxy: 2.16.0 -> 2.16.2 2021-03-14 04:44:44 -04:00
R. RyanTM
d858bd5446 imgproxy: 2.15.0 -> 2.16.0 2021-02-09 11:00:18 +00:00
R. RyanTM
b7abbe8625 imgproxy: 2.14.1 -> 2.15.0 2020-09-23 11:51:06 +00:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
R. RyanTM
585e00a345 imgproxy: 2.14.0 -> 2.14.1 2020-08-07 00:10:30 -07:00