micro: install icon

This commit is contained in:
fn ⌃ ⌥ 2022-08-07 07:47:03 -07:00 committed by ehmry
parent 26dbb2ea4a
commit b81820713f

View file

@ -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 {};