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:
adisbladis 2020-05-15 10:15:14 +01:00
parent 2ab9b44a8f
commit 730133e130
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7

View File

@ -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