Re: package manager guix on Windows and OSX

2021-06-25 Thread jbranso
June 25, 2021 7:18 PM, indieterminacy@libre.brussels wrote: > I love Latex, Context, I feel a bit weird for not having dabbled with > Texinfo. Im not sure Texinfo > is going to sway enough younger programmers (Im neither young nor old), I > fear too many have been > malconditioned into accepting

Re: package manager guix on Windows and OSX

2021-06-25 Thread indieterminacy
There are many bawdy jokes Id like to make concerning that citation. June 25, 2021 10:56 PM, jbra...@dismail.de wrote: > That and their software is top notch! Linus called their developers > "masturbating monkeys", because of their obsessive pursuit of security! > hahaha. At every shutdown, the

Re: package manager guix on Windows and OSX

2021-06-25 Thread jbranso
June 25, 2021 1:53 PM, "Jonathan McHugh" wrote: > Hi Joshua, > > A Guix-BSD hybrid would be delectable. > > I consider the OpenBSD community to be excellent, not only for their > prioritising a tight kernel and high levels of security standards but > because they refuse to release updates until

Re: package manager guix on Windows and OSX

2021-06-25 Thread Jonathan McHugh
Hi Joshua, A Guix-BSD hybrid would be delectable. I consider the OpenBSD community to be excellent, not only for their prioritising a tight kernel and high levels of security standards but because they refuse to release updates until documentation such as manpages are comprehensively written. Th

Re: Blender freezes i3wm

2021-06-25 Thread Chris Lemmer-Webber
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 Graphics 62

Re: package manager guix on Windows and OSX

2021-06-25 Thread Joshua Branson
Edouard Klein writes: > Hi ! > > The real problem will not be the languages (guile or C++), but the > system calls used by Guix. Ahh! Thanks for pointing that out! > > Guix makes use of some recent (less than 2 decades) and somewhat > advanced features of the Linux kernel, such as namespaces.

Re: DISTRHO-Ports license situation

2021-06-25 Thread Thorsten Wilms
On Tue, 22 Jun 2021 21:12:35 +0200 Thorsten Wilms wrote: > I created a package for https://github.com/DISTRHO/DISTRHO-Ports. > I now wonder if I should submit a patch, because the licensing > situation is a mess, with several of the plugins having no information > attached at all, though most hav

Re: package manager guix on Windows and OSX

2021-06-25 Thread Edouard Klein
Hi ! The real problem will not be the languages (guile or C++), but the system calls used by Guix. Guix makes use of some recent (less than 2 decades) and somewhat advanced features of the Linux kernel, such as namespaces. To port Guix to another operating system such as BSD (including OSX), one

Re: Environment variables hint

2021-06-25 Thread Tobias Geerinckx-Rice
Maybe I'm misunderstanding it but I think the manual is simply mistaken: “Unless you're using Guix System, the 'guix install' command must have printed this hint:” amuza 写道: hint: Consider setting the necessary environment variables by running: I expect this to happen on Guix Syst

Environment variables hint

2021-06-25 Thread amuza
Hello! I installed the Guix system. Sometimes, after installing a program I get the following message: hint: Consider setting the necessary environment variables by running: GUIX_PROFILE="/home/me/.guix-profile" . "$GUIX_PROFILE/etc/profile" Alternately, see `guix package --sea