aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-03-08 21:21:14 +0100
committerLudovic Courtès <ludo@gnu.org>2020-03-08 21:21:57 +0100
commite5059c95aa375e5941c6d68dd706d93a90f77168 (patch)
treee1a65420eb4025896beaaf557468ed65b71fb668
parent1d91680c840a82d0c284c64c8845792324bf1434 (diff)
downloadguix-e5059c95aa375e5941c6d68dd706d93a90f77168.tar
guix-e5059c95aa375e5941c6d68dd706d93a90f77168.tar.gz
gnu: beep: Remove dependency on GCC 8.
* gnu/packages/terminals.scm (beep)[native-inputs]: Remove.
-rw-r--r--gnu/packages/terminals.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index eea8490272..83eed3e036 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2016 Mckinley Olsen <mck.olsen@gmail.com>
;;; Copyright © 2016, 2017, 2019 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2016 David Craven <david@craven.ch>
-;;; Copyright © 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2016, 2017, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016, 2017 José Miguel Sánchez García <jmi2k@openmailbox.org>
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net>
@@ -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