Guile things.
authorTom Balzer <niebie@localhost.localdomain>
Tue, 26 Jun 2018 06:27:05 +0000 (01:27 -0500)
committerTom Balzer <niebie@localhost.localdomain>
Tue, 26 Jun 2018 06:27:05 +0000 (01:27 -0500)
guile/README
src/common/guile_helpers.c

index c225096..4d635d1 100644 (file)
@@ -5,4 +5,6 @@ spoon
 fetchmail
 mu --server (created by emacs actually)
 mpvd (music)
-xst
\ No newline at end of file
+xst
+nscd (guix requirement)
+guix-daemon
\ No newline at end of file
index 35bfd30..8d3df8b 100644 (file)
 /* You should have received a copy of the GNU General Public License */
 /* along with tomd.  If not, see <http://www.gnu.org/licenses/>. */
 
-void load
+static load_job(void)
+{
+
+}
+
+static void load_manifest(void *args)
+{
+  if(!args){
+    
+}
+
+void load_jobs(void)
+{
+  /* get into the manifest.scm file */
+  void *res =
+    scm_with_guile(load_manifest,
+                   (void *)config_file);
+  /* check if the variable 'job-list' is defined */
+}