Re: Plugins for Kicad and other programs

2021-10-03 Thread Efraim Flashner
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

Re: Blender freezes i3wm

2021-10-03 Thread Ekaitz Zarraga
> 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

Re: Blender freezes i3wm

2021-10-03 Thread Leo Famulari
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?

Re: Blender freezes i3wm

2021-10-03 Thread Ekaitz Zarraga
> 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

Re: Certificates in pure and containerized environments

2021-10-03 Thread Wiktor Żelazny
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

Re: Why no guile-dbd-mysql in Guix?

2021-10-03 Thread Arun Isaac
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

Plugins for Kicad and other programs

2021-10-03 Thread phodina via
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

Crates versions and their replacement

2021-10-03 Thread phodina
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