unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39829] [PATCH] gnu: linux: Add lsscsi.
@ 2020-02-28 23:25 Vincent Legoll
  2020-03-03 16:24 ` bug#39829: Done: " Jakub Kądziołka
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2020-02-28 23:25 UTC (permalink / raw)
  To: 39829

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

Built in kvm x86_64, narchived & scp'ed to laptop, then tested there:

$ /gnu/store/*lsscsi*/bin/lsscsi
[0:0:0:0]    disk    ATA      CT120BX500SSD1   R013  /dev/sda
[1:0:0:0]    cd/dvd  TSSTcorp CDDVDW TS-L633C  SN01  /dev/sr0
[4:0:0:0]    disk    Generic  2.0 Reader   -SD 1.00  /dev/sdb
[4:0:0:1]    disk    Generic  2.0 Reader   -MS 1.00  /dev/sdc

-- 
Vincent Legoll

[-- Attachment #2: 0001-gnu-linux-Add-lsscsi.patch --]
[-- Type: text/x-patch, Size: 1814 bytes --]

From 76ec9623747523e414d59df573e54e376691faa0 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sat, 29 Feb 2020 00:19:01 +0100
Subject: [PATCH] gnu: linux: Add lsscsi.

* gnu/packages/linux.scm (lsscsi): New variable.
---
 gnu/packages/linux.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0289047d27..bea41536cc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -40,6 +40,7 @@
 ;;; Copyright © 2019 Kei Kebreau <kkebreau@posteo.net>
 ;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
 ;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
+;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1841,6 +1842,27 @@ IPv6 packet filter.
 Both commands are targeted at system administrators.")
     (license license:gpl2+)))
 
+(define-public lsscsi
+  (package
+    (name "lsscsi")
+    (version "0.31")
+    (source (origin
+             (method url-fetch)
+             (uri (string-append
+                   "http://sg.danny.cz/scsi/lsscsi-" version ".tar.xz"))
+             (sha256
+              (base32
+               "1ry2y34xmpgxdbfbyvs8cjmbx0fn222yjdab87wj21q60nab5p75"))))
+    (build-system gnu-build-system)
+    (synopsis "Lists information about SCSI or NVMe devices in Linux")
+    (home-page "http://sg.danny.cz/scsi/lsscsi.html")
+    (description
+     "@command{lsscsi} lists SCSI logical units or SCSI targets.  It can
+also list NVMe namespaces or controllers and show the relationship between a
+device's primary node name, its SCSI generic (sg) node name and its kernel
+name.")
+    (license license:gpl2)))
+
 (define-public ebtables
   (package
     (name "ebtables")
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#39829: Done: gnu: linux: Add lsscsi.
  2020-02-28 23:25 [bug#39829] [PATCH] gnu: linux: Add lsscsi Vincent Legoll
@ 2020-03-03 16:24 ` Jakub Kądziołka
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kądziołka @ 2020-03-03 16:24 UTC (permalink / raw)
  To: 39829-done

[-- Attachment #1: Type: text/plain, Size: 67 bytes --]

LGTM, pushed as c06c7a3aec38471dae3fb88f64558921003b2590.

Thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-03 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-28 23:25 [bug#39829] [PATCH] gnu: linux: Add lsscsi Vincent Legoll
2020-03-03 16:24 ` bug#39829: Done: " Jakub Kądziołka

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).