Hi,
Leo Famulari skribis:
> In unknown file:
>1 (primitive-load-path "gnu/services/shepherd" # 71cc3500 at ice-9/boot-9.scm:3514:37 ()>)
> In gnu/services/shepherd.scm:
>107:21 0 (_)
>
> gnu/services/shepherd.scm:107:21: In procedure allocate-struct: Wrong type
> argument i
Hi!
Christopher Lemmer Webber skribis:
> It suddenly struck me today that there is an easy way to change the
> default behavior while supporting the legacy behavior.
>
> How about we have a new command, "guix env", what is --ad-hoc by
> default? Then "guix environment" sticks around as legacy f
Hi,
Luis Felipe skribis:
> ‐‐‐ Original Message ‐‐‐
> On Tuesday, November 3, 2020 11:32 PM, zimoun
> wrote:
>
>> Hi,
>>
>> > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=76ea70bd70aeb76570445c11cea2f98139192b54
>>
>> Clever workaround! What are now the performances on previou
Hello,
zimoun skribis:
>> So it would seem we cannot simply used the pre-built database from
>> ‘shared-mime-info’ and merge it with that of the other packages, at
>> least not without changing ‘update-mime-database’ or re-implementing
>> parts of it on our side.
>
> ’shared-mime-info’ is simply
Hi,
Jesse Gibbons skribis:
> ~$ guix build --system=armhf-linux json-c
Like Danny hinted, this is *not* cross-compilation: this is native
compilation on ARMv7. It works because either you’ve set up offloading
to an actual ARMv7 machine, or you’ve set up transparent QEMU emulation.
In the latt
Hi,
divoplade skribis:
> I cannot add the "guile-3.0" package in any system configuration (the
> part that reads (packages (append (list ... %base-packages. When I
> do that, I get:
‘%base-packages’ already contains Guile (‘guile-3.0-latest’
specifically) so maybe you just don’t need to do
Hi!
Le vendredi 06 novembre 2020 à 11:07 +0100, Ludovic Courtès a écrit :
> ‘%base-packages’ already contains Guile (‘guile-3.0-latest’
> specifically) so maybe you just don’t need to do anything?
You're right! I just filtered out guile-3.0-latest from %base-packages
and it works!
Thank you.
di
On Thu, Nov 05, 2020 at 06:51:20PM +0100, Miguel Ángel Arruga Vivas wrote:
> Feel free to push these three together with the one for
> German when you have it ready.
Pushed as fc8ec5409bd3d7221afc2f9feaac4ce36d5c1192 and following.
Thank you for doing the work and thinking it through!
Regards,
Fl
Hi,
On Thu, 05 Nov 2020 at 17:59, Luis Felipe wrote:
Therefore, it is nice improvement! :-)
> real 0m56,245s
> user 0m4,324s
> sys 0m0,218s
> real 0m43,272s
> user 0m4,214s
> sys 0m0,200s
Because, I bet that most of the time is spent in the “time-machine”
part. I mean, compare with:
‐‐‐ Original Message ‐‐‐
On Friday, November 6, 2020 9:10 AM, Ludovic Courtès wrote:
> Hi,
>
> Luis Felipe luis.felipe...@protonmail.com skribis:
>
> > ‐‐‐ Original Message ‐‐‐
> > On Tuesday, November 3, 2020 11:32 PM, zimoun zimon.touto...@gmail.com
> > wrote:
> >
> > > Hi,
> >
My computer with Guix System has these graphics issues.
My graphics: NVIDIA GT 720
In the mean time I did a quick fix on my system in config.scm:
```
(use-modules (gnu)
(gnu packages ci) (guix packages) (guix utils))
(define-public cuirass/queue-1
(package/inherit cuirass
(name "cuirass-queue-1")
(arguments
(substitute-keyword-arguments (packag
Hello Eric,
> I can understand if this is not a configuration that we need to
> "support", but was hoping that there might be something that could bedone to
> help.
> These pictures were taken using the 1.1.0 release installer, but an
> installer I created for i686 at commit 8a7bbc35 seems to be
Musics,
Thanks for reporting this.
musics--- via Bug reports for GNU Guix 写道:
My computer with Guix System has these graphics issues.
My graphics: NVIDIA GT 720
The good news is that these issues aren't related to your system,
but simply a reproducible bug in how some SVG icons are built on
Fortunately, the problem was solved.
It had a simple solution,
I copied the private key of the last part of the ovpn file from under and
pasted it into another file and saved it with the "key" extension; In the last
step, after inserting the ovpn file, I put the key file in the last place
(call
Thanks, I hope this issue is resolved soon.
Hi Maxim,
Maxim Cournoyer skribis:
> From a79645c565e56ac201e66936d9f9883ad9387b06 Mon Sep 17 00:00:00 2001
> From: Maxim Cournoyer
> Date: Thu, 5 Nov 2020 00:24:29 -0500
> Subject: [PATCH] gdesktopappinfo: Fix monitoring of a Guix profile
> XDG_DATA_DIR.
> MIME-Version: 1.0
> Content-Type: te
On Fri, Nov 06, 2020 at 09:41:33AM +0100, Ludovic Courtès wrote:
> For posterity, do you know which commit(s) led to the failure above?
At the time of the failure, HEAD was
dfed0eca93b355fb04e7183a950362dc2ee3a846 (gnu: snap: Update to 6.2.4.).
I don't recall which commit I was "on" at the time,
On Wed, Nov 04, 2020 at 10:27:33PM +0100, musics--- via Bug reports for GNU
Guix wrote:
> To play a video with totem, I have this problem:
>
> An error occurred
> The playback of this movie requires a MPEG-4 AAC decoder plugin which is not
> installed.
>
> What package should be installed?
I'
I'm no longer seeing this problem with the latest alpine, 2.24 from guix
0e25fe420e710cbea84b7410964481468d14150f, so this issues can be closed.
Best,
Jack
Hey Ludovic,
Ludovic Courtès writes:
> Hi Maxim,
>
> Maxim Cournoyer skribis:
>
>> From a79645c565e56ac201e66936d9f9883ad9387b06 Mon Sep 17 00:00:00 2001
>> From: Maxim Cournoyer
>> Date: Thu, 5 Nov 2020 00:24:29 -0500
>> Subject: [PATCH] gdesktopappinfo: Fix monitoring of a Guix profile
>> X
Leo Famulari writes:
> On Wed, Nov 04, 2020 at 10:27:33PM +0100, musics--- via Bug reports for GNU
> Guix wrote:
>> To play a video with totem, I have this problem:
>>
>> An error occurred
>> The playback of this movie requires a MPEG-4 AAC decoder plugin which is not
>> installed.
>>
>> Wha
The following patch adds a GUIX_DISABLE_NETWORK_TESTS environment
variable and disables tests that require network access when it is set.
This is needed for packaging GNU Guix in Debian, where packaging policies
prohibit network access during builds, but may not technically block network
access du
Hello!
Jesse Gibbons writes:
> To replicate:
> cd to a git checkout of the source code, gnu/system/examples
> The hash for my current checkout is
> d7e033b9a153a9e60f52ff64f4eb355c1c3d0a6e which is also the hash for my
> current version of guix.
> guix system disk-image -t raw lightweight-deskto
26 matches
Mail list logo