fix (kmonad): add missing directory, switch to hackage update function (#9963) (#9970)

This commit is contained in:
Raboneko
2026-02-19 18:53:38 -08:00
committed by GitHub
parent 1543c82e39
commit a155073070
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ install -Dm644 startup/kmonad@.service -t %{buildroot}%{_unitdir}
%doc doc/faq.md doc/quick-reference.md
%{_bindir}/%{name}
%{_unitdir}/%{name}@.service
%doc %{_docdir}/ghc/html/libraries/kmonad-%{version}/
%files -n ghc-%{name} -f ghc-%{name}.files
%license LICENSE
+1 -4
View File
@@ -1,4 +1 @@
rpm.version(gh("kmonad/kmonad"));
if rpm.changed() {
rpm.release();
}
print(hackage("kmonad"));