From 5d7cbc659e69d10ad8ab34f28117434d36e0cdd1 Mon Sep 17 00:00:00 2001 From: adisbladis Date: Tue, 14 Jul 2020 20:58:09 +0200 Subject: [PATCH] darktable: Remove $out/share/doc This is a very common path that often collides with other packages. --- pkgs/applications/graphics/darktable/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/graphics/darktable/default.nix b/pkgs/applications/graphics/darktable/default.nix index 948b4ddd54d..c32766134a9 100644 --- a/pkgs/applications/graphics/darktable/default.nix +++ b/pkgs/applications/graphics/darktable/default.nix @@ -34,6 +34,8 @@ stdenv.mkDerivation rec { "-DUSE_KWALLET=OFF" ]; + # Doc has high risk of collisions + postInstall = "rm -r $out/share/doc"; # darktable changed its rpath handling in commit # 83c70b876af6484506901e6b381304ae0d073d3c and as a result the