mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 06:07:37 +00:00
tint2: fix doc directory
Documentation files should not be installed directly at $out/share/doc because they may collide with files from other packages when paths are linked in the system environment.
This commit is contained in:
parent
5f21dfd306
commit
5c021a4bbd
@ -59,6 +59,10 @@ stdenv.mkDerivation rec {
|
||||
libstartup_notification
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
"-Ddocdir=share/doc/${pname}"
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
for f in ./src/launcher/apps-common.c \
|
||||
./src/launcher/icon-theme-common.c
|
||||
|
Loading…
Reference in New Issue
Block a user