* bug#26965: mc: Add unzip to inputs
@ 2017-05-17 16:19 ng0
2017-05-17 23:01 ` Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2017-05-17 16:19 UTC (permalink / raw)
To: 26965
[-- Attachment #1: Type: text/plain, Size: 157 bytes --]
One more input for mc.
There's much to be added, at some point it makes sense to have
an mc-full package instead of an mc fully-bloated-by-default
package.
[-- Attachment #2: 0001-gnu-mc-Add-unzip-to-inputs.patch --]
[-- Type: text/plain, Size: 1470 bytes --]
From edddbf5084361305f38f2a34b706bc5d96ae92bc Mon Sep 17 00:00:00 2001
From: ng0 <ng0@no-reply.pragmatique.xyz>
Date: Tue, 16 May 2017 22:28:57 +0000
Subject: [PATCH] gnu: mc: Add unzip to inputs.
* gnu/packages/mc.scm (mc)[inputs]: Add unzip.
---
gnu/packages/mc.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mc.scm b/gnu/packages/mc.scm
index 3cdc54215..bae12439f 100644
--- a/gnu/packages/mc.scm
+++ b/gnu/packages/mc.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2016 ng0 <ng0@libertad.pw>
+;;; Copyright © 2016, 2017 ng0 <ng0@no-reply.pragmatique.xyz>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -30,7 +30,8 @@
#:use-module (gnu packages ssh)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages check)
- #:use-module (gnu packages perl))
+ #:use-module (gnu packages perl)
+ #:use-module (gnu packages zip))
(define-public mc
(package
@@ -51,7 +52,8 @@
("ncurses" ,ncurses)
("libssh2" ,libssh2)
("glib" ,glib)
- ("check" ,check)))
+ ("check" ,check)
+ ("unzip" ,unzip)))
(arguments
`(#:configure-flags
'("--with-screen=ncurses" "--enable-aspell")
--
2.13.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#26965: mc: Add unzip to inputs
2017-05-17 16:19 bug#26965: mc: Add unzip to inputs ng0
@ 2017-05-17 23:01 ` Marius Bakke
0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2017-05-17 23:01 UTC (permalink / raw)
To: ng0, 26965-done
[-- Attachment #1: Type: text/plain, Size: 312 bytes --]
ng0 <ng0@pragmatique.xyz> writes:
> From edddbf5084361305f38f2a34b706bc5d96ae92bc Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@no-reply.pragmatique.xyz>
> Date: Tue, 16 May 2017 22:28:57 +0000
> Subject: [PATCH] gnu: mc: Add unzip to inputs.
>
> * gnu/packages/mc.scm (mc)[inputs]: Add unzip.
Applied, thank you!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-05-17 23:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-17 16:19 bug#26965: mc: Add unzip to inputs ng0
2017-05-17 23:01 ` Marius Bakke
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.