Hi Simon,
Simon Tournier writes:
> Hi Maxim,
>
> On Mon, 16 Dec 2024 at 11:53, Maxim Cournoyer
> wrote:
>
>>> +_info()
>>> +{
>>> +if [ "$(type -P info)" ]; then
>>> +_msg "$1"
>>> +else
>>> +_msg "${WAR}Please install Info reader; see package 'info-reader'"
>>> +
Since the python-team merge and the node update python-werkzeug and node
build without issues.
However there are some new issues in the dependency graph for cantarell
font:
Test failures in
- python-pandas-2 : TypeError: Cannot cast array data from
dtype('int64') to dtype('int32') accord
Hi,
after recent python updates in master, tests in trash-cli fail and
therefore, the derivation fails to build:
--8<---cut here---start->8---
= test session starts
==
platform linux -- Python 3.10.7,
Sharlatan Hellseher writes:
> Any plan to have Bazel in main Guix git repository or it's not
> compatibly license wise?
Bazel is in guix-science, with a bazel-build-system as well. It's
compatible when looking at just the licenses, but there are a number of
annoying wrinkles:
- Bazel itself bu
I'm trying to use a simple system with `mysql-service-type` with "guix system
container", but I found out that `mysql-service-type` is not starting.
$> guix system container mysql-test-system.scm
system file: cat mysql-test-system.scm
(use-modules (gnu)
(gnu services)
Hi Giacomo,
I noticed the last 11 commits are breaking my peculiar tmpfs root
configuration. More precisely, I have more or less this layout :
tmpfs: /, $HOME
vfat32: /boot/efi
btrfs: /var/guix, /gnu/store, /var/lib, /boot ... + several directories
under $HOME
That means that at startup, I won
Maxim Cournoyer writes:
> Hi Tomas,
>
> Tomas Volf <~@wolfsden.cz> writes:
>
>> After update to guile-ssh 0.18.0, options passed to the `make-session'
>> procedure now take precedence over the configuration file. In few places we
>> however had code like `(or port 22)' leading to (in absence of
Hi Nicolas, apologies for breaking your system :( Is is possible for you
to try and bisect the history to find the culprit commit?
On 12/19/24 10:36, Nicolas Graves wrote:
It is a bit circumvoluted, but it worked properly on my side on
guix@478b9ccea8. Do you see a reason why your patches could
I forgot to attach the two PAM related commits, apologies for the noise.
[0]:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3eb720bd0b4bab233918f979bb51b58437db06ad
[1]:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=9411a1495f7cb2b116129a71a1fc1817e962fa5d
It turns out disabling guile jit does not work reliably and even without
it guix pull may oom building guix-packages-base using 3GB+ of RAM.
My workaround for now is to run 'guix pull -s i686-linux -p
/tmp/whatever' on an x86_64 machine (to have more RAM available) with
guile jit disabled m
Hi there!
Invoking a home container does not create ~/.guix-profile (which in my case
is symlinked to ~/.guix-home/profile). This leads to a problem when
testing my Emacs configuration, since I there add
~/.guix-profile/share/emacs/site-lisp to its load path.
I guess referring to ~/.guix-profile
* guix/scripts/home.scm: Create the symlink.
Change-Id: Ib299c53f7cd0ca6ad204325b5c150d579224afd7
---
guix/scripts/home.scm | 4
1 file changed, 4 insertions(+)
diff --git a/guix/scripts/home.scm b/guix/scripts/home.scm
index b4c82d275f..50aaf2abf6 100644
--- a/guix/scripts/home.scm
+++ b/g
12 matches
Mail list logo