Python "src" layout not working correctly with pyproject-build-system

2022-11-21 Thread Reza Housseini
Hi list I'm packaging a project with pyproject-build-system which follows the src layout in python: (define-public python-cfd-qsense (package (name "python-cfd-qsense") (version "d02178fc02cfef00d7fa0584d552614e9bdf4c5e") (source (origin (method git-fetch)

Re: guix refresh only python-*

2022-11-21 Thread zimoun
Hi, On Mon, 21 Nov 2022 at 07:21, "(" wrote: > On Sun Nov 20, 2022 at 10:44 PM GMT, zimoun wrote: >>(lambda (pkg python-packages) >> (cons pkg python-packages)) > > You could also just use ``cons'' here with the same effect. Yeah, for sure. By definition of ’con

Re: translation programm

2022-11-21 Thread Gottfried
Hi Florian, I have to translate many songs from German to English. Is it useful for me to use emacs with the PoMode, you suggested? How exactly is the emacs translation? Do you enter text and than through this mode it can be translated? After that you have to go through it, and change incorre

Re: translation programm

2022-11-21 Thread Wojtek Kosior via
> Hi Florian, > > I have to translate many songs from German to English. > > Is it useful for me to use emacs > with the PoMode, you suggested? > > How exactly is the emacs translation? > > Do you enter text and than through this mode it can be translated? > > After that you have to go through

Re: Python "src" layout not working correctly with pyproject-build-system

2022-11-21 Thread Wojtek Kosior via
> Hi list > > I'm packaging a project with pyproject-build-system which follows the > src layout in python [...] Hi Reza, Is the second snippet the content of a `guix.scm` you are adding inside a git checkout of the project? Is %source-dir defined to the checked-out directory? Wojtek -- (sig_

Re: Python "src" layout not working correctly with pyproject-build-system

2022-11-21 Thread Reza Housseini
Is the second snippet the content of a `guix.scm` you are adding inside a git checkout of the project? Is %source-dir defined to the checked-out directory? Hi Wojtek Yes, sorry for not clarifying that. The second snippet is a guix.scm inside the source code of python-cfd-qsense with the python

Re: Python "src" layout not working correctly with pyproject-build-system

2022-11-21 Thread Wojtek Kosior via
> > Is the second snippet the content of a `guix.scm` you are adding inside > > a git checkout of the project? Is %source-dir defined to the > > checked-out directory? > > Hi Wojtek > Yes, sorry for not clarifying that. The second snippet is a guix.scm > inside the source code of python-cfd-qse

How to setup custom keyboard layout ?

2022-11-21 Thread calcium
I have a custom .xkb layout for X and a .map.gz for console. How does I specify using my custom layouts local files in /etc/config.scm ? I didn't find any documentation about that. thanks.

Re: How to setup custom keyboard layout ?

2022-11-21 Thread Felix Lechner via
Hi, On Mon, Nov 21, 2022 at 12:32 PM calcium wrote: > > I have a custom .xkb layout for X and a .map.gz for console. So do I. [1] [1] https://codeberg.org/lechner/rocket-layout > How does I specify using my custom layouts local files in /etc/config.scm ? As far as I know, it is currently not

Re: guix shell: error: mount: Invalid argument

2022-11-21 Thread bbb ee
I have submitted a bug report : https://issues.guix.gnu.org/issue/59425. Tobias is right, some of my tests fail because the current path is a mountpoint, but other tests fail because some paths of the host system can't be mounted. `guix shell --container coreutils -- echo Elmo` is runnable for me

build all dependents?

2022-11-21 Thread jgart
hi guixers, is there a command to build all dependents of a package? for example, i'd like to build all the dependents of python-identify that are packaged in GNU Guix: $ guix refresh python-identify -l Building the following 14 packages would ensure 28 dependent packages are rebuilt: python-m

Re: Compiling vterm: cc: command not found

2022-11-21 Thread Chris Keschnat via
Chris Keschnat writes: > Tobias Geerinckx-Rice writes: > >>> (anymore?) >> >> Guix has never provided the 'cc' alias for GCC AFAIR. >> >> Perhaps you were previously using 'clang-toolchain', which does >> symlink cc to clang? That's something that we, Guix, explicitly add; >> not upstream. >>