Questions tagged [guix]

GNU Guix, a functional package management tool written for the GNU system.

GNU Guix is a package management tool for the GNU system. Guix makes it easy for unprivileged users to install, upgrade, or remove packages, to roll back to a previous package set, to build packages from source, and generally assists with the creation and maintenance of software environments.

23 questions
0
votes
1 answer

Command not found in ssh but is in direcory

I am using an ssh account that connects to an external server, i have downloaded through guix some software like samtools and bedtools but when i try to use them in my directory it gives me this error: -bash: samtools: command not found In my…
0
votes
0 answers

Makevars cannot find libguile.h but the file exists

I would like to be able to use Guile from within R but I don't want RcppGuile::call_guile taking so long to initialize Guile every time. Ideally, Guile could initialize into a reusable object on the R side given a source file. I wanted to poke…
wdkrnls
  • 4,548
  • 7
  • 36
  • 64
0
votes
1 answer

unbound variable when creating a Guix rust package with dependencies

I'm trying to create a guix package for the xsv crate. I use output of guix import crate xsv and add the necessary use-modules lines, which gives the following rust_xsv.scm file : (use-modules (guix packages) (guix download) …
mmai
  • 715
  • 1
  • 7
  • 15
0
votes
1 answer

Error starting Guile with `readline` support

I'm trying to configure Guile to use readline. Here's my ~/.guile: (use-modules (ice-9 readline)) (there was more, this one line is sufficient to have this failure) Here's a log of my interaction: agam@ssdnodes-61de65ea00d0b:~$ guile guile:…
agam
  • 5,064
  • 6
  • 31
  • 37
0
votes
1 answer

how to cross-compile gcc for gnu/hurd with guix?

as far as i understand, you need to use guix build, specify the target platform and the package name. i tried this but without success: $ guix build --target=i586-pc-gnu gcc ... building…
aleksandr barakin
  • 521
  • 1
  • 13
  • 42
0
votes
1 answer

GNU/GUIX fails to locate custom modules specified in a manifest

I'm trying run guix package install for following manifest: (specifications->manifest '("noguix-hugo" ;; A CUSTOM MODULE implemented in /module/root-1/site-lisp/nonguix-hugo.scm "go")) The custom module in the manifest is declared as…
Aaron
  • 11
  • 2
0
votes
1 answer

How can I debug a C program installed using guix?

I installed flatpak using guix, but it segfaulted on startup. I wanted to debug it, but guix installs a wrapper script for flatpak, so I get this error when trying to run it under gdb: "/home/user/.guix-profile/bin/flatpak": not in executable…
Robin Green
  • 32,079
  • 16
  • 104
  • 187
-1
votes
1 answer

Azure GUIX automated testing

Can one implement automated UI testing for any UI designed using Azure GUIX? I came across an earlier post asking the same question. Azure GUIX automated testing specifically for languages I searched for Azure Test Harness but could not find much on…
Archie
  • 153
  • 9
1
2