From 8f432a291da5f64778c81ced696942876b4c133e Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Fri, 7 Aug 2020 10:52:33 +0300 Subject: [PATCH] Add macosx to operating-systems --- operating-system.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/operating-system.scm b/operating-system.scm index f20e625..b2f3dee 100644 --- a/operating-system.scm +++ b/operating-system.scm @@ -13,6 +13,9 @@ (id gnu-linux) (description "A GNU/Linux distribution") +(id macosx) +(description "Apple MacOS X operating system (see also: darwin)") + (id netbsd) (description "The NetBSD operating system")