Giacomo Leidi 4 years ago
parent
commit
74cd133734
1 changed files with 3 additions and 1 deletions
  1. 3 1
      mastostart-gnu/system/mastostart.scm

+ 3 - 1
mastostart-gnu/system/mastostart.scm

@@ -5,6 +5,8 @@
   #:use-module (gnu packages databases)
   #:use-module (guix packages)
   #:use-module (guix build syscalls)
+  #:use-module (mastostart-gnu packages mastostart
+                               #:prefix package:)
   #:use-module (mastostart-gnu services mastostart))
 
 (use-service-modules base
@@ -20,7 +22,7 @@
   ;; il job sotto forma di procedura Scheme.
   #~(job '(next-hour '(3))
          (lambda ()
-           (execl (string-append #$mastostart "/web/mustard/crawler/crawl.sh")))))
+           (execl (string-append #$package:mastostart "/web/mustard/crawler/crawl.sh")))))
 
 (define-public %apache-listen-ports '("80"))