Re: 2 Profiles with 2 different version of Musescore

2023-05-01 Thread Gottfried
Hi, thanks very much for your help. As a shorthand you could add an alias like this alias mscore4="/home/gfp/Projekte/pfad/zum/profil/mit/musescore4/bin/mscore" to .bash_aliases (if it is being 'source'd by bashrc) or.bashrc otherwise. (Put everything in one line. My mailclient automatica

Re: Docker image format with services

2023-05-01 Thread Markku Korkeala
Hi all, just joined here, so I couldn't reply to the actual actual email, I copied the below message from the archive to this email On 4/18/23 02:05, Jack Hill wrote: I then load that into docker: `docker load < /gnu/store/…tar.gz`, and run it with `docker run guix`. So far, so good. Howeve

Identifying cause of local package build

2023-05-01 Thread Skyler via
Hello, Recently (since at least this past weekend) when I try to `guix system reconfigure` or `guix home reconfigure`, my machine tries to do a local build of inkscape and ends up failing (I suspect this is due to low resources available on my machine as the log simply says that it was killed b

Re: Latest binary release downloads broken

2023-05-01 Thread Ontje.Luensdorf
Hi, Maxim Cournoyer writes: > I've noticed that too. You can create an issue for it by submitting a > bug to bug-g...@gnu.org. I'll poke the guix-sysadmin mail alias to see > if one of them would have an idea. I just wanted to file an issue, but it looks like guix-sysadmin are faster than me

Re: 2 Profiles with 2 different version of Musescore

2023-05-01 Thread Skyler
In order to avoid manually updating the alias each time the package is upgraded, you can use a declaration in guix home: (home-environemnt (services (list (service home-bash-service-type (home-bash-configuration (guix-defaults? #t) (aliases `(("mscore4"

Re: Howto supply cargo-build-system dependency to guix package definition

2023-05-01 Thread Timothy Washington
Ok nice. I got much further with the rust-anyhow definition here (in crates-io). With these arguments.. (arguments `(#:cargo-inputs (("rust-ansi-term" ,rust-ansi-term-0.12) ("rust-anyhow" ,rust-

Re: Howto supply cargo-build-system dependency to guix package definition

2023-05-01 Thread Timothy Washington
On Tue, 25 Apr 2023 at 01:57, ( wrote: > Timothy Washington writes: > > You've gotten me quite a bit further. This is great. > > Now, "guix build ..." breaks if I try to include "(gnu packages > cargo-xyz)" (or "(guix packages cargo-xyz)"). > > My mistake, it's actually ``crates-xyz'' :P > Oh n

Re: Howto supply cargo-build-system dependency to guix package definition

2023-05-01 Thread Timothy Washington
Beauutiful! A. Actually the "guix import crate" command set off a light bulb... Can't I just pull in those dependencies recursively. And indeed you can. The only reason I needed to pull in those crates, were as dependencies to rustscan . So I went back to the beg

Re: Howto supply cargo-build-system dependency to guix package definition

2023-05-01 Thread Timothy Washington
Thanks very much for your help. I got past that bit. Below is the config that got me through it. (define-module (guix packages rustscan) ... #:use-module (gnu packages crates-io)) (define-public rustscan (package ... (arguments `(#:cargo-inputs (("rust-ansi-term" ,rust-ansi

Re: Identifying cause of local package build

2023-05-01 Thread Felix Lechner via
Hi Skyler, On Mon, May 1, 2023 at 5:19 AM Skyler via wrote: > > The only thing that requires this variant of inkscape is dblatex. I believe your issue arises elsewhere—either with a different variant of dblatex that is not requested via your use of 'guix shell', or a completely different package