aboutsummaryrefslogtreecommitdiff
path: root/tw/system/lud.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/system/lud.scm')
-rw-r--r--tw/system/lud.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/tw/system/lud.scm b/tw/system/lud.scm
index fc9e85c6..44bd4293 100644
--- a/tw/system/lud.scm
+++ b/tw/system/lud.scm
@@ -54,12 +54,12 @@
;; under their own account: use 'guix search KEYWORD' to search
;; for packages and 'guix install PACKAGE' to install a package.
(packages
- (cons*
+ (list
ffmpeg tor ; for video downloader
;; For Nextcloud. PHP modules must be installed in system
;; profile, as that's referred to in Nextcloud's php.ini.
- php php-apcu php-imagick openssl ; curl is in `%base-system-packages'
- %base-system-packages))
+ ;; curl is already installed by `server-base-services'.
+ php php-apcu php-imagick openssl))
;; Below is the list of system services. To search for available
;; services, run 'guix system search KEYWORD' in a terminal.