emacs.pkgs.ghostel: install ghostel-module.version

Co-authored-by: Vonfry <dev@vonfry.name>
This commit is contained in:
Lin Jian
2026-06-22 23:02:00 +08:00
co-authored by Vonfry
parent 5370753123
commit a820ef46e6
@@ -73,11 +73,12 @@ melpaBuild {
inherit pname version src;
files = ''
(:defaults "etc" "ghostel-module${libExt}")
(:defaults "etc" "ghostel-module${libExt}" "ghostel-module.version")
'';
preBuild = ''
install ${module}/lib/libghostel-module${libExt} ghostel-module${libExt}
install --mode=444 ${module}/ghostel-module.version ghostel-module.version
'';
passthru = {