darktable: Remove doc directory from output
It puts very generic file names in the store like `$out/share/doc/README.md` which has a high risk of collisions.
This commit is contained in:
parent
2ab9b44a8f
commit
730133e130
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue