Advertisement
Guest User

Untitled

a guest
Sep 25th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.95 KB | None | 0 0
  1. debian@bootstrap:/tmp$ guix package -i hello
  2. guix package: warning: Consider running 'guix pull' followed by
  3. 'guix package -u' to get up-to-date packages and security updates.
  4.  
  5. The following package will be upgraded:
  6.    hello    2.102.10   /gnu/store/bihfrh609gkxb9dp7n96wlpigiv3krfy-hello-2.10
  7.  
  8. nothing to be done
  9. debian@bootstrap:/tmp$ cat ~/.guix-profile/manifest
  10. (manifest
  11.   (version 3)
  12.   (packages
  13.     (("hello"
  14.       "2.10"
  15.       "out"
  16.       "/gnu/store/bihfrh609gkxb9dp7n96wlpigiv3krfy-hello-2.10"
  17.       (propagated-inputs ())
  18.       (search-paths ())
  19.       (properties))
  20.      ("glibc-utf8-locales"
  21.       "2.27"
  22.       "out"
  23.       "/gnu/store/mbns811n696fl7g060cx6jqjh75mlj8i-glibc-utf8-locales-2.27"
  24.       (propagated-inputs ())
  25.       (search-paths ())
  26.       (properties)))))
  27. debian@bootstrap:/tmp$ guix package -m ~/.guix-profile/manifest
  28. /home/debian/.guix-profile/manifest:1:0: error: Wrong number of arguments
  29. debian@bootstrap:/tmp$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement