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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user