That makes sense. I'll try it later and report back.
Thanks!
ml...@posteo.de writes:
> But, one answer there has a possible solution for you:
> https://unix.stackexchange.com/a/399698
>
> --8<---
> #!/bin/sh -
>
> if [ "$1" != "--really" ]; then exec bash --posix -- "$0" --really "$@";
> fi
>
> shift
>
> #
zimoun writes:
> Maybe you can give a try to Guix Home Manager. :-)
>
> https://framagit.org/tyreunom/guix-home-manager
H, that looks interesting!
I'll take a look at it, thanks for the link :)
signature.asc
Description: PGP signature
zimoun writes:
> The easiest way to achieve similar is to use a manifest file, IMHO.
>
> Let consider the file below named '/tmp/my-emacs-config.scm', then it
> is easy to create a profile (or environment):
>
>guix package -m /tmp/my-emacs-config.scm -p /tmp/my-profile
>
> and the Emacs livin
zimoun writes:
> The formatting failed! :-(
>
> I let you use Emacs to reformat correctly. :-)
Challenge accepted!
signature.asc
Description: PGP signature
Pierre Neidhardt writes:
> Hi!
Hello :)
> I'm not sure this is the answer you are looking for, but with Guix you
> can simply install the desired "emacs-*" packages.
So if I were to add the 'emacs' and 'emacs-evil-collection' packages, I
could just require the packages? I'll try this next and
Hi Guix!
How can I get in Guix something similar to Nix's emacsWithPackages:
https://nixos.org/nixpkgs/manual/#sec-emacs-config
It shows how to use Nix's packaging capabilities to setup and configure
Emacs, instead of having "use-package" (or similar tools) downloading
and installing packages.
I
Ricardo Wurmus writes:
> Looking at the strace output I see that SVN complains about the temp
> directory already existing. This happens in download-svn-to-store in
> guix/svn-download.scm where we generate a temporary directory and pass
> it as an argument to build:svn-fetch.
>
> Yes, this must
> I'm afraid that I've had no success in getting this working. I'm still
> unable to 'guix import' packages from TeXlive. If you find a solution,
> please let me know!
Sure I will!
Efraim Flashner writes:
> IIRC the reason for having it this way is if the .po files are added to
> .gitignore then it messes with the guix snapshots and releases.
> Unfortunately I don't remember more than that.
Snapshots as in release snapshots?
Julien Lepiller writes:
> You should do "git checkout po" after your first make. You won't be annoyed
> by that anymore afterwards.
Thanks, I'm still familiarizing myself with the GNU Autotools workflow,
and I would do a full git clean every time I wanted to hack on Guix
source code, only reali
Hi Guix!
Is there a Guix equivalent of the nix-shell shebang?
Sample from Nix documentation
(https://nixos.org/nix/manual/#use-as-a-interpreter):
--8<---cut here---start->8---
#!/usr/bin/env nix-shell
#!nix-shell -i perl -p perl perlPackages.HTMLTokeParserSimp
Hi Guix!
When running the setup steps to prepare a patch, I find myself with a
dirty repository of changed files. Is this expected behaviour?
I couldn't find guidance regarding that on the manual or the mailing
list archives (only a similar issue[0]), and I wonder if is there a way
to avoid it, o
Hi Matthew
I had the same problem some days ago:
https://lists.gnu.org/archive/html/help-guix/2020-01/msg00017.html
The logs are really similar, and we both performed the same svn command
successfully.
I still am unable to run the TeX Live importer though. Were you able to
make it work after sen
Hi Guix!
the Guix TeX Live importer is broken for me:
--8<---cut here---start->8---
$ guix import texlive fontspec
redirection vers « https://ctan.org/xml/1.2/pkg/fontspec »...
Backtrace:
11 (primitive-load "/home/andreh/.config/guix/current/bin/…")
I
15 matches
Mail list logo