Revert "transmission: Remove $out/share/doc"

This reverts commit 25bc56fcb8.
This commit is contained in:
Jan Tojnar 2020-07-15 01:23:34 +02:00
parent 75fdc1ced6
commit 2596c96f87
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

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