On Mon, Nov 14, 2022 at 11:30:47PM +0100, Sébastien Rey-Coyrehourcq wrote:
> Hi,
>
> After some day of packaging rust crate, i progress and deno start to compile
> … but after 1min i have this error when cargo start compiling *rust-v8-0.49*
> . Any rust + guix help appreciated.
>
> I push the c
Hi jgart,
I think you could try with the time machine:
guix time-machine --branch=core-updates -- search …
Le 15 novembre 2022 06:45:35 GMT+01:00, jgart a écrit :
>hi,
>
>how can I search for packages across the core-updates branch with `guix
>search` and without ./pre-inst-env?
>
Hi jgart, are you trying to use -L in the guix repository? Use pre-inst-env
instead.
Le 14 novembre 2022 23:44:02 GMT+01:00, jgart a écrit :
>Hi,
>
>has anyone ever gotten this backtrace before? I was trying to update
>`emacs-crdt`:
>
> guix-shell guix build -L . emacs-crdt
>guix build: warning
hi,
how can I search for packages across the core-updates branch with `guix
search` and without ./pre-inst-env?
Benjamin,
I'm also curious about this. I've found the official MullvadVPN app (installed
via Nix) on Guix seems to end up with sporadic DNS problems.
If you're okay with limited servers, you can use bitmask through
bitmask-service-type, which uses RiseupVPN by default. It does a good
job of
Joshua,
This has been broken for me for at least a year. :(
I see.
I've since moved to seatd, which apparently doesn't support autologin.
So for now, I am just not worrying about autologin to tty. :)
Are you using seatd as system service?
Regards,
RG.
OpenPGP_signature
Description: O
Hi Fenix,
On Mon, Nov 14, 2022 at 4:00 PM jord...@librebits.info
wrote:
>
> no code formodule (nongnu packages linux)" .
I believe that our project's etiquette would direct your question to a
nonguix forum.
I am not sure whether there is a mailing list. Personally, I would ask
in #nonguix on IR
On Sun, Nov 13, 2022 at 04:49:05PM -0800, Tom Willemse wrote:
> Hey Efraim,
>
> Efraim Flashner writes:
>
> > On Mon, Oct 31, 2022 at 12:18:50AM -0700, Tom Willemse wrote:
> >> Hey Guix \o/
> >>
> >> I've been wanting to package one of my little scripts in Guix Home and
> >> it uses a little li
On 2022-11-14 16:38, jg...@dismail.de wrote:
> On Mon, 14 Nov 2022 10:16:33 -0500 Jake Shilling
> wrote:
>> On 2022-11-14 09:01, jg...@dismail.de wrote:
>
>> If I evaluate this file ...
>
> Cool, what did you do to evaluate the file exactly?
I usually use `geiser-load-file` (C-c C-l), but for i
> Hi,
>
> After some day of packaging rust crate, i progress and deno start to
> compile … but after 1min i have this error when cargo start compiling
> *rust-v8-0.49* . Any rust + guix help appreciated.
Your determination is extraordinary :)
> note: run with `RUST_BACKTRACE=1` environment varia
On Sun, 13 Nov 2022 22:07:02 -0700 (19 hours, 51 minutes, 38 seconds ago),
Raghav Gururajan wrote:
> Hello Guix,
> With either OpenVPN or Wireguard system services, is it possible to route DNS
> requests and also opt to block connections without VPN?
I'm also curious about this. I've found the
On 2022-11-14 09:01, jg...@dismail.de wrote:
> On Sat, 12 Nov 2022 10:48:54 -0500 Jake Shilling
> wrote:
>>
>> If I'm reading this right, I belive that this macro is looking for the
>> 'add-after symbol--as a symbol--and not looking for any value referenced
>> by it.
>
> Does geiser work on the
Hi, guix allows setting up an environment containing all the
dependencies for development of a package; this can be done via a
guix.scm file containing the package definition.
My question is, if I am developing a package which has dependencies
with newer versions than what is available in the guix
Hello Guix,
With either OpenVPN or Wireguard system services, is it possible to
route DNS requests and also opt to block connections without VPN?
Regards,
RG.
OpenPGP_signature
Description: OpenPGP digital signature
Gottfried writes:
> Cambridge Dictionary and Oxford Advanced Learner's Dictionary have a:
> Mozilla Public License 2.0
> Is that proprietäry software?
No, the MPL2.0 is a free software license. You can also take a look at
the non-exhaustive list of free licenses in guix/licenses.scm.
--
Ric
Raghav Gururajan writes:
> Joshua,
>
> Any you still using `Auto-Login to a Specific TTY` guide mentioned in cookbook
> [1]?
>
> I'm getting the message `Error in service module` in TTT and doesn't
> auto-login.
>
> Here are references to my config, [2] and [3].
>
> Any ideas?
>
This has been b
On Sat, 12 Nov 2022 10:48:54 -0500 Jake Shilling
wrote:
>
> If I'm reading this right, I belive that this macro is looking for the
> 'add-after symbol--as a symbol--and not looking for any value referenced
> by it.
Does geiser work on the macroexpanded forms in %modify-phases that are
not macro
heya guixers ! i have a problem: while trying to 'guix system reconfigure
/etc/config.scm' (see attached file) in order to switch from Linux-libre to
Linux Kernel.
Guix says : "guix system: error: failed to load
'/etc/config.scm': ice-9/boot-9.scm:3330:6: In procedure
resolve-interface: n
Hi,
has anyone ever gotten this backtrace before? I was trying to update
`emacs-crdt`:
guix-shell guix build -L . emacs-crdt
guix build: warning: failed to load '(build-aux build-self)':
no code for module (build-aux build-self)
./build-aux/build-self.scm:19:0: warning: module name (build-self)
Hi,
After some day of packaging rust crate, i progress and deno start to compile …
but after 1min i have this error when cargo start compiling *rust-v8-0.49* .
Any rust + guix help appreciated.
I push the channel to reproduce the problem here :
The rust scm repo : git.sr.ht:~reyman/rust-channe
Joshua Branson 写道:
really really lazy (insecure) way via ~/.authinfo.
I'll keep this tangent short:
~ λ file .authinfo.gpg
.authinfo.gpg: data
(There is no step 2.)
Kind regards,
T G-R
signature.asc
Description: PGP signature
On Mon, 14 Nov 2022 10:16:33 -0500 Jake Shilling
wrote:
> On 2022-11-14 09:01, jg...@dismail.de wrote:
> If I evaluate this file ...
Cool, what did you do to evaluate the file exactly? Where you on Guix System
when this worked for you?
22 matches
Mail list logo