Re: PySide2 not found when installing from PyPI

2022-05-25 Thread Matt
Could it be because only wheel files are hosted and not any source?

Re: Guix home, guix system, channels, some noob questions

2022-05-25 Thread Dominic Martinez
Sébastien Rey-Coyrehourcq writes: The only things holding me back at the moment is two things : a) doom emacs flavour, how to manage the fact that doom use straigt.el to maintain packages I don't think it's possible to use Doom with Guix emacs packages, but you can just set up Doom as

Re: PySide2 not found when installing from PyPI

2022-05-25 Thread Matt
On Wed, 25 May 2022 12:36:52 -0400 Enrico Schwass wrote > You can try to disable the test stage. There are most errors coming from. > See here for an example. It is not my page but might be of help to you > https://felsoci.sk/blog/installing-python-modules-on-guix.html Thank you

Re: PySide2 not found when installing from PyPI

2022-05-25 Thread Matt
On Wed, 25 May 2022 10:30:27 -0400 zimoun wrote > > ERROR: Could not find a version that satisfies the requirement > > PySide2>=5.15 (from versions: none) > > ERROR: No matching distribution found for PySide2>=5.15 > > Why do you specify in requirements.txt > > PySide2=

Re: Rotate GDM login screen

2022-05-25 Thread 白い熊
On 2022-05-25 9:21 pm, 白い熊 wrote: So the extra-special-file route also doesn't work - meaning surely the installed x11 does not search for any conf path within the /etc/X11/xorg.conf.d/ directory as it shouldn't. Maybe however it'd work thought an extra-special-file in the appropriate /gnu/stor

/gnu/store

2022-05-25 Thread Gottfried
Hi Guixers, After guix pull und guix update I have a new Emacs Version, Emacs 28 1. My earlier created icon for emacs, in Mate Desktop, opens the older Version Emacs 27.2 How to fix it? 2. Opening /gnu/store/ in Mate Caja (File Manager) takes ages. To look for a the Emacs 28.1 file takes also

Re: Rotate GDM login screen

2022-05-25 Thread 白い熊
On 2022-05-25 9:04 pm, 白い熊 wrote: (set-xorg-configuration (xorg-configuration (extra-config '(" Section \"Monitor\" Identifier \"DSI-1\" Option \"Rotate\" \"right\" EndSection" However this doesn't rotate the GDM display - so either the snippet h

Re: guile-dbi from guix not working

2022-05-25 Thread Arun Isaac
Hi Zelphir, > > (specifications->manifest > '("guile@3.0.8" > "guile-dbi")) > I think you missed guile-dbd-sqlite3 in the manifest above. With guile-dbd-sqlite3 added, it works for me. Here are my results. --8<---cut here---start->8--- # # #

Re: Rotate GDM login screen

2022-05-25 Thread 白い熊
On 2022-05-25 8:59 pm, Tobias Geerinckx-Rice wrote: That means that extra-config takes a list, not a string. Add (list …) around the entire (multi-line) xorg.conf snippet string. Kind regards, T G-R Yes, true. So what works - in terms of reconfiguring - is: (set-xorg-configurati

Unicode error for gcc-11 commencement

2022-05-25 Thread Greg Hogan
Hi, I would like to use both gcc-toolchain (for compiling) and clang-toolchain (for the tools) in the same profile, which as previously discussed requires the gcc version to match that used to build clang, llvm, etc. So to use a newer gcc-toolchain I need to upgrade the default gcc version. When

Re: Rotate GDM login screen

2022-05-25 Thread Tobias Geerinckx-Rice
That means that extra-config takes a list, not a string. Add (list …) around the entire (multi-line) xorg.conf snippet string. Kind regards, T G-R signature.asc Description: PGP signature

Re: Rotate GDM login screen

2022-05-25 Thread 白い熊
On 2022-05-25 8:17 pm, Tobias Geerinckx-Rice wrote: Instead, what I'd use is (untested): (services […] (set-xorg-configuration (xorg-configuration ;; You might have a keyboard-layout ;; here already, for example. […] (extra

Re: Guix home, guix system, channels, some noob questions

2022-05-25 Thread Efraim Flashner
On Wed, May 25, 2022 at 03:34:58PM +0200, Daniel Meißner wrote: > Hi Sébastien, > > Sébastien Rey-Coyrehourcq writes: > > > Thanks,  in fact when i see *guix home* that was my first intention > > (like home-manager in nix). > > > > The only things holding me back at the moment is two things : > >

Re: Rotate GDM login screen

2022-05-25 Thread Tobias Geerinckx-Rice
Hi 白い熊, 白い熊 写道: file root to specify this config in an (extra-special-file statement, so that it'd be picked up on login and GDM would be properly rotated? *Must* it use extra-special-file? If so, why? You can try it (untested): (extra-special-file "/etc/X11/xorg.conf.d/01-monitor.conf"

Rotate GDM login screen

2022-05-25 Thread 白い熊
Hello: I'm running Guix System on GPD Pocket 3 - it's a neat little device. Its screen is rotated anti-clockwise by 90 degrees by default, so to be usable it must be rotated by 90 to be used. This is easily achievable via appropriate kernel argument in system.scm, it rotates it once logged in

Re: PySide2 not found when installing from PyPI

2022-05-25 Thread Enrico Schwass via
Hi You can try to disable the test stage. There are most errors coming from. See here for an example. It is not my page but might be of help to you https://felsoci.sk/blog/installing-python-modules-on-guix.html bye Enno > Am 2022/05/25 um 15:07 schrieb Matt : > > I'm trying to package a Pyt

Re: PySide2 not found when installing from PyPI

2022-05-25 Thread zimoun
Hi, On mer., 25 mai 2022 at 08:52, Matt wrote: > ERROR: Could not find a version that satisfies the requirement PySide2>=5.15 > (from versions: none) > ERROR: No matching distribution found for PySide2>=5.15 Why do you specify in requirements.txt PySide2==5.15.2.1 ? When Guix provides 5

Re: Guix home, guix system, channels, some noob questions

2022-05-25 Thread Daniel Meißner
Hi Sébastien, Sébastien Rey-Coyrehourcq writes: > Thanks,  in fact when i see *guix home* that was my first intention > (like home-manager in nix). > > The only things holding me back at the moment is two things : > > a) doom emacs flavour, how to manage the fact that doom use straigt.el > to mai

PySide2 not found when installing from PyPI

2022-05-25 Thread Matt
I'm trying to package a Python application I'm writing. It runs on Guix from source with the python-pyside-2 package installed and runs on Debian using a Python venv. I've uploaded the application to PyPI. Doing a guix import pypi, I get this Guix definition: (use-modules (guix packages) (

Re: bug#55359: How do I extend openssh-service-type ?

2022-05-25 Thread Ludovic Courtès
Hi, Oleg Pykhalov skribis: > Seems like extend-openssh-authorized-keys procedure does not use keys > argument. We could fix it like: > > diff --git a/gnu/services/ssh.scm b/gnu/services/ssh.scm > index 7fbbe383e5..4bb3969b95 100644 > --- a/gnu/services/ssh.scm > +++ b/gnu/services/ssh.scm > @@ -

Re: Guix Halts After "updating substitutes from …"

2022-05-25 Thread Wil deBeest
Thank you! I've been having the same problem and had no idea what caused it. Wouldn't adding a timeout make sense? Either with a sensible default time and options to change or disable it or just configuration options that would be documented in the "channels" section? If timeouts aren't an op