aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/julia.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-04-22 10:23:59 +0800
committer宋文武 <iyzsong@gmail.com>2015-04-22 10:44:03 +0800
commitb19d6805a95404750ac90f19d78e29c885daacff (patch)
tree3c59f99c41688cfc6d47a0da8a7c77e109bb70e1 /gnu/packages/julia.scm
parent702513b51acfec33567477383778a3907a448481 (diff)
downloadguix-b19d6805a95404750ac90f19d78e29c885daacff.tar.gz
guix-b19d6805a95404750ac90f19d78e29c885daacff.zip
Remove all the 'CC=gcc' hacks for 'g-ir-scanner'.
* gnu/packages/glib.scm (telepathy-glib)[arguments]: Remove. * gnu/packages/gtk.scm (at-spi2-core, gtk+-2): Remove #:make-flags. * gnu/packages/gnome.scm (libpeas, librsvg, vala, vte, json-glib, libxklavier, libsoup, libsecret, colord, geocode-glib, libgweather): Remove #:make-flags or the '(setenv "CC" "gcc")' phase.
Diffstat (limited to 'gnu/packages/julia.scm')
0 files changed, 0 insertions, 0 deletions
(else
- login-program))))
+@var{motd} is a file-like object to use as the ``message of the day''."
+ (with-monad %store-monad
(return
(service
(documentation (string-append "Run mingetty on " tty "."))
@@ -861,7 +854,7 @@ gexp, to open it, and evaluate @var{close} to close it."
(define %base-services
;; Convenience variable holding the basic services.
- (let ((motd (text-file "motd" "
+ (let ((motd (plain-file "motd" "
This is the GNU operating system, welcome!\n\n")))
(list (console-font-service "tty1")
(console-font-service "tty2")