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
|
libstartup_notification
|
||||||
];
|
];
|
||||||
|
|
||||||
|
cmakeFlags = [
|
||||||
|
"-Ddocdir=share/doc/${pname}"
|
||||||
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
for f in ./src/launcher/apps-common.c \
|
for f in ./src/launcher/apps-common.c \
|
||||||
./src/launcher/icon-theme-common.c
|
./src/launcher/icon-theme-common.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user