about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/graphics/ufraw/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/graphics/ufraw/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/graphics/ufraw/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/graphics/ufraw/default.nix b/nixpkgs/pkgs/applications/graphics/ufraw/default.nix
index 9e05a41e8483..e1a0cfa95204 100644
--- a/nixpkgs/pkgs/applications/graphics/ufraw/default.nix
+++ b/nixpkgs/pkgs/applications/graphics/ufraw/default.nix
@@ -66,6 +66,8 @@ stdenv.mkDerivation {
   meta = with stdenv.lib; {
     homepage = "https://github.com/sergiomb2/ufraw";
 
+    broken = true; # https://github.com/NixOS/nixpkgs/issues/97946
+
     description = "Utility to read and manipulate raw images from digital cameras";
 
     longDescription =