<
aboutsummaryrefslogtreecommitdiff
path: root/po/packages/sk.po
diff options
context:
space:
mode:
authorpukkamustard <pukkamustard@posteo.net>2021-06-01 20:23:21 +0000
committerJulien Lepiller <julien@lepiller.eu>2021-06-13 17:15:47 +0200
commit9891f88f7d565ed69a789dcd2edc9afde339f2fe (patch)
tree9c086efd246b27f6df3cbdc08bdc3103c07dd24c /po/packages/sk.po
parent61c7467745de89ca431897daf1c541e41dc35fa7 (diff)
downloadguix-9891f88f7d565ed69a789dcd2edc9afde339f2fe.tar.gz
guix-9891f88f7d565ed69a789dcd2edc9afde339f2fe.zip
gnu: Add ocaml-variantslib.
* gnu/packages/ocaml.scm (ocaml-variantslib): New variable. (ocaml4.07-variantslib): Inherit from ocaml-variantslib. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Diffstat (limited to 'po/packages/sk.po')
0 files changed, 0 insertions, 0 deletions
thub.com/sahlberg/libiscsi") (license (list ;; For the src, examples and test-tool directories, except ;; src/ld_iscsi.c. license:gpl2+ ;; For the lib and include directories. license:lgpl2.1+)))) (define-public lsscsi (package (name "lsscsi") (version "0.32") (source (origin (method url-fetch) (uri (string-append "http://sg.danny.cz/scsi/lsscsi-" version ".tar.xz")) (sha256 (base32 "0jp458m2b3wckr18qkln69i01152qlwz33zm49103lq8fgx0n6d4")))) (build-system gnu-build-system) (synopsis "Lists information about SCSI or NVMe devices in Linux") (home-page "https://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)))