nix: copy pixmaps directory to share package
test / test (push) Successful in 21s
Details
test / test (push) Successful in 21s
Details
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
parent
ae2628e57a
commit
54b47b0315
|
@ -406,6 +406,7 @@ in
|
||||||
pkgs.runCommand "${app.name}-share" { } ''
|
pkgs.runCommand "${app.name}-share" { } ''
|
||||||
mkdir -p $out/share
|
mkdir -p $out/share
|
||||||
${copy "${pkg}/share/applications"}
|
${copy "${pkg}/share/applications"}
|
||||||
|
${copy "${pkg}/share/pixmaps"}
|
||||||
${copy "${pkg}/share/icons"}
|
${copy "${pkg}/share/icons"}
|
||||||
${copy "${pkg}/share/man"}
|
${copy "${pkg}/share/man"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue