Ryan Prior via Guix-patches via writes: > * gnu/packages/pantheon.scm (pantheon-terminal): New variable. [...] > + (arguments > + `(#:glib-or-gtk? #t > + #:phases > + (modify-phases %standard-phases > + (add-before 'install 'set-environment-variables > + (lambda _ > + ;; Disable compiling schemas and updating desktop databases > + (setenv "DESTDIR" "/") > + #t)) Same comment as patch 1/3. > + (synopsis "Graphical terminal with opinionated design and thoughtful touches") This synopsis borders on "marketing language" (see the section about Synopses and Descriptions in the manual), but maybe it's OK. > + (description "A lightweight, beautiful, and simple terminal application. Can you turn this into a full sentence? I.e. "pantheon-terminal is a ...". > +Comes with sane defaults, browser-like tabs, sudo paste protection, smart > +copy/paste, and little to no configuration.") Also here, "It comes with a ...". > + (license license:lgpl3))) Indeed LGPL3 only! Odd choice. :-)