aboutsummaryrefslogtreecommitdiff
path: root/src/property/os.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-21 16:54:10 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-21 17:22:25 -0700
commitfea0ade9e5414cb2e3ab1d758fbecb27cf0e38b1 (patch)
tree5e8f9297c021615aea03fcf0c2bafe546efbd55c /src/property/os.lisp
parentf2beedb8e9db72c3933d3c66c68eebcab6816566 (diff)
downloadconsfigurator-fea0ade9e5414cb2e3ab1d758fbecb27cf0e38b1.tar.gz
add :HOSTATTRS to OS:OS-TYPECASE*
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/os.lisp')
-rw-r--r--src/property/os.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/property/os.lisp b/src/property/os.lisp
index dbfb861..ebda05e 100644
--- a/src/property/os.lisp
+++ b/src/property/os.lisp
@@ -98,6 +98,9 @@
:desc (lambda (&rest args)
(declare (ignore args))
(propappdesc (choose-propapp)))
+ :hostattrs (lambda (&rest args)
+ (declare (ignore args))
+ (propappattrs (choose-propapp)))
:apply (lambda (&rest args)
(declare (ignore args))
(propappapply (choose-propapp)))