Hi Dave,
> +(define-public ruby-method-source
> + (package
> +(name "ruby-method-source")
> +(version "0.8.2")
> +(source
> + (origin
> + (method url-fetch)
> + (uri (rubygems-uri "method_source" version))
> + (sha256
> +(base32
> + "1g5i4w0dmlhzd
This small patch set adds the Pry, a powerful Ruby REPL (but not as
powerful as Geiser ;), and the missing prerequisites.
>From 2d1757d4b7b940fb0f2da007e6c616370b2b09ad Mon Sep 17 00:00:00 2001
From: David Thompson
Date: Sat, 29 Aug 2015 22:53:34 -0400
Subject: [PATCH 1/3] gnu: Add ruby-method-so
Unlike a lot of other gems, I was pleasantly surprised that I could
actually run ruby-pg's test suite successfully. However, I had to tweak
the build system to use shorter file names for the build directory
because the test suite was trying to create a UNIX-domain socket longer
than the maximum of
AFAICT the root of the problems you faced is that by default
"~/.guix-profile/share/emacs/site-lisp/" and
"~/.guix-profile/share/emacs/site-lisp/guix.d/…" directories are added
to 'load-path' before "~/.emacs.d/elpa/…" so the packages installed from
elpa/melpa/… have a priority. This may lead to t
Ludovic Courtès (2015-08-29 17:39 +0300) wrote:
> Alex Kost skribis:
>
>> So I wish people good luck with moving to Magit2 :-)
>
> So! I’ve upgraded ‘magit’ and ‘magit-svn’, but now (require 'magit-svn)
> yields this:
>
>
> Debugger entered--Lisp error: (void-function magit-key-mode-add-group)
>
Ricardo Wurmus skribis:
> From 1c726be7746021f5d967d12154c057391e24585d Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus
> Date: Fri, 24 Jul 2015 16:49:57 +0200
> Subject: [PATCH 1/2] import: Add 'cran' importer.
>
> * guix/import/cran.scm: New file.
> * guix/scripts/import.scm: Add "cran" to 'im
宋文武 writes:
> Ricardo Wurmus writes:
>
>> Attached are patches to replace “jack-2” with “jack-1”.
> Thanks for explanation, please push!
Done!
~~ Ricardo
l...@gnu.org (Ludovic Courtès) skribis:
> I’ve pushed an attempt for it in wip-core-updates, specifically this
> commit:
>
>
> http://git.savannah.gnu.org/cgit/guix.git/commit/?h=wip-core-updates&id=e0a33ce07b56111329575b0ccc90c9c314fbd221
>
> The trick is simply to not copy the ‘bash’ binary t
Alex Kost skribis:
> Ludovic Courtès (2015-08-28 12:37 +0300) wrote:
[...]
>> Of course, you’re effectively the maintainer of that part.
>
> OK, but I also made some changes outside "emacs" dir:
Right, thanks for the heads-up then. ;-)
> - I exported stuff from (guix scripts lint) and (guix
Alex Kost skribis:
> So I wish people good luck with moving to Magit2 :-)
So! I’ve upgraded ‘magit’ and ‘magit-svn’, but now (require 'magit-svn)
yields this:
--8<---cut here---start->8---
Debugger entered--Lisp error: (void-function magit-key-mode-add-group
Here are the grub SVGs with vector checkerboard:
https://cloud.openmailbox.org/index.php/s/uBM9iQ3oLLjjIZX
So no need for Inkscape anymore :)
--
Luis Felipe López Acevedo
http://sirgazil.bitbucket.org/
This small patch set adds a few more Ruby libraries to our arsenal, the
most important being Nokogiri: A widely used XML parsing library with
native C extensions. The official Ruby packaging system cannot capture
non-Ruby dependencies outside of developers bundling them in their
source releases, s
Ricardo Wurmus writes:
> Attached are patches to replace “jack-2” with “jack-1”.
>
> None of the packages actually requires “jack-2”. Both implement the
> same API, but are separate implementations (“jack-2” is not more mature
> or more recent than “jack-1”).
>
> “jack-2” *additionally* supports
l...@gnu.org (Ludovic Courtès) skribis:
> When switching from 4.0.5 to 4.1.2, I noticed that my ath9k-based
> ThinkPenguin WiFi dongle would no longer work (“Resource unavailable”
> when running ‘iwlist xxx scan’, etc.)
This is still broken in 4.1.6. Is anyone using a similar setup?
Ludo’.
Ricardo Wurmus skribis:
> Ludovic Courtès writes:
>
>> If somebody (Ricardo?) gives a general talk about Guix(SD), I can give
>> one on a specific topic, for instance gexps and related APIs.
>
> I could be that somebody who gives a general talk about Guix or GuixSD.
> But what would be the targe
15 matches
Mail list logo