On Sun, Oct 03, 2021 at 11:31:40AM +, phodina via wrote:
> Hi Guix,
>
> Lots of programs now allow users to extend their features through plugins.
> On non Guix distros where the user does not have the root priviledges they
> place
> the the content of their plugin in the configuration direct
> On Sun, Oct 3, 2021, at 15:59, Ekaitz Zarraga wrote:
>
> > Is there any chance that we can fix this?
>
> There's not a fix available upstream yet, right?
There's a mesa suggestion:
https://gitlab.freedesktop.org/mesa/mesa/-/issues/3751
But I didn't try it yet.
> > Any ideas?
>
> I think we ha
On Sun, Oct 3, 2021, at 15:59, Ekaitz Zarraga wrote:
> Is there any chance that we can fix this?
There's not a fix available upstream yet, right?
> Any ideas?
I think we have two different versions of Blender. Does the old one work?
> Well I was wrong about the patch applying cleanly too. Not paying close
> Attention, apparently. And that patch was merged already in the current
> Version of Blender we ship.
>
> It looks like my GPU, which is (according to lspci):
>
> 00:02.0 VGA compatible controller: Intel Corporation UHD
On Thu, Sep 30, 2021 at 12:08:53PM +0200, Konrad Hinsen wrote:
>guix environment --pure \
>--ad-hoc python nss-certs -- \
>python3 -c 'import urllib.request;
> print(urllib.request.urlopen("http://wwwbis.sidc.be/DATA/uset/Wlight/2003/11/UPH20031109112104.FTS";))'
>
> b
Hi Mortimer,
FWIW, I just packaged guile-dbd-mysql for Guix, and pushed it to the
master branch.
Cheers!
Arun
signature.asc
Description: PGP signature
Hi Guix,
Lots of programs now allow users to extend their features through plugins.
On non Guix distros where the user does not have the root priviledges they place
the the content of their plugin in the configuration directory in home
directory.
Here's example for Kicad:
~/.kicad_plugins/
~/.ki
Hi Guix,
I got questions regarding packaging Rust crates in Guix and
unfotunately I haven't found an answer in the documentation nor
in the help archive.
1. Sometimes the crate described in the Cargo.toml of a new package
is not available but there is another with different higher minor
or pa