Re: Rust development tools

2019-04-18 Thread Ivan Petkov
> On Apr 18, 2019, at 1:23 PM, mikadoZero wrote: > > I think I would consider attempting clippy. Would exposing it be > similar to cargo? Searching through `rust.scm` cargo is all over the > place. Would exposing clippy be as far reaching and extensive? > > I am new to packaging for Guix. I

Re: National keyboard layout for Polish

2019-04-18 Thread Quiliro Ordonez
El 2019-04-18 19:42, Andreas Enge escribió: > Hello, > > On Thu, Apr 18, 2019 at 12:24:41PM -0700, Quiliro Ordonez wrote: >> /home/quiliro/desktop-full-dvorak.scm:72:12: error: >> set-xorg-configuration: unbound variable >> hint: Did you forget `(use-modules (gnu services xorg))'? >> >> (use-servi

Re: Changing user-account's shell

2019-04-18 Thread Tanguy Le Carrour
Le 04/18, Ludovic Courtès a écrit : > Tanguy Le Carrour skribis: > > I'm trying to set my user's shell through the Guix configuration system, > > but without success. > > […] > > (users (cons (user-account > > ;; ... > > (shell (file-append fish "/bin/

Re: Rust development tools

2019-04-18 Thread mikadoZero
Ivan Petkov writes: > Hi! > >> On Apr 17, 2019, at 7:26 PM, mikadoZero wrote: > > The rust integrations within Guix are a bit incomplete at the moment, but > I’ve been > making some efforts to get things going. Right now it is possible to build > individual > crates but with a *ton* of manual

Re: Changing user-account's shell

2019-04-18 Thread Tanguy Le Carrour
Le 04/17, Pierre Neidhardt a écrit : > I've never changed my shell in Guix, so things might be different here, > but I know that many other distributions expect a Bourne-compatible > login shell or else there will be issues when parsing some startup > scripts. I've been happily using Fish as my de

Re: help :guix lint error with mate package

2019-04-18 Thread Guy fleury
Hello ludo, Est-ce que ce commit 702c3c7dab87df674c3d6abc138805895b5d1d32 fix ce problème? Je ne peux pas le vérifier moi même maintenant! Le 16 avr. 2019 17:35, "Guy fleury" a écrit : hello guix, i

Re: National keyboard layout for Polish

2019-04-18 Thread Quiliro Ordonez
El 2019-04-18 19:24, Quiliro Ordonez escribió: > El 2019-04-17 21:08, Ludovic Courtès escribió: >> Hello, >> >> Adam Mazurkiewicz skribis: >> >>> How to set Polish keyboard layout to get Polish special letters? >>> https://dailyweb.pl/wp-content/uploads/2016/11/zazolc.png >>> They should be availa

Re: Rust development tools

2019-04-18 Thread John Soo
Hi! Thanks for your work on this. I’m looking forward to using alacrity and ripgrep, among other niceties the rust community has come up with. - John > On Apr 18, 2019, at 8:47 AM, Ivan Petkov wrote: > > Hi! > >> On Apr 17, 2019, at 7:26 PM, mikadoZero wrote: > > The rust integrations wit

Re: National keyboard layout for Polish

2019-04-18 Thread Andreas Enge
Hello, On Thu, Apr 18, 2019 at 12:24:41PM -0700, Quiliro Ordonez wrote: > /home/quiliro/desktop-full-dvorak.scm:72:12: error: > set-xorg-configuration: unbound variable > hint: Did you forget `(use-modules (gnu services xorg))'? > > (use-service-modules desktop) You probably need to replace this

Re: National keyboard layout for Polish

2019-04-18 Thread Quiliro Ordonez
El 2019-04-17 21:08, Ludovic Courtès escribió: > Hello, > > Adam Mazurkiewicz skribis: > >> How to set Polish keyboard layout to get Polish special letters? >> https://dailyweb.pl/wp-content/uploads/2016/11/zazolc.png >> They should be available in Gedit, Web browser address bar, etc. I >> have

Re: guix pull package output truncated

2019-04-18 Thread Tobias Geerinckx-Rice
Ludo', Wow! That was quick. Nice. Pierre Neidhardt wrote: Would be nice if `guix pull --news` would take two optional arguments: OLD-COMMIT NEW-COMMIT NEW-COMMIT defaulting to the latest, and OLD-COMMIT defaulting to latest-1. This way we could "diff" the news for any Guix generation.

Re: Rust development tools

2019-04-18 Thread Ivan Petkov
Hi! > On Apr 17, 2019, at 7:26 PM, mikadoZero wrote: The rust integrations within Guix are a bit incomplete at the moment, but I’ve been making some efforts to get things going. Right now it is possible to build individual crates but with a *ton* of manual intervention in the package definitio

Re: guix pull package output truncated

2019-04-18 Thread Ludovic Courtès
Howdy! Tobias Geerinckx-Rice skribis: > Ludovic Courtès wrote: >> There’s currently no flag to change this behavior. Instead, you >> have to >> run ‘guix pull -l’ but it’s arguably not very convenient. >> >> Perhaps we could add an environment variable specifying whether/how >> to >> truncate?

Re: Services and log management/monitoring

2019-04-18 Thread rendaw
On 4/18/19 6:20 AM, Ludovic Courtès wrote: > Hello! > > The kind of “service” that Guix manages is those described here: > > > https://www.gnu.org/software/guix/manual/en/html_node/Service-Composition.html > > The first paragraph tries to explain it: > > Here we define a “service” as, broadl

Re: Changing user-account's shell

2019-04-18 Thread Ludovic Courtès
Hello Tanguy, Tanguy Le Carrour skribis: > I'm trying to set my user's shell through the Guix configuration system, > but without success. > > The syntax I use is: > > (use-package-modules ... shells) > > (operating-system > ;; ... > (users (cons (user-account >