Merge pull request #186866 from sikmir/micro

micro: fix syntax highlighting
This commit is contained in:
Jörg Thalheim 2022-08-16 04:59:53 +01:00 committed by GitHub
commit 6a3e7da939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,10 @@ buildGoModule rec {
"-X ${t}/util.CommitHash=${src.rev}"
];
preBuild = ''
go generate ./runtime
'';
postInstall = ''
installManPage assets/packaging/micro.1
install -Dt $out/share/applications assets/packaging/micro.desktop