Skip to content

Commit

Permalink
darktable: Remove doc directory from output
Browse files Browse the repository at this point in the history
It puts very generic file names in the store like
`$out/share/doc/README.md` which has a high risk of collisions.
  • Loading branch information
adisbladis committed May 15, 2020
1 parent 2ab9b44 commit 730133e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/graphics/darktable/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
"-DUSE_KWALLET=OFF"
];

# Reduce the risk of collisions
postInstall = "rm -r $out/share/doc";

# darktable changed its rpath handling in commit
# 83c70b876af6484506901e6b381304ae0d073d3c and as a result the
Expand Down

0 comments on commit 730133e

Please sign in to comment.