nix: copy pixmaps directory to share package
All checks were successful
test / test (push) Successful in 21s

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
2024-11-18 14:46:08 +09:00
parent ae2628e57a
commit 54b47b0315

View File

@@ -406,6 +406,7 @@ in
pkgs.runCommand "${app.name}-share" { } ''
mkdir -p $out/share
${copy "${pkg}/share/applications"}
${copy "${pkg}/share/pixmaps"}
${copy "${pkg}/share/icons"}
${copy "${pkg}/share/man"}