transmission: Remove $out/share/doc
This is a very common path that often collides with other packages.
This commit is contained in:
parent
5d7cbc659e
commit
25bc56fcb8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user