aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-09-17 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-09-17 02:00:00 +0200
commit5d2593be0a9a766dfb1d93490047940b7b81d381 (patch)
treeabf50a579792660a364c29994b8ba3ab3d9581cc
parent7a898188fddc4788258894515c79ae62ad1ad766 (diff)
downloadguix-5d2593be0a9a766dfb1d93490047940b7b81d381.tar.gz
guix-5d2593be0a9a766dfb1d93490047940b7b81d381.zip
gnu: w3m: Remove input labels.
* gnu/packages/w3m.scm (w3m)[native-inputs]: Remove input labels.
-rw-r--r--gnu/packages/w3m.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/w3m.scm b/gnu/packages/w3m.scm
index 065731092e..f87cab998b 100644
--- a/gnu/packages/w3m.scm
+++ b/gnu/packages/w3m.scm
@@ -78,9 +78,7 @@
openssl
zlib))
(native-inputs
- `(("gettext" ,gettext-minimal)
- ("perl" ,perl)
- ("pkg-config" ,pkg-config)))
+ (list gettext-minimal perl pkg-config))
(home-page "https://w3m.sourceforge.net/")
(synopsis "Text-mode web browser")
(description
an>Ludovic Courtès 2021-01-12services: Add keepalived service....Oleg Pykhalov 2020-11-05services: Add yggdrasil-service-type....raingloom 2020-09-24services: WPA Supplicant: Conditionally depend on D-Bus....Marius Bakke 2020-08-16services: connman-shepherd-service: Don't use short flags....Efraim Flashner 2020-07-06services: simulated-wifi: Use 'kernel-module-loader'....Brice Waegeneire 2020-07-02services: wpa-supplicant: Support specifying additional service dependencies....Marius Bakke 2020-07-02services: wpa-supplicant: Do not export the <wpa-supplicant-configuration> re......Marius Bakke 2020-05-08services: Add descriptions....Ludovic Courtès 2020-04-19services: Add 'simulated-wifi-service-type'....Ludovic Courtès 2020-04-19services: Add 'hostapd-service-type'....Ludovic Courtès 2020-03-16services: dhcpd: Use 'invoke/quiet' when validating the config file....Ludovic Courtès 2019-12-29services: dhcp-client: Ignore interfaces that cannot be activated....Brice Waegeneire 2019-11-11services: Add pagekite-service-type....Alex Griffin 2019-10-31services: ntp: Fix a crash when using legacy configuration....Maxim Cournoyer 2019-10-30services: ntp: Ensure no double quotes are output to config file....Maxim Cournoyer 2019-10-18services: network-manager: Create account for 'network-manager-openconnect'....Ludovic Courtès 2019-10-18services: network-manager: Export 'network-manager-configuration-vpn-plugins'....Ludovic Courtès 2019-09-18services: Add nftables-service-type....宋文武 2019-09-08services: openntpd: Fix the config generation code....Maxim Cournoyer 2019-09-08services: openntpd: Add test for issue #3731....Maxim Cournoyer 2019-09-08services: openntpd: Remove useless let....Maxim Cournoyer 2019-09-08services: ntp: Support different NTP server types and options....Maxim Cournoyer 2019-09-08services: ntp: Fix KOD warning....Maxim Cournoyer 2019-09-08services: ntp: Allow large adjustment by default....Maxim Cournoyer 2019-07-17services: network-manager: Clear default OpenVPN user....Jelle Licht 2019-07-17services: network-manager: Properly load vpn plugins...Jelle Licht 2019-06-24services: network-manager: Create '/var/lib/misc' directory for dnsmasq....Florian Pelz 2019-06-15services: Add usb-modeswitch-service-type....Florian Pelz 2019-05-09services: dhcp-client: Ignore interfaces that are not ARP capable....Marius Bakke 2019-04-23services: connman: Redirect output to a log file....Ludovic Courtès 2019-04-05services: wpa-supplicant: Log to syslog....Ludovic Courtès 2019-03-31services: Open vSwitch: Provide a default configuration....Marius Bakke