guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: beep: Remove dependency on GCC 8.


From: guix-commits
Subject: 05/05: gnu: beep: Remove dependency on GCC 8.
Date: Sun, 8 Mar 2020 16:22:15 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e5059c95aa375e5941c6d68dd706d93a90f77168
Author: Ludovic Courtès <address@hidden>
AuthorDate: Sun Mar 8 21:21:14 2020 +0100

    gnu: beep: Remove dependency on GCC 8.
    
    * gnu/packages/terminals.scm (beep)[native-inputs]: Remove.
---
 gnu/packages/terminals.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index eea8490..83eed3e 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2016 Mckinley Olsen <address@hidden>
 ;;; Copyright © 2016, 2017, 2019 Alex Griffin <address@hidden>
 ;;; Copyright © 2016 David Craven <address@hidden>
-;;; Copyright © 2016, 2017, 2019 Ludovic Courtès <address@hidden>
+;;; Copyright © 2016, 2017, 2019, 2020 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2016, 2017 José Miguel Sánchez García <address@hidden>
 ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017 Kei Kebreau <address@hidden>
@@ -430,8 +430,6 @@ to all types of devices that provide serial consoles.")
        #:phases
        (modify-phases %standard-phases
          (delete 'configure))))         ; no configure script
-    (native-inputs
-     `(("gcc" ,gcc-8)))                 ; for ‘-fstack-clash-protection’
     (synopsis "Linux command-line utility to control the PC speaker")
     (description "beep allows the user to control the PC speaker with 
precision,
 allowing different sounds to indicate different events.  While it can be run



reply via email to

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