On 2022-03-05 23:44, Ludovic Courtès wrote:
> Hi Andrew,
>
> The patches reached my mailbox around the time I went on vacation and
> then fell through the cracks. Sorry about that!
No problem, I hope you had a good rest and got some fun!
>
> Andrew Tropin skribis:
>
>> After that patch series
Hello
When initiating formatting of a USB flash drive in GNOME Files
(Nautilus), GNOME Disks (gnome-disk provided by gnome-disk-utility
package) opens followed by the volume formatting dialog. Currently, by
default, it is only possible to format the disk in Ext4. Other options
are grayed out, exce
Am Dienstag, dem 08.03.2022 um 13:33 -0500 schrieb Philip McGrath:
> I can see (at least) two paths forward:
>
> 1. `%nix-{arch,os}-to-chez-alist` could become many-to-one rather
> than one-to-one. Presumably we'd use the first applicable entry
> when going from Chez to Nix.
>
> 2. We co
Am Dienstag, dem 08.03.2022 um 17:11 +0100 schrieb Ludovic Courtès:
> [...]
> With the patch below, we get more sensible behavior:
>
> --8<---cut here---start->8---
> scheme@(guile-user)> (modify-inputs (append $5 $4)
> (replace "glib" xpd
Hi,
Ludovic Courtès writes:
>> guix pull: error: failed to connect to `/var/guix/daemon-socket/socket':
>> Connection refused
>
> This suggests that guix-daemon is not running. Could it be that it
> failed to start? Does ‘journalctl -u guix-daemon.service’ contain any
> clue?
>
> BTW, accor
Hi Chris,
Did you have a chance to look into it?
https://issues.guix.gnu.org/53355
TIA. :-)
Ludo’.
Ludovic Courtès skribis:
> Hi Chris,
>
> Thanks for debugging this!
>
> Chris Marusich skribis:
>
>> From c3eea81846ae71a246e6b592be74062f4bf26474 Mon Sep 17 00:00:00 2001
>> From: Chris Ma
On Tuesday, March 8, 2022 10:32:48 AM EST Liliana Marie Prikler wrote:
>
> The error appears to be that nix-system->chez-machine was rather poorly
> coded and overlooked in review. In particular, i686 should probably
> also default to the i386 case.
>
I must for some reason not have been thinki
Hello!
I have an issue where I can't get slynk to load inside stumpwm with Guix
as the package manager. I have no issue loading slynk with either nyxt
or when running a sbcl-repl even without modifying
asdf:*central-registry*. These are the packages I have in my profile:
glibc-locales 2.33
/etc$ sudo -i guix pull
Kanal „guix“ wird vom Git-Repository auf
„https://git.savannah.gnu.org/git/guix.git“ aktualisiert …
Kanal „guix“, Commits 9edb3f6 bis e7886fd werden authentifiziert (16.614 neue
Commits) …
Von diesem Kanal wird erstellt:
guix https://git.savannah.gnu.org/git/guix.g
Updating channel 'guix' from Git repository at
'https://git.savannah.gnu.org/git/guix.git'...
Authenticating channel 'guix', commits 9edb3f6 to e7886fd (315 new
commits)...
Building from this channel:
guix https://git.savannah.gnu.org/git/guix.git e7886fd
substitute: updating substitute
Hi,
Gordon Quad skribis:
> poppler package include glib as a native-input with "bin" output.
>
> If I am doing the following:
>
> (package/inherit poppler
> (native-inputs
> (modify-inputs (package-native-inputs poppler)
> (replace "glib" my-glib
>
> poppler's build w
Am Dienstag, dem 08.03.2022 um 09:00 +0100 schrieb Liliana Marie
Prikler:
> > I do think this is an issue with commit e8518c43 because
> >
> > --8<---cut here---start->8---
> > guix pull --commit=e8518c43 --system=i686-linux -p /tmp/guix
> > --8<---c
"bdju" skribis:
> On Fri Mar 4, 2022 at 8:07 AM CST, Guillaume Le Vaillant wrote:
>> Hi,
>>
>> FreeCAD also has some issues with the rendering of its "start page"
>> where the text is missing.
>> And as Calibre and FreeCAD are apparently both Python applications using
>> QtWebEngine, it may indic
Tweaks the qt.args in Qutebrowser by adding "no-sandbox" it now renders
text properly, I guess the sandbox of qtwebengine is broken.
--
Retrieve my PGP public key:
gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F
Zihao
signature.asc
Description: PGP signature
Hi,
On dim., 28 nov. 2021 at 02:50, John Kehayias
wrote:
> While working on importing a bunch of Haskell packages, I came across
> a cycle created by the importer (twice actually, but forgot the other
> one). Perhaps this is from the metadata from Hackage, as it doesn't
> create the cycle when
Hi,
On ven., 31 déc. 2021 at 12:00, zimoun wrote:
> On Fri, 31 Dec 2021 at 11:15, bbb ee wrote:
>
>> > Is it a bug on Guix side or upstream? Because it seems that upstream
>> > does not provide metadata information, at least, as usually expected.
>>
>> `pip install PyPortfolioOpt`, `poetry add
Hi Ricardo,
On mar., 07 déc. 2021 at 11:26, Ricardo Wurmus wrote:
> ./pre-inst-env guix import pypi -r pytestrerunfailures
--8<---cut here---start->8---
$ guix import pypi pytestrerunfailures
following redirection to `https://pypi.org/pypi/pytestrerunfailures
Hi Hartmut,
On jeu., 09 juil. 2020 at 09:53, Hartmut Goebel
wrote:
> In most gnu/packages/*.scm files are (expected to be) sorted alphabetically.
While I agree with this recommendation to sort alphabetically
gnu/packages/*.scm...
> Now when importing some packages recursivly, packages are outp
Hi,
On lun., 28 juin 2021 at 11:39, Ludovic Courtès wrote:
> Maxim Cournoyer skribis:
>> In the mean time, the statu quo seems the best option to me (manually
>> specify the setuptools extensions as native-inputs for the python
>> packages that need it). We should look forward adjusting our im
Hi,
On ven., 10 mai 2019 at 14:41, Jack Hill wrote:
> As discussed on guix-devel[0] the pypi importer should probably not fill in
> the hash with that of the wheel if a proper source archive is not found on
> pypi.
>
> [0] https://lists.gnu.org/archive/html/guix-devel/2019-05/msg00209.html
Now t
Hi Ludo,
On Tue, 8 Mar 2022 at 09:36, Ludovic Courtès wrote:
> Fixed in ebb03447f8cc93b9e070b3e7706d7a64d5d1772c.
>
> The problem was with projects that lack a home page on PyPI. For
> others, the result looks like this:
Well, we are fixing importer per importer when the same issue appears
acr
Hi,
Any update on this one?
https://issues.guix.gnu.org/53296
If there’s no reliable way to reproduce it, I’ll close the bug soon.
Thanks,
Ludo’.
Ludovic Courtès skribis:
> Hi,
>
> elaexuo...@wilsonb.com skribis:
>
>> Ludovic Courtès wrote:
>>> Here’s how I tried (and failed) to reproduce
Hi,
dal-bla...@onenetbeyond.org skribis:
> The systemd unit file from debian looks like that
> (I only added the https_proxy, with localhost or 127.0.0.1, with or
> without the leading http://):
[...]
> [Service]
> ExecStart=/var/guix/profiles/per-user/root/current-guix/bin/guix-daemon
> --bui
Hi Silas,
Silas Vedder skribis:
> In ./guix/serialization.scm:
>102:11 1 (read-int #)
> 80:6 0 (get-bytevector-n* # 8)
>
> ./guix/serialization.scm:80:6: In procedure get-bytevector-n*:
> ERROR:
> 1. &nar-error:
> file: #f
> port: #
> guix pull: error: You found a bug: t
Hi,
Ricardo Wurmus skribis:
> The only download for the kaleido package on Pypi is a binary. There is
> no source code on Pypi. The importer recognizes this but then prints a
> confusing backtrace when attempting to print a hint:
>
> ./pre-inst-env guix import pypi kaleido
> guix import: error
Ludovic Courtès skribis:
> The following command ends up creating an invalid derivation in the
> glib-schemas hook:
>
> $ guix shell -D guile-next --with-branch=guile-next=stable-2.2
> python-matplotlib
> guix shell: error: derivation
> `/gnu/store/6hy95hpjbbzvppwxndzapi3f5s1xcgkm-glib-schem
Hi Diego,
Am Montag, dem 07.03.2022 um 18:12 + schrieb Diego Nicola Barbato:
> Hi Liliana,
>
> Liliana Marie Prikler writes:
>
> > Hi,
> >
> > Am Montag, dem 07.03.2022 um 12:47 + schrieb Diego Nicola
> > Barbato:
> > > Hi Guix,
> > >
> > > Commit e8518c43 (gnu: Add stex) breaks guix
27 matches
Mail list logo