guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cook: Fix building.


From: guix-commits
Subject: branch master updated: gnu: cook: Fix building.
Date: Thu, 01 Dec 2022 04:15:19 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9a1ad4a2a0 gnu: cook: Fix building.
9a1ad4a2a0 is described below

commit 9a1ad4a2a0d5491ad150a207c0293da6bd4fd2ab
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Dec 1 11:05:18 2022 +0200

    gnu: cook: Fix building.
    
    * gnu/packages/cook.scm (cook)[native-inputs]: Replace bison with
    bison-3.0.
---
 gnu/packages/cook.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cook.scm b/gnu/packages/cook.scm
index 7a064480d4..584f561ceb 100644
--- a/gnu/packages/cook.scm
+++ b/gnu/packages/cook.scm
@@ -24,8 +24,8 @@
   #:use-module (guix download)
   #:use-module (gnu packages ed)
   #:use-module (gnu packages bison)
-  #:use-module (gnu packages groff)
   #:use-module (gnu packages compression)
+  #:use-module (gnu packages groff)
   #:use-module (guix build-system gnu))
 
 (define-public cook
@@ -70,7 +70,7 @@
 
              (setenv "SH" (which "sh"))
              #t)))))
-    (native-inputs (list bison
+    (native-inputs (list bison-3.0
                          ;; For building the documentation:
                          groff
                          ;; For the tests:



reply via email to

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