On Sat, 16 Mar 2019, Jack Hill wrote:
I can see the scanner from my unprivileged user, and it shows up the the
GNOME hardware/calibration dialog. Unfortunately, clicking on the
"calibrate" button does nothing. On Debian buster with GNOME 3.30, doing
so brings up a calibration wizard.
I belie
mikadoZero,
mikadoZero wrote:
I have three questions about the output of:
`./pre-inst-env guix lint emacs-ace-link`
1) What is the significance of:
;;; note: source file
/home/guix/u/guix/guix/gnu/packages/image-processing.scm
;;; newer than compiled
/home/guix/u/guix/guix/gnu/package
I am preparing my first package. I have questions about the output of
guix lint.
I have done:
`guix environment guix`
`./bootstrap`
`./configure --localstatedir=/var`
`make`
`make check`
On a new git branch I have added emacs-ace-link to emacs-xyz.scm which
is:
(define-public emacs-ace-link
(
Ricardo Wurmus writes:
> mikadoZero writes:
>
>> I am trying to switch the root user from zsh to bash.
>>
>> The relevant part of my system configuration is:
>>
>> (users (cons (user-account
>>(name "guix")
>>(group "users")
>>(supplementary-groups '("wheel" "netdev" "
Hey all.
I am trying to use the rust language server. This might be a better
question for a rust oriented mailing list, but I am going to give it a
go here first.
I imported and installed the RLS from the crate importer, and installed
it that way. When I try to start the RLS from emacs using
Tobias Geerinckx-Rice writes:
> ...
> mikadoZero wrote:
>> I did copy the suggested exports that were output when I ran `guix
>> package --manifest=manifest.scm` into .zprofile and they were:
>
> Guix does *not* suggest copying these into shell initialisation files,
> and you should remove the o
Ricardo Wurmus writes:
> mikadoZero writes:
>
>> I did copy the suggested exports that were output when I ran `guix
>> package --manifest=manifest.scm` into .zprofile and they were:
>
> I suggest to not do this and to add this snippet instead:
>
> export GUIX_PROFILE="$HOME/.guix-profile"
>
mikadoZero writes:
> I am trying to switch the root user from zsh to bash.
>
> The relevant part of my system configuration is:
>
> (users (cons (user-account
> (name "guix")
> (group "users")
> (supplementary-groups '("wheel" "netdev" "audio"))
> (home-directo