Re: Booy fails after fresh, successful installation

2021-03-10 Thread divoplade
Le jeudi 11 mars 2021 à 08:30 +0100, Pierre Neidhardt a écrit : > Note that Guix uses linux-libre, _not_ linux, which may be the > difference here. I don’t think so, Gabriel Wicki wrote that the installer worked, and I assume the installer uses linux-libre too.

Re: Booy fails after fresh, successful installation

2021-03-10 Thread Pierre Neidhardt
Hi Gabriel, > i don't think it's lack of drivers since other OSs work just fine (without > binary blobs). How did you this? Which OS have you tried before? Note that Guix uses linux-libre, _not_ linux, which may be the difference here. Cheers! -- Pierre Neidhardt https://ambrevar.xyz/

Re: nix shellHook equivalent for guix environment?

2021-03-10 Thread Pierre-Antoine Bouttier
Hi, thank you for pointing this. I will check if it can fit my needs. Best --- Pierre-Antoine Bouttier GriCAD Research Engineer GriCAD - https://gricad.univ-grenoble-alpes.fr/ Batiment IMAG CS 40700 38058 Grenoble CEDEX 9 +33 4 57 42 18 66 > Le 10 mars 2021 à 16:03, Xinglu Chen a écrit : >

Re: nix shellHook equivalent for guix environment?

2021-03-10 Thread Pierre-Antoine Bouttier
Hi Simon, Thank you for your answer. Some interface helpers to build a proper manifest.scm would be appreciated, but this not really my problem here. Just FYI, nix-shell command is the equivalent of guix environment, and shellHook is the keyword of a particular section in the nix equivalent

Re: Mixed Languages Programming

2021-03-10 Thread divoplade
Hello, Le jeudi 11 mars 2021 à 08:23 +0900, Yasuaki Kudo a écrit : > Does anyone have an insight into mixing different programming > language? Say Visual Basic, Java, Racket, Haskell, etc I am aware of 3 different kinds of approaches: - writing programs in different languages, with one

Re: Mixed Languages Programming

2021-03-10 Thread Léo Le Bouter
On Thu, 2021-03-11 at 08:23 +0900, Yasuaki Kudo wrote: > Hello! Hello! I think you can use JSON-RPC libraries as modern alternatives to that. Also gRPC. The "micro-service" paradigm. > Is this a topic that is particularly interesting to the Guix > community because of interoperability, mixing

Mixed Languages Programming

2021-03-10 Thread Yasuaki Kudo
Hello! Does anyone have an insight into mixing different programming language? Say Visual Basic, Java, Racket, Haskell, etc I thought one way would be to convert each program into web services but I wonder if there is a more intimate way - I heard of something called Corba long time ago and

Re: Asking for clarifications

2021-03-10 Thread divoplade
Hello, Le mardi 09 mars 2021 à 21:03 +0300, Михалева, Екатерина a écrit : > As far as I know, GPLv2 and GPLv3 are incompatible and Linux kernel > is > licensed strictly under GPLv2 without any possibility to update to > any > further version. > I presumed that GPLv2 would make the whole product

Re: nix shellHook equivalent for guix environment?

2021-03-10 Thread Xinglu Chen
Hi! On Tue, Mar 09 2021, Pierre-Antoine Bouttier wrote: > Dear all, > > Do you know if there is any equivalent to shellHook, available for the > nix-shell command, for setting up a guix environment through a > manifest.scm file? > > Or maybe another methodology with guix to have approximatively

Asking for clarifications

2021-03-10 Thread Михалева , Екатерина
To whom it may concern, My name is Ekaterina Mikhaleva, I am a young researcher and a PhD student, majoring in IT/IP law. I would like to clarify how is it possible that the Guix System that is a free GNU/Linux distribution acknowledged by the FSF uses Linux kernel, which is licensed under

Re: calculate hashes for a new packages

2021-03-10 Thread zimoun
On Wed, 10 Mar 2021 at 22:01, Zelphir Kaltstahl wrote: > So it all depends on what I specify in my package description, about how GNU > Guix is to retrieve my package. Yes, as Leo pointed it out. :-) The method depends on the package source method to retrieve your package. All the best, simon

Re: calculate hashes for a new packages

2021-03-10 Thread divoplade
Hello, Le mercredi 10 mars 2021 à 20:14 +0100, Zelphir Kaltstahl a écrit : > How does one calculate the hash for a package one wants to add to GNU > Guix? My method is: take any hash from any package, change the first digit (if it’s 0, then write 1; if it’s 1, write 0), and try to build your

Re: calculate hashes for a new packages

2021-03-10 Thread Zelphir Kaltstahl
Hello Zimoun! On 3/10/21 9:19 PM, zimoun wrote: > On Wed, 10 Mar 2021 at 14:21, Leo Famulari wrote: >> On Wed, Mar 10, 2021 at 08:14:43PM +0100, Zelphir Kaltstahl wrote: >>> How does one calculate the hash for a package one wants to add to GNU Guix? >>> >>> I know 2 ways, giving me different

Re: calculate hashes for a new packages

2021-03-10 Thread zimoun
On Wed, 10 Mar 2021 at 14:21, Leo Famulari wrote: > On Wed, Mar 10, 2021 at 08:14:43PM +0100, Zelphir Kaltstahl wrote: >> How does one calculate the hash for a package one wants to add to GNU Guix? >> >> I know 2 ways, giving me different results. One is for the repository folder >> and >> one

Re: calculate hashes for a new packages

2021-03-10 Thread Zelphir Kaltstahl
Hi Leo! On 3/10/21 8:21 PM, Leo Famulari wrote: > On Wed, Mar 10, 2021 at 08:14:43PM +0100, Zelphir Kaltstahl wrote: >> How does one calculate the hash for a package one wants to add to GNU Guix? >> >> I know 2 ways, giving me different results. One is for the repository folder >> and >> one is

Re: calculate hashes for a new packages

2021-03-10 Thread Leo Famulari
On Wed, Mar 10, 2021 at 08:14:43PM +0100, Zelphir Kaltstahl wrote: > How does one calculate the hash for a package one wants to add to GNU Guix? > > I know 2 ways, giving me different results. One is for the repository folder > and > one is for the tarball: > > > guix hash --exclude-vcs

calculate hashes for a new packages

2021-03-10 Thread Zelphir Kaltstahl
Hello Guix Users! How does one calculate the hash for a package one wants to add to GNU Guix? I know 2 ways, giving me different results. One is for the repository folder and one is for the tarball: guix hash --exclude-vcs --recursive . guix hash PACKAGE-VERSION-tar.gz # a tarball created

How to compose sysctl-service-type?

2021-03-10 Thread Leo Famulari
I'm trying to set some default sysctl settings for Guix System: https://bugs.gnu.org/47013 The problem is that I can't figure out how to compose the sysctl-service-type. Overall, I'm really confused at the variety of ways that services are created and used. If we put (service

Re: nix shellHook equivalent for guix environment?

2021-03-10 Thread zimoun
Hi Pierre-Antoine, On Tue, 09 Mar 2021 at 17:23, Pierre-Antoine Bouttier wrote: > Do you know if there is any equivalent to shellHook, available for the > nix-shell command, for setting up a guix environment through a > manifest.scm file? > > Or maybe another methodology with guix to have

Re: Python, poetry, and pandas

2021-03-10 Thread zimoun
Hi, On Wed, 10 Mar 2021 at 16:38, Sébastien Lerique wrote: > In the course of trying out poetry for data science projects on > guix, I am running into the problem of some poetry-installed > packages not finding their desired libraries. (See example below > with pandas.) I suppose this is

Help with copy-build-system

2021-03-10 Thread Raghav Gururajan
Hello Guix! With the attached patch (top be applied on top-off current master), how to make copy-build-system to install files as `/bin/foofile` instead of `/bin/foodir/foofile`? (The foofiles are selected via #:include) Thank you! Regards, RG. diff --git a/gnu/packages/qt.scm

Re: Python, poetry, and pandas

2021-03-10 Thread Phil
Hi Sébastien, Sébastien Lerique writes: > Dear all, > > (I am aware that python-pandas is packaged for guix, but some packages > I will need down the road might not be; this project is also in > collaboration with non guix users, so I am looking for a workflow > which will work for them too.)