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 > +@command{youtube-dl}. You can use it to download videos from YouTube and any > +other sites that youtube-dl supports.") s/sites/site