Re: Dependence on an old version of a package.

2024-01-14 Thread Philippe Veber
No worries, and thanks for your answer! Le ven. 12 janv. 2024 à 13:51, Simon Tournier a écrit : > Hi Philippe, > > Sorry for the late reply. > > On Thu, 21 Dec 2023 at 11:31, Philippe Veber > wrote: > > > So I'm guessing that even when the bug is corrected, it

Re: Gnome hanging and exiting at login.

2024-01-11 Thread Philippe Veber
Thanks Mortimer, see also my message about unsetting some environment variables in .profile. Le jeu. 11 janv. 2024 à 08:41, Mortimer Cladwell a écrit : > This is the same behavior I find on Ubuntu. I was fortunate to correlate > it with the installation of guile-g-golf using guix. If I uninstall

Re: Gnome hanging and exiting at login.

2024-01-11 Thread Philippe Veber
ou suggested works for me. I still have not a clear idea what should be done to fix the problem in a satisfying way, but I'm willing to test suggestions. Le mer. 10 janv. 2024 à 10:58, Efraim Flashner a écrit : > On Tue, Jan 09, 2024 at 03:00:37PM +0100, Philippe Veber wrote: > &g

Re: Gnome hanging and exiting at login.

2024-01-09 Thread Philippe Veber
Seeing that I tried to fiddle with the variable XDG_DATA_DIRS but I didn't get anywhere. Let me know if I can give you more details, thanks again! Le mar. 9 janv. 2024 à 07:49, Efraim Flashner a écrit : > On Sun, Jan 07, 2024 at 05:44:59PM +0100, Philippe Veber wrote: > > Hi all, &g

Gnome hanging and exiting at login.

2024-01-08 Thread Philippe Veber
Hi all, I'm using guix on a Debian 12 machine (I installed guix through apt), and starting recently I can't log in anymore via gdm: after entering my password the display freezes (blank screen, mouse pointer is displayed but I can't move it) and after some time I'm back at login screen. If I move

Re: Dependence on an old version of a package.

2023-12-21 Thread Philippe Veber
Thanks a lot for having a look at it! So I'm guessing that even when the bug is corrected, it won't be possible to depend on a commit prior to May 1st 2019, is that right? Le mar. 19 déc. 2023 à 15:42, Simon Tournier a écrit : > Hi, > > On Sun, 10 Dec 2023 at 09:18, Phil

Dependence on an old version of a package.

2023-12-10 Thread Philippe Veber
Hi all and sorry if it's a FAQ ! I would like to write a package definition for a program that expects openmpi < 4.0.0, which is present in earlier versions of guix. If I'm not mistaken I have to use inferiors in that case, and I tried this : (use-modules (gnu packages mpi) (guix packages)

Re: Import of bioconductor data packages.

2019-08-17 Thread Philippe Veber
It works just fine, thanks a lot Ricardo! Now I'm going to prepare a patch for the new packages I've inserted in bioconductor. Le ven. 16 août 2019 à 15:10, Ricardo Wurmus a écrit : > > Ricardo Wurmus writes: > > > When Bioconductor retired their SVN repository we switched to > > downloading th

Import of bioconductor data packages.

2019-08-15 Thread Philippe Veber
Hi all, I am trying to import a bioconductor package that depends on a bioconductor data package. While the command for the software package works fine : guix import cran --archive=bioconductor ChIPQC the one for the data package doesn't : $ guix import cran --archive=bioconductor TxDb.Celegans

Re: List available versions of package.

2019-06-30 Thread Philippe Veber
Alright, thanks for all the clarifications! Le mer. 26 juin 2019 à 22:25, Ricardo Wurmus a écrit : > > Philippe Veber writes: > > > I suppose dependencies of these > > packages have to be maintained in the same channel right? Otherwise, if I > > rely on packages f

Re: List available versions of package.

2019-06-26 Thread Philippe Veber
Hi Ricardo, > Also, is it expected that packages from guix commits dating > > from a few years ago will still work in this setting? Thanks! > > Commits before the introduction of inferiors likely won’t work, > unfortunately. > Sounds natural, thanks for the confirmation. > For running old vers

Re: List available versions of package.

2019-06-26 Thread Philippe Veber
Hi Tobias, Le mar. 11 juin 2019 à 09:43, Philippe Veber > a écrit : > > Hello Tobias, and thanks a lot for your answer! > > I completely missed this reply. I am so sorry. > Really no worries, and thanks for lending your help! > > Philippe Veber wrote: > > H

Re: List available versions of package.

2019-06-22 Thread Philippe Veber
commits dating from a few years ago will still work in this setting? Thanks! ph. [0] https://www.gnu.org/software/guix/manual/en/guix.html#Inferiors Le mar. 11 juin 2019 à 09:43, Philippe Veber a écrit : > Hello Tobias, and thanks a lot for your answer! > > So as I understand it, the distri

Re: List available versions of package.

2019-06-11 Thread Philippe Veber
.org/software/guix/manual/en/guix.html#Inferiors Le lun. 10 juin 2019 à 23:31, Tobias Geerinckx-Rice a écrit : > Philippe, > > Philippe Veber wrote: > > I'm getting started with guix, and so far it's been just fine. > > Welcome! > > > I would like to see

List available versions of package.

2019-06-10 Thread Philippe Veber
Hi all, I'm getting started with guix, and so far it's been just fine. I would like to see all available versions for a given package. Is there a command that would help me with that? Cheers, Philippe.