guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add lshw.


From: Marius Bakke
Subject: Re: [PATCH] gnu: Add lshw.
Date: Tue, 07 Feb 2017 18:00:37 +0100
User-agent: Notmuch/0.23.5 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu)

"Boskovits, Gábor" <address@hidden> writes:

> +(define-public lshw
> +  (package
> +    (name "lshw")
> +    (version "B.02.18")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append "http://www.ezix.org/software/";
> +                                  "files/lshw-" version
> +                                  ".tar.gz"))
> +              (sha256
> +               (base32
> +                "0brwra4jld0d53d7jsgca415ljglmmx1l2iazpj4ndilr48yy8mf"))))
> +    (build-system gnu-build-system)
> +    (arguments
> +      `(#:phases (modify-phases %standard-phases (delete 'configure));no 
> configure
> +        #:tests? #f
> +        #:make-flags
> +          (list (string-append "PREFIX=" (assoc-ref %outputs "out")))))
> +    (synopsis "Hardware Lister (lshw)")
> +    (description
> +     "lshw (Hardware Lister) is a small tool to provide detailed
> +information on the hardware configuration of the machine.  It can
> +report exact memory configuration, firmware version, mainboard
> +configuration, CPU version and speed, cache configuration, bus speed,
> +etc. on DMI-capable x86 or EFI (IA-64) systems and on some PowerPC
> +machines (​PowerMac G4 is known to work).")
> +    (home-page "http://www.ezix.org/project/wiki/HardwareLiSter";)
> +    (license gpl2)))

Thank you for this! I moved it to linux.scm, added a copyright line for
you and changed the URLs to use HTTPS. Also did very minor tweaks to
description.

Pushed as 189d8422573bdcb9392dad76426ab3e9518017ec !

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]