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

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

@@ -5,8 +5,7 @@
   #: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 packages mastostart)
   #:use-module (mastostart-gnu services mastostart))
 
 (use-service-modules base
@@ -22,7 +21,7 @@
   ;; il job sotto forma di procedura Scheme.
   #~(job '(next-hour '(3))
          (lambda ()
-           (execl (string-append #$package:mastostart "/web/mustard/crawler/crawl.sh")))))
+           (execl (string-append #$mastostart "/web/mustard/crawler/crawl.sh")))))
 
 (define-public %apache-listen-ports '("80"))