Re: store reference detection (was Re: JARs and reference scanning)

2017-05-08 Thread Ricardo Wurmus
Chris Marusich writes: > There are probably many ways to accomplish that. For example, in Java, > perhaps we could implement a custom classloader. Or maybe we could > patch the built-in class loading mechanism [1]. Similarly, in Python > there are also ways to customize the import mechanism [

Re: [PATCH] gnu: Add cool-retro-term.

2017-05-08 Thread Efraim Flashner
On Thu, May 04, 2017 at 10:03:24PM -0500, Eric Bavier wrote: > Hello Petter, > ... > > I had to add $out/qml to the wrapper QML2_IMPORT_PATH in order for crt > to start up. I figured that was alright, since that path was present > in your initial patch. > ... > > Thanks again, > `~Eric > I lo

Re: Multiple substitute servers question

2017-05-08 Thread Ludovic Courtès
Hi! Maxim Cournoyer skribis: > I had this problem again now. > > guix package -i emacs-dvc > ;;; note: source file /home/maxim/.config/guix/latest/gnu/packages/emacs.scm > ;;; newer than compiled > /home/maxim/.config/guix/latest/gnu/packages/emacs.go > ;;; note: source file /home/maxim/.

Re: store reference detection (was Re: JARs and reference scanning)

2017-05-08 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Chris Marusich writes: > >> There are probably many ways to accomplish that. For example, in Java, >> perhaps we could implement a custom classloader. Or maybe we could >> patch the built-in class loading mechanism [1]. Similarly, in Python >> there are also ways to

Re: GuixSD bootable ISO-9669 image

2017-05-08 Thread Ludovic Courtès
Danny Milosavljevic skribis: > Hi Ludo, > > On Tue, 02 May 2017 23:11:05 +0200 > l...@gnu.org (Ludovic Courtès) wrote: >> OK. Are these “UUIDs” 160-bit long like the “real” ones? If they are, >> I’d suggest ignoring the problem for now. > > No, unfortunately not. There's also a similar problem

Re: Problems running 'check-system'

2017-05-08 Thread Ludovic Courtès
Hi Chris, Chris Marusich skribis: > I think I might have finally found the reason. When I remove the > "--pure" from the invocation, the "installed-os" test runs successfully > on my GuixSD machine. It seems that, for some reason, "--pure" was the > cause of the failure. That's surprising to

Re: ;;; ERROR: missing interface for module (charting)

2017-05-08 Thread Ludovic Courtès
Hi! myglc2 skribis: > GUILEC guix/scripts/size.go > ;;; Failed to autoload make-page-map in (charting): > ;;; ERROR: missing interface for module (charting) These messages are about Guile-Charting, an optional dependency of this tool: https://www.gnu.org/software/guix/manual/html_node/In

Re: "Perfect Setup" for hacking on Nix?

2017-05-08 Thread Ludovic Courtès
Hi, Chris Marusich skribis: > I asked on nix-dev, and the (limited) response was basically that you > should use whatever works best for you: > > https://mailman.science.uu.nl/pipermail/nix-dev/2017-April/023416.html > > I guess that means I should look into a C++ IDE (Eclipse?) or the emacs > e

Re: [PATCH] Add neofetch to games.scm doubleplusgoo...@gmail.com

2017-05-08 Thread Arun Isaac
Thank you for your contribution! > Pretty small patch for my first time commiting. From > ff50a931905376440f245c37df620d724a78dde9 Mon Sep 17 00:00:00 2001 > From: "Ethan R. Jones" > Date: Fri, 5 May 2017 22:02:48 -0400 > Subject: [PATCH] Adding neofetch to the games package expression. Please

Equivalent to lib32readline6-dev

2017-05-08 Thread Hartmut Goebel
Hi, for building LinageOS, the Debina/Ubuntu package lib32readline6-dev is required – which is the 32-bit version. How can I get this in guix? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thoug

Re: Multiple substitute servers question

2017-05-08 Thread Maxim Cournoyer
Hello, l...@gnu.org (Ludovic Courtès) writes: > Hi! > > Maxim Cournoyer skribis: > >> I had this problem again now. >> >> guix package -i emacs-dvc >> ;;; note: source file /home/maxim/.config/guix/latest/gnu/packages/emacs.scm >> ;;; newer than compiled >> /home/maxim/.config/guix/latest

Re: Equivalent to lib32readline6-dev

2017-05-08 Thread Kei Kebreau
Hartmut Goebel writes: > Hi, > > for building LinageOS, the Debina/Ubuntu package lib32readline6-dev is > required – which is the 32-bit version. How can I get this in guix? My first guess would be using `guix build --system=i686-linux readline@6.2' to get a look at what you're working with.

Re: [PATCH] Add neofetch to games.scm doubleplusgoo...@gmail.com

2017-05-08 Thread Alex Kost
doubleplusgoo...@gmail.com (2017-05-05 22:13 -0400) wrote: > Pretty small patch for my first time commiting. Hello and welcome! I also have a couple of notes additionally to what Arun wrote. > From ff50a931905376440f245c37df620d724a78dde9 Mon Sep 17 00:00:00 2001 > From: "Ethan R. Jones" > Dat

Re: [PATCH] Add neofetch to games.scm doubleplusgoo...@gmail.com

2017-05-08 Thread Leo Famulari
On Mon, May 08, 2017 at 08:27:07PM +0300, Alex Kost wrote: > > +(version "3.1.0") > > +(source (origin > > + (method git-fetch) > > + (uri > > + (git-reference > > +(url "https://github.com/dylanaraps/neofetch.git";) > > +

Re: ;;; ERROR: missing interface for module (charting)

2017-05-08 Thread myglc2
On 05/08/2017 at 14:25 Ludovic Courtès writes: > Hi! > > myglc2 skribis: > >> GUILEC guix/scripts/size.go >> ;;; Failed to autoload make-page-map in (charting): >> ;;; ERROR: missing interface for module (charting) > > These messages are about Guile-Charting, an optional dependency of this >