From db645087797f49dafccdd08babbbfd015bf8b8b6 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Wed, 16 Sep 2020 16:57:56 +0200 Subject: [PATCH] ufraw: mark broken It does not build so let's mark it broken in order for gimp-with-plugins not to be broken. Fixes: https://github.com/NixOS/nixpkgs/issues/98103 --- pkgs/applications/graphics/ufraw/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/graphics/ufraw/default.nix b/pkgs/applications/graphics/ufraw/default.nix index 9e05a41e848..e1a0cfa9520 100644 --- a/pkgs/applications/graphics/ufraw/default.nix +++ b/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 =