Re: patch question: any tool to download patches from guix patch mailing list?

2023-06-18 Thread Jelle Licht
Hi Andy, Andy Tai writes: > Hi, this is more a developer question: > > Guix patches are posted to guix-patches mailing list. Is there any > tool that makes it easy to download a particular patch series from the > mailing list archive or the Guix issue web site so it is easy to apply > a patch

Re: Minimal working examples of packages for experimentation?

2023-02-27 Thread Jelle Licht
Hello Rodrigo! Rodrigo Morales writes: > [snip] > The following is the package that I wrote. > > , > | (define-module (my-simple) > | #:use-module (guix licenses) > | #:use-module (guix packages) > | #:use-module (guix gexp) > | #:use-module (guix build-system

Re: Running a shell command with home-run-on-change-service-type

2022-12-20 Thread Jelle Licht
Elias Kueny writes: Hello Elias! Buyer beware; I am not a G-expression guru. Having said that... > Hello, > > I'm trying to extend the home-run-on-change-service-type service to run the > fish command "fisher update" when the file ~/.config/fish/fish_plugins > changed, so that fisher plugins

Re: Web development on Guix: nodejs, npm and all that

2022-01-10 Thread Jelle Licht
t...@fullmeta.me writes: >> I haven't encountered any npm package which doesn't work when not >> installed globally yet and it seems to me that would be a bug in said >> package. > > this is certainly great to hear! Thank you > > I've been trying to do all setup via `guix shell --container`. Is

Re: i18n guix module error when opening shell after guix home reconfigure

2022-01-07 Thread Jelle Licht
Hello Roland, Sad prefix: I don't have a solution for you, nor am I a guix home expert, but I can confirm that I also run into the issue. On my VM, I actually used an almost-default bash configuration, but run into the very same issue. Roland Everaert via writes: > Hello, > > First, happy

Re: openvpn ERROR: Cannot ioctl TUNSETIFF tun: Operation not permitted (errno=1

2021-10-13 Thread Jelle Licht
Hello Jovany, "Jovany Leandro G.C" writes: > hi, > when i run **openvpn myfile.ovpn**, throws: > > ~~~ > 2021-10-12 21:20:26 OpenVPN 2.5.4 x86_64-unknown-linux-gnu [SSL > (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan 1 1970 > ... > 2021-10-12 21:25:13 ERROR: Cannot ioctl

Re: python to support SQLite extensions

2021-05-31 Thread Jelle Licht
Hey Felix, Felix Gruber writes: > Hi Jelle, > > On 5/10/21 11:31 PM, Jelle Licht wrote: >> Does anybody perhaps know why my python is correctly receiving (and >> subsequently ignoring) this configure flag? It seems that *something* >> happens between the 'configure

python to support SQLite extensions

2021-05-10 Thread Jelle Licht
Hello folks, I want to enable support for loadable extensions in python's sqlite3 module. This should be enabled by passing `--enable-loadable-sqlite-extensions' to `./configure'. I've spend an embarassing amount of time on this, so perhaps someone out there understands python better than I do

Re: Guix System definition with a .emacs.d filled

2021-04-16 Thread Jelle Licht
Hello, Jérémy Korwin-Zmijowski writes: > Dear Guixters, > > Maybe I am asking too much to Guix haha. Maybe I don't. > > So. Here is what I intend to do : > > I want to write a Guix System definition that puts a .emacs.d directory > inside /root which is "usable". I don't feel the need to

Re: Scanner is only detected with root user, printer cannot be added through GNOME

2021-03-05 Thread Jelle Licht
divoplade writes: > I am currently in the following supplementary-groups: > > '("wheel" "netdev" "audio" "video" "lpadmin" "scanner") > > Is it not enough? I would not consider myself a master of the arcane arts (that is, scanning/printing), but I recall needing to add myself to the "lp" group

Re: How to use pip3 libs abcent in guix repo?

2021-02-18 Thread Jelle Licht
Vincent Legoll writes: > Hello, > > On Thu, Feb 18, 2021 at 4:45 PM Jelle Licht wrote: >> `guix environment --ad-hoc python-pip python-virtualenv python-numpy >> python-websocket-client python' >> >> Note that it is important that the "python" packag

Re: How to use pip3 libs abcent in guix repo?

2021-02-18 Thread Jelle Licht
Hey Znavko, znavko--- via writes: > Hello, developers and users! > I wish to use python-binance, ta-lib, python-websocket-client, python-numpy > as in this video https://youtu.be/GdlFhF6gjKo?t=713 > (https://youtu.be/GdlFhF6gjKo?t=713) > Guix repository already has python-numpy,

Re: Packaging (simple) tools in Golang

2021-01-29 Thread Jelle Licht
Leo Famulari writes: > On Thu, Jan 28, 2021 at 02:33:08PM +0100, Jelle Licht wrote: >> Hello Guix! >> >> How would one package a tool written in Go(lang) using guix? I am >> looking at https://github.com/guitmz/n26, but all of my efforts using >> the go-bui

Re: Packaging (simple) tools in Golang

2021-01-29 Thread Jelle Licht
Leo Famulari writes: > On Thu, Jan 28, 2021 at 02:33:08PM +0100, Jelle Licht wrote: >> Hello Guix! >> >> How would one package a tool written in Go(lang) using guix? I am >> looking at https://github.com/guitmz/n26, but all of my efforts using >> the go-bui

Packaging (simple) tools in Golang

2021-01-28 Thread Jelle Licht
Hello Guix! How would one package a tool written in Go(lang) using guix? I am looking at https://github.com/guitmz/n26, but all of my efforts using the go-build-system end up having only some documentation and (if I set `#:install-source?' to #f) the sources in the resultant output. Ideally, I

Re: guix pull: error: Git error: invalid content-type: 'text/plain'

2020-09-15 Thread Jelle Licht
divoplade writes: > Hello guix, > > I have set up a few packages of mine at > https://divoplade.fr/divoplade-site.git > > If you clone it, it works: > > git clone https://divoplade.fr/divoplade-site.git > > But if I add this URL as a guix channel, I get: > > guix pull: error: Git error: invalid

Re: How should I be running `npm install …`?

2020-04-30 Thread Jelle Licht
Hey Josh, Josh Marshall writes: > Hello all, > > The is my work email, I’m usually on IRC as “anadon”. My laptop broke, so > please humor the account change. > > Following the guide at >

Re: How to timeout herd's network services start for not to stop boot process ?

2020-03-23 Thread Jelle Licht
Hey znavko, zna...@disroot.org writes: > Hello, Guix developers! I'm so happy that OS Guix works on a new PC, cause > I've tried to buy 2 laptops where wifi or even graphics did not work! > On Dell Vostro 3670, Core i5 9400, Nvidia Geforce 710 Guix works and even > wifi works (but I use usb

Re: Guix repl load-path confusion

2020-03-21 Thread Jelle Licht
Pierre Neidhardt writes: > No clue but for what it's worth, I can't reproduce on Guix > ce226e9d8d52d2530f057f2000d36c0d55380ade :p Tldr: Loading the modules in $HOME/.config/guix/current in a guile repl breaks building packages when there are overlapping directories between your configured

Guix repl load-path confusion

2020-03-19 Thread Jelle Licht
Simple question: When I run the following in `guix repl': --8<---cut here---start->8--- ~ $ guix repl GNU Guile 3.0.1 Copyright (C) 1995-2020 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is

Re: Random domain name resolution errors

2020-02-07 Thread Jelle Licht
Pierre Neidhardt writes: > Hi! > > A strange thing just happened to me: ever since I went to Belgium last > week (don't know if it's relevant) I keep getting domain name resolution > errors. > > For instance right now duckduckgo.com fails but guix.gnu.org works. > > I'm back home now and the

Re: Emacs, distro with guix as package manager and guix.d

2020-02-05 Thread Jelle Licht
Ricardo Wurmus writes: > > The guix.d directory has been removed. What version of Guix are you using? `guix build emacs-ess' still seems to result in a guix.d directory. Perhaps this is because it uses a different build system? - Jelle

Re: SYSTEM STUTTERING

2019-12-06 Thread Jelle Licht
Dear Raghav, Raghav Gururajan writes: > Hello Folks! > [...snip...] > 50% of the time, when I am playing videos in mpv or icecat or > ungoogled-chromium, after 5-10min, the whole system starts to stutter. > I can see stutter in/while video, switching windows, changing > volume+brigness on the

Re: “Guix Profiles in Practice”

2019-10-27 Thread Jelle Licht
Konrad Hinsen writes: > Maybe we should start a Guix CLI nursery. A project/repository separate > from Guix itself that contains a copy of the "guix" script under a > different name ("guixx" for guix-extras?) and with the same interface > for scripting modules. We could then use this to play

Volatile? argument seems to be ignored for system disk images

2019-10-21 Thread Jelle Licht
I am trying to dive into some of the code that goes into generating system disk images for guix, and I ran into the following: It seems that commit 932e1f92404d917a91af28737d6631ec45b56875 did more than what the commit log said: > vm: Make sure disk image initrds load 'usb-storage.ko'. > >

Re: network-manager-openconnect setup

2019-08-10 Thread Jelle Licht
Hi! "Santana, Divan" writes: > Hi Guix, > > I'm glad to see network-manager-openconnect is now packaged! :) Thank > you to who ever did that. > > Trying to use it, after I installed it system wide and rebooted I get > this; > > ~ ᐅ sudo nmcli con up vpn-fnb --ask > Error: Connection

Re: IceWeasel-UXP and IceDove-UXP

2019-07-19 Thread Jelle Licht
Hey guixuser, guixuser writes: > [use this thread] > > Budget? Are you serious? Any distro has to focus on their basic things like > email and browser for new user; at least if project wants to grow and > accommodate new users. For at least your browsing needs, I know of two options. Guix

Re: tls woes with importers

2018-07-27 Thread Jelle Licht
definition as before, fixed the issue. Kind of a bummer actually, as I really like sharing my user manifest files between Guix and GuixSD machines. Thanks Ludo! 2018-07-27 1:23 GMT+02:00 Ludovic Courtès : > Hello Jelle, > > Jelle Licht skribis: > > > $ guix import elpa org >

tls woes with importers

2018-07-24 Thread Jelle Licht
Hi all, Recently, I have been running into some gnutls-issues again. The biggest issue for me right now is the lack of a working importer, as follows: --8<---cut here---start->8--- $ guix import elpa org Backtrace: 13 (primitive-load

Re: ghost command: suspend

2018-01-13 Thread Jelle Licht
2018-01-13 22:50 GMT+01:00 Martin Castillo : > hey, > > Hi Martin, > when I run `suspend` on my guixsd installation in qemu, bash > freezes/sleeps and the system does not suspend. `whereis suspend` does > not find any path, but bash completes `susp[Tab]` to suspend. > >

Re: Suspend of GuixSD system every ~30 seconds

2017-07-27 Thread Jelle Licht
" in "Power > When Laptop Lid is Closed". NB, this does not solve the 30-second suspend thing; I still need to do a chmod 444 on every boot to make sure I can use my laptop for more than 30 seconds at a time. 2017-07-28 1:41 GMT+02:00 Jelle Licht <jli...@fsfe.org>: > He

Suspend of GuixSD system every ~30 seconds

2017-07-27 Thread Jelle Licht
Hello help-guix, I recently acquired a Lenovo T400 laptop with libreboot installed from minifree.org. Of course, I wanted to get GuixSD on there as quickly as possible and got to work. I am using GuixSD by installing with the --no-bootload flag, and copying the generated grub.cfg to

Re: wrapping freexl in guile

2017-06-03 Thread Jelle Licht
Catonano writes: > I copied guile-gcrypt > > I changed all the occurrrences of "gcrypt" in "freexl" in all the relevant > files > > I created an env with > > ~/projects/guile-freexl$ guix environment -l ./guix.scm --ad-hoc guile > freexl > > I run configure and I got > >

Re: wrapping freexl in guile

2017-06-03 Thread Jelle Licht
Catonano writes: > I copied guile-gcrypt > > I changed all the occurrrences of "gcrypt" in "freexl" in all the relevant > files > > I created an env with > > ~/projects/guile-freexl$ guix environment -l ./guix.scm --ad-hoc guile > freexl > > I run configure and I got > >

packaging ancient node issues

2016-08-05 Thread Jelle Licht
Hello Currenly I am having some difficulties trying to get an old version of Node to build /w guix. The package definition I am working on can be found at [0], and the tail of the ouput I get at [1]. The reported error is: ld: cannot find crt1.o: No such file or directory ld: cannot find crti.o: