Hello everyone!
I’m making my Guix System more secure recently,
Do you have any suggestions?
* What do I need if I use selinux in Guix System?
* Or how should I use Apparmor in Guix System?
If there are other harden suggestions please let me know, thank you very much.
luhux
Quick followup to this:
Today I pulled down a year-old version of Guix to get an old version
of Git to test a bug I was experiencing in Git. Upon updating my Guix
to a current version again, mtxrun started failing after trying to
navigate through the Git 2.20.1 tree in the store. It succeeded afte
Meanwhile I have managed to run the jupyterlab-server tests, as
described in more details here:
https://github.com/jupyterlab/jupyterlab_server/issues/128
Indeed, in version 1.2.0 the tests fail the same way they fail when I
try to create my environment. This means the next thing to fix would
prob
Hello Efraim,
Thanks for your patience! It seems with that I am getting quite far (at
least it feels like making progress, or even being close to have a
working environment), up to the "check phase". There some tests failing
in the "check phase". Here is what I am getting now, regardless of
whethe
Le lundi 19 octobre 2020 à 12:27 +0200, Mathieu Othacehe a écrit :
> --8<---cut here---start->8---
> (list '((#:name . "my-packages"
(for future reference: there's a little problem with parens, the reader
will know how to fix it)
> It works fine here, not sure
It looks like you need to add python-ipykernel to native-inputs. Unless it's
needed to run the program and not just for the test suite, in which case it
should go in propagated-inputs. There's no network available in the build
environment so it can't retrieve ipykernel while building.
On Octob
Le Mon, 19 Oct 2020 04:51:47 -0400,
Joshua Branson a écrit :
> Hey Hubert!
>
> I don't believe that email was spam. I think it was an actual email.
> I recently made a video talking about my recommendation for getting
> starting using mailing lists. I hope this helps you:
>
> https://video.ha
Le Mon, 19 Oct 2020 10:53:20 +0200,
Tobias Geerinckx-Rice a écrit :
> Hubert,
>
> Thanks for your report!
>
> On 2020-10-19 10:22, Hubert Lombard wrote:
> > https://lists.gnu.org/archive/html/help-guix/2020-10/msg00062.html
>
> It didn't look like spam to me. Disclaimer: I approved that mes
Hello Efraim!
Thank you! Your idea of replacing "-" with "_" seems to partially help:
The package is downloaded and byte compiled. However, afterwards there
is a problem, when it tries to copy the byte-compiled files in the "wrap
phase" (comments inserted in some places):
START
### ... a
Hi,
I want to package the `etebase-py` library:
https://github.com/etesync/etebase-py/
It's using the `setuptools_rust` for build/install. Also it has some rust
dependencies that I packaged them. And now I create a package definition by
`guix import ...`:
```
(define-public python-etebase
(p
Hello,
> I was missing that, thank you. Unfortunately, it did not change the
> error.
That's unfortunate. I tried the following specification:
--8<---cut here---start->8---
(list '((#:name . "my-packages"
(#:load-path-inputs . ("guix"))
(#:pack
To enable the unstable inner_deref feature, you need to add the line
"#![feature(inner_deref)]" to the top of src/lib.rs. And, you might need
to enable unstable features by setting the environment variable
RUSTC_BOOTSTRAP to 1. See the rust-sourcemap package in
gnu/package/crates-io.scm for an ex
Hubert,
Thanks for your report!
On 2020-10-19 10:22, Hubert Lombard wrote:
https://lists.gnu.org/archive/html/help-guix/2020-10/msg00062.html
It didn't look like spam to me. Disclaimer: I approved that message and
one or two of the replies. What makes you suspicious?
The two replies at t
Hey Hubert!
I don't believe that email was spam. I think it was an actual email.
I recently made a video talking about my recommendation for getting
starting using mailing lists. I hope this helps you:
https://video.hardlimit.com/videos/watch/cdb511bb-d363-4896-a439-9b87ada1af8c
--
Joshua Br
Hi,
I'm not expert in `rust`. I need to work with a library that has some
dependencies to rust and I had to package a few libraries in GuixSD. Anyway now
I faced with an error in building one rust package:
```
error[E0658]: use of unstable library feature 'inner_deref': newly added
--> src/htt
Hello guix !
This morning, an email seeming to be a spam caught my attention:
https://lists.gnu.org/archive/html/help-guix/2020-10/msg00062.html
By opening it claws-mail, I can see in the header :
From: jbra...@dismail.de
To: mcconnaug...@jeffnet.org, help-guix@gnu.org
Subject: Re: how to contr
16 matches
Mail list logo