all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Sorry, stupid question about guix pull
@ 2019-01-08 16:52 Jone
  2019-01-08 17:03 ` Julien Lepiller
  0 siblings, 1 reply; 5+ messages in thread
From: Jone @ 2019-01-08 16:52 UTC (permalink / raw)
  To: help-guix

I need execute this as root? For upgrade system libraries and kernel.
Part of my config:

(packages
 (let ((trash (map specification->package
                   '("zile" "wireless-tools"))))
   (append (map specification->package
                '("xfce" "slim" "gvfs" "xrandr" "unzip"
                  "emacs" "w3m" "emacs-guix" "alsa-lib"
                  "moreutils" "mlocate" "tree" "file"
                  "autobuild" "autoconf" "autogen" "automake" "ccache" "cmake"
"gcc-toolchain" "make"
                  ;;; and dependences - visibly!
                  "gnutls" "ncurses" "libx11" "gtk+" "imagemagick" "acl" "zlib"
"dbus" "glibc-utf8-locales"
                  ;;; new/additional
                  "alsa-utils" "nss-certs"))
           (remove (lambda (pkg)
                        (memq pkg trash))
                   %base-packages))))  ;;  %base-packages selected here!

I don't really understand how it works, but it was OK before, and now
I can't upgrade the system (the current version is 0.15).
Many libraries have not been updated with this config when you try to
update as 'su -l; guix pull'.

What is my mistake - I would like to use simple package names, but I
want them to be the latest versions. And after 'guix pull' I run 'guix
package -u', but no upgrade.

I see a message when I try to update individual packages: "Need
upgrade X with Y".

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-01-09 15:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-08 16:52 Sorry, stupid question about guix pull Jone
2019-01-08 17:03 ` Julien Lepiller
2019-01-08 17:49   ` Jone
2019-01-08 20:13     ` Julien Lepiller
2019-01-09 18:27       ` Jone

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.