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+))
3-07-13 18:58:58 +0200'>2023-07-13hurd-boot: Setup pci-arbiter and rumpdisk translators....Janneke Nieuwenhuizen 2023-05-17hurd-boot: Symlink /hurd before setting up translators....Josselin Poiret 2022-12-24hurd-boot: Fix list of devices with translators....Ludovic Courtès 2022-11-28system: hurd: Create more ttys....Ludovic Courtès 2022-11-28hurd-boot: Explain why 'getxattr' cannot be used on GNU/Hurd....Ludovic Courtès 2022-11-28hurd-boot: Create more PTY nodes....Ludovic Courtès 2022-03-01initrd: Use non-hyphenated kernel command-line parameter names....Maxim Cournoyer 2021-12-12services: static-networking: Change interface to mimic netlink....Ludovic Courtès 2021-10-18hurd-boot: Set pfinet on the right node for AF_INET6....Ludovic Courtès