Commit Graph

141 Commits

Author SHA1 Message Date
Aleksana
5bbdfc101a
imewlconverter: init at 3.1.1 (#354935) 2024-11-23 19:55:49 +08:00
Robert Schütz
a5c5f98a5a immich: 1.120.1 -> 1.121.0
https://github.com/immich-app/immich/releases/tag/v1.120.2
https://github.com/immich-app/immich/releases/tag/v1.121.0
2024-11-20 13:50:24 -08:00
Sefa Eyeoglu
ab20acce15
treewide: remove absolute path in desktop entry (#348601) 2024-11-19 09:15:36 +01:00
R. Ryantm
bec6d61512 impala: 0.2.3 -> 0.2.4 2024-11-18 02:56:22 +00:00
Masum Reza
e13831335f
treewide: stdenv.is -> stdenv.hostPlatform.is (#356363)
* treewide: stdenv.is -> stdenv.hostPlatform.is

* treewide: nixfmt due to ci error
2024-11-17 16:11:54 +05:30
github-actions[bot]
d6721ede31
Merge master into staging-next 2024-11-13 12:05:52 +00:00
Aleksana
0b72f7531f
immersed: nixfmt (#354619) 2024-11-13 16:39:08 +08:00
Robert Schütz
be6dc3cdef
immich-machine-learning: unpin pillow (#355355) 2024-11-12 13:56:58 -08:00
K900
9c85c8a22a Merge remote-tracking branch 'origin/master' into staging-next 2024-11-12 21:14:32 +03:00
Robert Schütz
1a4ebf1aeb immich-machine-learning: unpin pillow 2024-11-11 19:36:13 -08:00
Robert Schütz
0bc675c40f immich-machine-learning: drop superfluous patch 2024-11-11 14:16:08 -08:00
Robert Schütz
67c88f3c4b immich: re-add perl to $PATH
Otherwise logging in to Immich fails with

    [Nest] 2432071  - 11/11/2024, 9:12:55 PM   ERROR [Api:Error: BatchCluster has ended, cannot enqueue -ver
    -ignoreMinorErrors
    -execute
        at BatchCluster.enqueueTask (/nix/store/s68j9ryvlcfayh8wc6s8mbqwbhhsb742-immich-1.120.1/node_modules/batch-cluster/dist/BatchCluster.js:186:25)
        at f (/nix/store/s68j9ryvlcfayh8wc6s8mbqwbhhsb742-immich-1.120.1/node_modules/exiftool-vendored/dist/ExifTool.js:402:38)
        at async g (/nix/store/s68j9ryvlcfayh8wc6s8mbqwbhhsb742-immich-1.120.1/node_modules/exiftool-vendored/dist/AsyncRetry.js:8:20)~92ys7db8] Unknown error: Error: BatchCluster has ended, cannot enqueue -ver
    -ignoreMinorErrors
    -execute
2024-11-11 12:15:07 -08:00
Sefa Eyeoglu
585974607b
imagej: remove absolute path in desktop entry
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-11-10 14:44:48 +01:00
Sefa Eyeoglu
af971aa847
imv: use replace-fail
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-11-10 14:44:17 +01:00
Sefa Eyeoglu
0f8a593cd2
imv: remove absolute path in desktop entry
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-11-10 14:44:16 +01:00
Lan Tian
206ebf249d
imewlconverter: init at 3.1.1 2024-11-09 23:23:04 -08:00
github-actions[bot]
48d4a0a6bd
Merge master into staging-next 2024-11-10 00:15:17 +00:00
Robert Schütz
06be8564e5
immich: 1.119.1 -> 1.120.1 (#354083) 2024-11-09 14:53:47 -08:00
Robert Schütz
a329ca6aea immich: unvendor exiftool 2024-11-09 14:44:31 -08:00
Robert Schütz
ee1cffa25c immich: 1.119.1 -> 1.120.1
Changelog: https://github.com/immich-app/immich/releases/tag/v1.120.0
           https://github.com/immich-app/immich/releases/tag/v1.120.1
2024-11-09 14:44:21 -08:00
Emily
ce788776a5 Merge master into staging-next 2024-11-09 12:51:01 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Gavin John
d777c8158f
immersed: nixfmt 2024-11-08 14:28:45 -08:00
Felix Stupp
834c2ad5c2
immich: comment reasoning for jellyfin-ffmpeg
Using the jellyfin-ffmpeg variant has a reason (TL;DR: used by upstream), which is now mentioned & linked to in the nix file itself, see https://github.com/NixOS/nixpkgs/issues/351943.
Extends https://github.com/NixOS/nixpkgs/pull/351975.
2024-11-03 14:43:49 +01:00
Robert Schütz
210f879c66 immich: 1.119.0 -> 1.119.1
Changelog: https://github.com/immich-app/immich/releases/tag/v1.119.1
2024-10-29 11:03:00 -07:00
Pablo Fraile Alonso
213114ad23
python312Packages.insightface: disable tests on aarch64 (#351917)
* python312Packages.insightface: enable package for aarch64-linux

* python312Packages.insightface: disable passhtru tests for aarch64

* python312Packages.insightface: refactor
2024-10-29 22:29:54 +09:00
OTABI Tomoya
df97754cec
python312Packages.opencv-python-headless: init at 4.9.0 (#351712) 2024-10-29 18:39:09 +09:00
Robert Schütz
2ddbe069a5 immich-machine-learning: inherit license and maintainers from immich 2024-10-28 21:13:08 -07:00
Robert Schütz
74e0f237ea immich: 1.118.2 -> 1.119.0
Changelog: https://github.com/immich-app/immich/releases/tag/v1.119.0
2024-10-28 13:04:14 -07:00
Robert Schütz
90f6f1d6ae immich: use jellyfin-ffmpeg
fixes https://github.com/NixOS/nixpkgs/issues/351943
2024-10-28 13:04:09 -07:00
Robert Schütz
c248805464 immich-machine-learning: clean up dependencies 2024-10-27 09:56:19 -07:00
Aleksana
4817ca2ad1
immersed: Fix runtime error with libgpg-error (#349880) 2024-10-27 12:29:17 +08:00
Aleksana
d4e88f8dd7
imhex: unpin fmt (#350057) 2024-10-23 21:36:27 +08:00
Nick Cao
0c4c545c79
immich-go: 0.22.0 -> 0.22.1 (#350321) 2024-10-22 15:49:40 -04:00
Joël Miramon
d210eb995a
immich-go: 0.22.0 -> 0.22.1 2024-10-21 21:45:14 +02:00
haruki7049
cfac9c1842 immersed: Fix runtime error with libgpg-error 2024-10-21 21:12:10 +09:00
Nicolas Benes
080adc466f imhex: unpin fmt 2024-10-20 18:54:14 +02:00
Robert Schütz
ff43d55fd4 immich: 1.118.1 -> 1.118.2
Changelog: https://github.com/immich-app/immich/releases/tag/v1.118.2
2024-10-20 09:29:02 -07:00
Christina Sørensen
53cc1be9ab
Imhex darwin (#330303) 2024-10-18 16:45:36 +02:00
haruki7049
5e49be88b3 immersed: rename pname of immersed attribute 2024-10-17 12:57:23 +09:00
Robert Schütz
783a674100 immich: add maintainers 2024-10-16 10:36:16 -07:00
Robert Schütz
8d4b0e9bc6 immich: 1.117.0 -> 1.118.1
https://github.com/immich-app/immich/releases/tag/v1.118.0
https://github.com/immich-app/immich/releases/tag/v1.118.1
2024-10-16 10:30:34 -07:00
Gavin John
6c833c59ad
immersed-vr: rename to immersed 2024-10-08 11:38:51 -07:00
Robert Schütz
eb05b2e481
immich: 1.116.2 -> 1.117.0 (#346127) 2024-10-04 23:06:05 -07:00
Leona Maroni
8ff1957e39
immersed-vr: 9.10 -> 10.5.0 (#343321) 2024-10-03 12:17:05 +02:00
Sefa Eyeoglu
76d0587be6
immich: 1.116.2 -> 1.117.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-10-03 11:48:56 +02:00
OTABI Tomoya
20bef6b1f0
imsprog: 1.4.3 -> 1.4.4 (#343972) 2024-09-30 21:59:00 +09:00
OTABI Tomoya
ac6b20ab4c
python312Packages.albucore: 0.0.15 -> 0.0.17 (#344765) 2024-09-29 11:01:10 +09:00
Robert Schütz
a394d78f61 immich-machine-learning: add passthru.tests 2024-09-28 16:02:29 -07:00
Robert Schütz
1e5c375325 immich-machine-learning: only add run time dependencies to PYTHONPATH 2024-09-28 16:01:29 -07:00