bug-mcron
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-mcron] [PATCH] build: Update guix.scm.


From: Efraim Flashner
Subject: [Bug-mcron] [PATCH] build: Update guix.scm.
Date: Sun, 7 Apr 2019 19:37:49 +0300

* build-aux/guix.scm (package): Inherit from mcron.
[arguments]: Remove extra 'bootstrap phase.
(inputs): Build with address@hidden
(native-inputs): Add tzdata for tests.
---
 build-aux/guix.scm | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/build-aux/guix.scm b/build-aux/guix.scm
index 72db610..204749c 100644
--- a/build-aux/guix.scm
+++ b/build-aux/guix.scm
@@ -39,20 +39,16 @@
   (or (current-source-directory) "."))
 
 (package
-  (inherit (specification->package "mcron2"))
+  (inherit (specification->package "mcron"))
   (version "1.1.2")
   (source (local-file (dirname %srcdir) #:recursive? #t
                       #:select? keep-mcron-file?))
-  (arguments
-   '(#:phases
-     (modify-phases %standard-phases
-       (add-before 'configure 'bootstrap
-         (λ _ (zero? (system* "autoreconf" "-vfi")))))))
   (inputs
-   `(("guile" ,(specification->package "address@hidden"))))
+   `(("guile" ,(specification->package "address@hidden"))))
   (native-inputs
    `(("autoconf" ,(specification->package "autoconf"))
      ("automake" ,(specification->package "automake"))
      ("help2man" ,(specification->package "help2man"))
      ("pkg-config" ,(specification->package "pkg-config"))
-     ("texinfo" ,(specification->package "texinfo")))))
+     ("texinfo" ,(specification->package "texinfo"))
+     ("tzdata" ,(specification->package "tzdata")))))
-- 
2.21.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]