From ceb2d03131f33b2f981a5b134f61089d21640b01 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Tue, 13 Aug 2024 16:04:32 +0200 Subject: [PATCH] fix: digikam exiftool --- modules/digikam-rawtherapee-hugin-gimp.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/digikam-rawtherapee-hugin-gimp.nix b/modules/digikam-rawtherapee-hugin-gimp.nix index c1ad5c3..7595fbb 100644 --- a/modules/digikam-rawtherapee-hugin-gimp.nix +++ b/modules/digikam-rawtherapee-hugin-gimp.nix @@ -2,7 +2,9 @@ { users.users.yoda = { packages = with pkgs; [ - digikam # Photo organization + # TODO: Temporary fix until exiftool fix is landed in NixOS stable + # https://github.com/NixOS/nixpkgs/issues/332561 + unstable.digikam # Photo organization rawtherapee # Edit RAW photos hugin # Stitch together panorama photos gimp # Image Manipulation Program