micro: install icon
This commit is contained in:
parent
26dbb2ea4a
commit
b81820713f
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ buildGoModule rec {
|
|||
postInstall = ''
|
||||
installManPage assets/packaging/micro.1
|
||||
install -Dt $out/share/applications assets/packaging/micro.desktop
|
||||
install -Dm644 assets/micro-logo-mark.svg $out/share/icons/hicolor/scalable/apps/micro.svg
|
||||
'';
|
||||
|
||||
passthru.tests.expect = callPackage ./test-with-expect.nix {};
|
||||
|
|
Loading…
Reference in a new issue