aboutsummaryrefslogtreecommitdiff
path: root/doc/package-hello.scm
blob: c57eb8910894c3aa67c3ca120b30e438bc99f56e (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(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+))
3ed7d3235e71aae5d00ab7d773'>Update Guile-SQLite3 URL everywhere....Ludovic Courtès 2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès 2018-06-27doc: Specify Guile-SQLite3 minimum version....Ludovic Courtès 2018-06-14build: Require Guile-SQLite3....Ludovic Courtès 2018-02-26build: Require Guile >= 2.0.13....Ludovic Courtès 2018-01-07doc: Mark zlib as mandatory, libbz2 as optional....Ludovic Courtès 2018-01-01doc: Update requirements in 'README'....Mathieu Lirzin 2017-09-25README: Replace http:// with https:// where applicable.Marius Bakke 2017-03-18build: Require Guile >= 2.0.9....Ludovic Courtès 2017-01-30maint: Fix invalid calls to 'info'....Mathieu Lirzin 2015-10-06build: Automatically determine libgcrypt's file name....Ludovic Courtès 2015-06-14doc: Move most 'HACKING' informations into the manual....Mathieu Lirzin 2015-06-04Document 'guix environment guix' in README....Ludovic Courtès 2015-05-10doc: Mention GNU Make as a requirement....Ludovic Courtès 2015-05-10build: Require Guile >= 2.0.7....Ludovic Courtès 2014-10-27doc: Add a note about optional GnuTLS dependency....Ian Denhardt 2014-10-06doc: Mention optional dependency on Guile-JSON....Ludovic Courtès 2014-09-02doc: Update "Installing Guix from Guix"....Ludovic Courtès 2014-08-26doc: Replace /nix/store with /gnu/store in README....John Darrington 2014-04-10doc: Mention 'gcc-toolchain' in README....Ludovic Courtès 2013-11-16doc: Improve "Installing Guix from Guix" section....Ludovic Courtès 2013-07-19doc: Improve build instructions in README and HACKING....Ludovic Courtès 2013-07-17doc: Mark 2.0.5 as being the minimum Guile version....Ludovic Courtès 2013-06-12doc: Describe the build procedure in more detail....Konrad Hinsen 2013-04-25doc: Add note on installing Guix from Guix....Ludovic Courtès 2012-12-14daemon: Build `nix-setuid-helper'....Ludovic Courtès