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
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
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,
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
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