aboutsummaryrefslogtreecommitdiff
(use-modules (guix)
             (guix build-system gnu)
             (guix licenses))

(package
  (name "hello")
  (version "2.10")
  (source (origin
            (method url-fetch)
            (uri (string-append "mirror://gnu/hello/hello-" version
                                ".tar.gz"))
            (sha256
             (base32
              "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i"))))
  (build-system gnu-build-system)
  (synopsis "Hello, GNU world: An example GNU package")
  (description "Guess what GNU Hello prints!")
  (home-page "http://www.gnu.org/software/hello/")
  (license gpl3+))
h?id=a849273509efb38e3f8ba740a7e1f63191413d91'>tests: Adjust to Shepherd error message change....Ludovic Courtès 2016-01-29services: Rename 'dmd' services to 'shepherd'....Alex Kost 2016-01-29Rename (gnu services dmd) to (gnu services shepherd)....Alex Kost 2015-12-14gexp: 'local-file' resolves relative file names....Ludovic Courtès 2015-11-24services: dmd: Error out upon unmet dmd requirements....Ludovic Courtès 2015-10-10guix system: Add '--derivation'....Ludovic Courtès 2015-05-25ui: Auto-compile user code, and improve error reporting....Ludovic Courtès 2015-05-24system: Make sure user accounts refer to existing groups....Ludovic Courtès 2015-03-26Fix remaining references to "substitute-binary"....Taylan Ulrich Bayırlı/Kammer 2015-03-09services: Statically report duplicate dmd service identifiers....Ludovic Courtès 2014-06-27guix {system,offload}: Improve reporting of syntax errors....Ludovic Courtès