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
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7

View File

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