What are you using to harden your Guix System?

2020-10-19 Thread luhux
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

Re: Making mtxrun work with ConTeXt.

2020-10-19 Thread Jacob MacDonald
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

Re: guix import error + New: setting up a jupyterlab environment

2020-10-19 Thread Zelphir Kaltstahl
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

Re: guix import error + New: setting up a jupyterlab environment

2020-10-19 Thread Zelphir Kaltstahl
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

Re: Configuration for Cuirass

2020-10-19 Thread divoplade
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

Re: guix import error + New: setting up a jupyterlab environment

2020-10-19 Thread Efraim Flashner
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

Re: Spams in the help-guix list ?

2020-10-19 Thread Hubert Lombard
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

Re: Spams in the help-guix list ?

2020-10-19 Thread Hubert Lombard
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

Re: guix import error + New: setting up a jupyterlab environment

2020-10-19 Thread Zelphir Kaltstahl
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

Packaging a python package that is using setuptools_rust

2020-10-19 Thread Hamzeh Nasajpour
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

Re: Configuration for Cuirass

2020-10-19 Thread Mathieu Othacehe
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

Re: rust packaging with specific version of rust

2020-10-19 Thread Arun Isaac
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

Re: Spams in the help-guix list ?

2020-10-19 Thread Tobias Geerinckx-Rice
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

Re: Spams in the help-guix list ?

2020-10-19 Thread Joshua Branson
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

rust packaging with specific version of rust

2020-10-19 Thread Hamzeh Nasajpour
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

Spams in the help-guix list ?

2020-10-19 Thread Hubert Lombard
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