I forgot one last note !
Guix has a brand new issue tracker ! In the future would you send your
patches to
guix-patc...@gnu.org ?
Thanks again !
2017-04-08 10:55 GMT+02:00 Catonano :
> Hi Feng Shu,
>
> Thanks or contributing to Guix !
>
> This patch for you-download is almost good, just a few
Hi Feng Shu,
Thanks or contributing to Guix !
This patch for you-download is almost good, just a few notes:
+(define-public you-get
+ (package
+(name "you-get")
+(version "0.4.652")
+(source (origin
+ (method url-fetch)
+ (uri (string-append
+
>From fe6252c6fe9474078033bd3bffbd76b62f8449a8 Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Fri, 7 Apr 2017 21:18:55 +0800
Subject: [PATCH] gnu: add you-get
* gnu/packages/video.scm (you-get): New variable.
---
gnu/packages/video.scm | 22 ++
1 file changed, 22 inserti