changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/cli/tools/pkg.lisp

revision 590: 71c05868c4e7
parent 589: 16a3cdc06cbc
child 591: f9279a1f2347
     1.1--- a/lisp/lib/cli/tools/pkg.lisp	Mon Aug 12 21:16:14 2024 -0400
     1.2+++ b/lisp/lib/cli/tools/pkg.lisp	Mon Aug 12 21:44:58 2024 -0400
     1.3@@ -40,7 +40,8 @@
     1.4 
     1.5 (defpackage :cli/tools/systemd
     1.6   (:use :cl :std :cli/env)
     1.7-  (:export :*systemctl* :run-systemd :run-systemctl))
     1.8+  (:export :*systemctl* :run-systemd :run-systemctl
     1.9+           :systemd-error))
    1.10 
    1.11 (defpackage :cli/tools/cargo
    1.12   (:use :cl :std :cli/env)