mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
darktable: Remove $out/share/doc
This is a very common path that often collides with other packages.
This commit is contained in:
parent
29c38efa84
commit
5d7cbc659e
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
|
|||
"-DUSE_KWALLET=OFF"
|
||||
];
|
||||
|
||||
# Doc has high risk of collisions
|
||||
postInstall = "rm -r $out/share/doc";
|
||||
|
||||
# darktable changed its rpath handling in commit
|
||||
# 83c70b876af6484506901e6b381304ae0d073d3c and as a result the
|
||||
|
|
Loading…
Reference in a new issue