transmission: Remove $out/share/doc

This is a very common path that often collides with other packages.
This commit is contained in:
adisbladis
2020-07-14 20:58:44 +02:00
parent 5d7cbc659e
commit 25bc56fcb8

View File

@@ -57,6 +57,9 @@ in stdenv.mkDerivation {
++ lib.optionals enableQt [ qt5.wrapQtAppsHook ]
;
# Doc has high risk of collisions
postInstall = "rm -r $out/share/doc";
buildInputs = [
openssl
curl