Hi!
I've recently installed KDE, and it seems that applications installed with
"guix install" and "guix home" are not displayed in application menu. I've
checked the XDG_DATA_DIRS variable, and in includes both my user guix profile
"/share" folder and "/run/current-systems/share", but it seems t
Hi,
Laurent Gatto writes:
> Hi Fredrik,
>
> Thank you for taking the time looking into this.
No worries.
>
> My issue doesn't seem to be related to an old gcc version.
>
> ```
> $ g++ --version
> g++ (GCC) 14.2.0
> Copyright (C) 2024 Free Software Foundation, Inc.
> This is free software; see
Hi Fredrik,
Thank you for taking the time looking into this.
My issue doesn't seem to be related to an old gcc version.
```
$ g++ --version
g++ (GCC) 14.2.0
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not
Hi,
not really sure if this is, what you asked for, but I solved it by
defining an additional package (let's call it "extension package"
or "wsrt-measures") for the extension file(s), similar to what you
already do. I would unpack the data in the extension package
already. Then I add that ext
Hi,
On Mon, 11 Nov 2024 at 18:39, Steve George wrote:
> https://guix.limesurvey.net/
Thanks, I completed it.
Cheers,
simon
Hi,
Laurent Gatto writes:
> Dear all,
>
> I have this very simple code chunk
>
> $ cat main.cpp
> #include
>
> int main(void) {
> std::cout << __cplusplus;
>
> return 0;
> }
>
> That I can compile in a minimal shell
>
> $ guix shell --container gcc-toolchain
> [env]$ g++ main.cpp && ./a
Hello,
I am new to Guix and want to add data from an external source to my
package build. More precisely, I am trying to install the library
casacore and need to add data in its subdirectory share/casacore/data. I
can download these data as tar via ftp. For now, my code looks like this :