From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: [PATCH 0/2] Add emacs-emms-player-mpv. Date: Wed, 29 Jun 2016 07:45:47 +0200 Message-ID: <20160629054549.6433-1-rekado@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bI8K2-00056l-BT for guix-devel@gnu.org; Wed, 29 Jun 2016 01:46:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bI8Jy-0001BH-6E for guix-devel@gnu.org; Wed, 29 Jun 2016 01:46:01 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bI8Jx-0001BB-U8 for guix-devel@gnu.org; Wed, 29 Jun 2016 01:45:58 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hi Guix, I think we need to rename the “emms” package to “emacs-emms”. (This is what the first patch does.) Currently, the emacs-build-system will only add to the Emacs “load-path” the “site-lisp” directories of packages that start with “emacs-”. I think it may be necessary to relax this requirement for cases in which a non-Emacs package provides an Emacs mode. In the case of “emms”, however, I think renaming it is justified. The second patch adds an EMMS player. The byte-compilation phase only succeeds after renaming “emms”, because otherwise it wouldn’t find the lisp files provides by that package. Ricardo Wurmus (2): gnu: emms: Rename package to "emacs-emms". gnu: Add emacs-emms-player-mpv. gnu/packages/emacs.scm | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) -- 2.8.4