guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26538: [PATCH 1/1] gnu: Add youtube-dl-gui.


From: Leo Famulari
Subject: bug#26538: [PATCH 1/1] gnu: Add youtube-dl-gui.
Date: Mon, 17 Apr 2017 15:47:31 -0400
User-agent: Mutt/1.8.1 (2017-04-11)

On Sun, Apr 16, 2017 at 06:39:28PM -0700, Chris Marusich wrote:
> * gnu/packages/video.scm (youtube-dl-gui): New variable.

Thanks! I pushed as 794223bc776aeaf94da2d5b5f330c71fc404b238 with the
following changes:

> +       (uri (string-append 
> "https://github.com/MrS0m30n3/youtube-dl-gui/archive/";
> +                           version
> +                           ".tar.gz"))
> +       (file-name (string-append name "-" version ".tar.gz"))
> +       (sha256 (base32 
> "1kaq3nrr7l52s9lvrqqywsk8yd6f2lciwj1hd40h8hs4463yrrqc"))))

It fetches the source from PyPi.

> +       #:phases (modify-phases %standard-phases
> +                  (add-before 'build 'patch-source
> +                              (lambda* (#:key inputs #:allow-other-keys)

I adjusted the indentation to be less severe! :)

> +     "Youtube-dlG is a GUI (Graphical User Interface) for
> address@hidden  You can use it to download videos from YouTube and any
> +other sites that youtube-dl supports.")

s/sites/site

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]