How to build a package variant using another package variant as an input with 'guix build'?

2024-04-13 Thread wakyct
Hello all, I am new to Guix system and trying to build a package variant which depends on another package variant as an input, from the command line in a guix shell. I can build the variants using --with-git-url and --with-commit, but I can't figure out how to then add the input using --with-inpu

Re: How to build a package variant using another package variant as an input with 'guix build'?

2024-04-14 Thread wakyct
On Sun, Apr 14, 2024 at 04:49:05PM +0300, Efraim Flashner wrote: Try it with combining the two parts together: guix build python-pivy \ --with-git-url=python-pivy=https://github.com/coin3d/pivy \ --with-commit=python-pivy=0.6.8 \ --with-git-url=soqt=https://github.com/coin3d/soqt \ --with-comm

Ristretto not using libheif to open heic images?

2024-11-02 Thread wakyct
hello all, While trying to open a heic image with Ristretto (using xfce as my DE) I installed libheif. Now I can see heic thumbnails in Thunar, and use heif-convert from the terminal successfully, but Ristretto says "Unsupported mime type". Any idea what the issue could be? Is there anyone usi

Re: Ristretto not using libheif to open heic images?

2024-11-10 Thread wakyct
It appears that, while I have libheif installed, gdk-pixbuf isn't loading the file libpixbufloader-heif.so located at /gnu/store/wvz8dzjnvgalhh74ayss6j0n1fn20ffy-libheif-1.17.6/lib/gdk-pixbuf-2.0/2.10.0/loaders/ on my system. I checked this looking at the default output of gdk-pixbuf-query-loade

Re: Ristretto not using libheif to open heic images?

2024-11-05 Thread wakyct
On Tue, Nov 05, 2024 at 07:31:42AM -0800, Felix Lechner wrote: Hi George, I use a different set of software but that error could occur at a higher level. Did you check your list of supported MIME types? It may or may not be in ~/.config/mimeapps.list. Kind regards Felix Thanks Felix, I do s

Re: audio interface for Guix

2024-12-14 Thread wakyct
hi Gottfried, have you figured out your interface issues? Ardour recognizes my Zoom R16 with no extra config. I'm running the Pipewire service with Guix Home. I could test with OBS later if you want, but it seems from your OBS log that it sees your interface. George

Re: XFCE Thunar application launch error

2025-04-19 Thread wakyct
Unfortunately just doing guix pull and then system reconfigure didn't fix the issue. Hello, how have you installed gvfs? I'm assuming xfce is in your system config, is that where you listed gvfs as well? That's what I have in my xfce install and it works for me.