bug#25758: Should zathura depend on zathura-pdf-poppler?

2017-02-16 Thread Alex Kost
Mekeor Melire (2017-02-16 18:01 +0100) wrote: > zathura is a document viewer: > > synopsis: Lightweight keyboard-driven PDF viewer > description: Zathura is a customizable document viewer. It > provides a minimalistic interface and an interface that mainly focuses > on keyboard intera

bug#25762: trailing slash breaks “guix package”

2017-02-16 Thread Ricardo Wurmus
Here’s a confusing error: --8<---cut here---start->8--- $ guix package -p $HOME/.guix-profile/ -l Backtrace: In ice-9/boot-9.scm: 160: 13 [catch #t # ...] In unknown file: ?: 12 [apply-smob/1 #] In ice-9/boot-9.scm: 66: 11 [call-with-prompt prompt0 ...] In

bug#25759: Should 'surf' depend on 'xprop' and 'dmenu'?

2017-02-16 Thread Mekeor Melire
The Guix package for the 'surf' browser (from suckless project) does not depend on the packages 'xprop' and 'dmenu'. Thus, when you only install 'surf' (and do not have 'xprop' and 'dmenu' installed), you can only open a new URL, by re-running 'surf' with that new URL as command-line argument,

bug#25758: Should zathura depend on zathura-pdf-poppler?

2017-02-16 Thread Mekeor Melire
zathura is a document viewer: synopsis: Lightweight keyboard-driven PDF viewer description: Zathura is a customizable document viewer. It provides a minimalistic interface and an interface that mainly focuses on keyboard interaction. Meanwhile, when you only install zathura its

bug#25752: go incremental builds broken

2017-02-16 Thread Hank Donnay
Hello, It seems the guix's go package is broken when the go tool is used for incremental builds. Any attempt to use 'install' or 'build -i' results in an attempt to write to the store. A one-liner: guix environment --ad-hoc go -- bash -c 'export t=$(mktemp -d); cd $t && export GOPATH=$(pwd) G