Le dimanche 03 janvier 2021 à 21:49 +0100, Tobias Geerinckx-Rice a
écrit :
> Hi Christophe,
>
> Christophe Pisteur 写道:
> > 1) after guix pull, I get the following message:
> >
> > export PATH="$HOME/.config/guix/current/bin:$PATH"
> > export
> > INFOPATH="$HOME/.config/guix/current/share/info:$I
Hi Christophe,
Christophe Pisteur 写道:
1) after guix pull, I get the following message:
export PATH="$HOME/.config/guix/current/bin:$PATH"
export
INFOPATH="$HOME/.config/guix/current/share/info:$INFOPATH"
I don't quite understand what to type in the terminal.
Exactly these two lines as prin
Hello,
sorry for the newbie question.
1) after guix pull, I get the following message:
export PATH="$HOME/.config/guix/current/bin:$PATH"
export INFOPATH="$HOME/.config/guix/current/share/info:$INFOPATH"
I don't quite understand what to type in the terminal. Should I replace
$HOME or HOME with
Leo Famulari writes:
> On Mon, Nov 23, 2020 at 04:07:25PM +0100, Ludovic Courtès wrote:
>> We are pleased to announce the release of GNU Guix 1.2.0, which also
>> marks the eighth anniversary of Guix today.
>
> Hooray!
>
>> This release corresponds to 10,248 commits over 6.5 months by 201 people.
Hej,
my login shell is bash, and I have edited it. Yet, adding the lines you
have provided did not really help the issue.
I have now written an .xsession file which looks like this:
--8<---cut here---start->8---
#!/usr/bin/env bash
. /etc/profile &
. ~/.ba
Hi,
You most probably have an issue with your dotfiles.
Some comments below:
Olivier Rojon writes:
> --8<---cut here---start->8---
> #!/usr/bin/env bash
> . /etc/profile &
> . ~/.bashrc &
> exec exwm
> --8<---cut here---end--
Try wrapping everything in a toolchain, as defined in (gnu packages
commencement). Then you'll have the ld-wrapper you need and everything
(define-public gm2-toolchain
(make-gcc-toolchain gm2))
or even
(define-public gm2-toolchain
(package
(inherit (make-gcc-toolchain gm2))
(synopsis
I have trouble building the GNU Modula 2 compiler
[[https://www.nongnu.org/gm2/][GNU Modula 2 compiler]]. And I think I
could use some help with that.
tl;dr: After packaging the GNU Modula 2 compiler with guix I get an
error about: '/usr/bin/ld: cannot find crt1.o: No such file or
directory'
Th
Hi!
While I haven't used it in a few months, here is what I did to set it
up:
--8<---cut here---start->8---
(operating-system
(inherit %bababa/os)
(packages (cons* nix
...))
(services (cons*
(service nix-service-type)
Happy New Year!
I tried to use Nix on my Guix System by following instructions I found on the
Internet (I added both nix package and nix service in my system
configuration.scm file.)
I then followed standard Nix installation instructions like adding a Nix
channel, etc - only to find no package
10 matches
Mail list logo