Re: KDE + Guix as a package manager

2020-02-02 Thread Ekaitz Zarraga
‐‐‐ Original Message ‐‐‐ On Sunday, February 2, 2020 12:59 AM, sirgazil wrote: > On Sat, 01 Feb 2020 18:35:02 -0500 Jesse gibbonsjgibbons2...@gmail.com > wrote > > > On Sat, 2020-02-01 at 21:07 +, Ekaitz Zarraga wrote: > > > > Hi, > > > > > > > > I have Guix installed as a

Could anyone please package RStudio?

2020-02-02 Thread Kyle Andrews
Dear Guix, Now that Qt 5.12 and qtwebengine have been added to Guix, would an experienced packager be able to add RStudio to Guix? It appears that all of the dependencies referenced in the NixOS package definition are also packaged for Guix. Many thousands of R users are enthusiastic about Repro

How can I replace Python venv and pip with Guix?

2020-02-02 Thread sirgazil
Hi, I'm currently using two package managers when working on my projects written in Python. I use Guix to install Python, and Python pip to install Python packages in project environments created with Python venv. So, for working on a specific project, I do the following: #+BEGIN_EXAMPLE # Cr

Re: Could anyone please package RStudio?

2020-02-02 Thread Ricardo Wurmus
Hi Kyle, > Now that Qt 5.12 and qtwebengine have been added to Guix, would an > experienced packager be able to add RStudio to Guix? […] > Below I provide > links to the NixOS RStudio package along with Rekado's package of an > older version of RStudio (which also didn't build for me). > > - >

Re: Could anyone please package RStudio?

2020-02-02 Thread Kyle Andrews
Ricardo Wurmus writes: > Hi Kyle, Hi Ricardo, > It’s on my list to eventually package a more recent version of Rstudio. > I’ve been using the older version for quite some time at the institute, > but it’s possible that with recent upgrades to Guix the package no > longer builds. > > One obst