On Mon, Apr 19, 2021 at 08:47:08PM -0400, Leo Famulari wrote:
> On Mon, Apr 19, 2021 at 10:30:13PM +0200, Simon Streit wrote:
> > I just tried again, and called mount as:
> > --8<---cut here---start->8---
> > /run/setuid-programs/mount -t ~/test/
> > --8<---
On Mon, Apr 19, 2021 at 08:24:38PM -0400, Leo Famulari wrote:
> On Mon, Apr 19, 2021 at 03:55:05PM -0700, Vagrant Cascadian wrote:
> > So... I'm not very familiar with how --target=ARCH cross-building works
> > in guix, but that somehow appears to trigger the issue...
>
> Thanks for your analysis.
Hi Guix!
What do you do when you want to use a package that
has already been removed from guix. An example is
that I have a legacy project that I help maintain
that still uses some old python2 packages. One of
them is python2-flask*. Right now, as a work
around, I manually write the package defin
Bonface,
Bonface Munyoki K. writes:
What do you do when you want to use a package that
has already been removed from guix. An example is
that I have a legacy project that I help maintain
that still uses some old python2 packages. One of
them is python2-flask*. Right now, as a work
around, I manu
On Tue, Apr 20, 2021 at 10:35:10AM +0200, Tobias Geerinckx-Rice wrote:
> You can use an ‘inferior’[0] Guix if you don't mind the entire closure of
> python2-flask* being frozen in the past -- possibly including
> incompatibilities or known security vulnerabilities.
>
> I don't know what their incl
Hi all!
I'm trying to get xmonad to run, here's what I've tried:
I created a desktop profile for my user with:
(specifications->manifest '("xmonad" "ghc-xmonad-contrib" "ghc-hostname"))
I have "source .../desktop/etc/profile" and "exec xmonad" in my
.xinitrc and an xmonad config in ~/.xmonad/xmon
Thank you
Tobias Geerinckx-Rice writes:
> Unless you can obtain a new IP that isn't part of these ‘high-risk
> ranges’, or connect through a bouncer elsewhere, you *need* to set
> up SASL. How that's done differs per client.
> Simply installing some packages won't cut it. You need to actually
Hi,
William writes:
> Do I need to fix a ghc version in my manifest? how do I find out which
> ghc xmonad used? If I need other libs (ghc-hostname for example) how
> do I specify one that's compiled with the same ghc?
All haskell packages use haskell-build-system as a build-system.
From guix/b
Hello,
I thought I had opened an issue about this but I must have kept it in my TODOs.
The haskell-build-system does not put outputs in the right place for the ghc
profile hook. xmonad --recompile should Just Work with any installed
haskell-build-system libraries installed via guix. I’ve been m