[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49969] [PATCH v3 02/10] gnu: crates-io: Add rust-pam-sys 0.5.6
From: |
muradm |
Subject: |
[bug#49969] [PATCH v3 02/10] gnu: crates-io: Add rust-pam-sys 0.5.6 |
Date: |
Fri, 13 Aug 2021 01:04:12 +0300 |
* gnu/packages/crates-io.scm (rust-pam-sys): Add rust-pam-sys 0.5.6
---
gnu/packages/crates-io.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6484d4c4fc..d91417d76f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -55,6 +55,7 @@
#:use-module (gnu packages glib)
#:use-module (gnu packages image)
#:use-module (gnu packages jemalloc)
+ #:use-module (gnu packages linux)
#:use-module (gnu packages llvm)
#:use-module (gnu packages multiprecision)
#:use-module (gnu packages nettle)
@@ -56994,3 +56995,29 @@ variant of this library is available separately as
@code{im}.")
(description
"A Rust library quotes, unquotes, and unescapes strings")
(license license:unlicense)))
+
+(define-public rust-pam-sys-0.5.6
+ (package
+ (name "rust-pam-sys")
+ (version "0.5.6")
+ (home-page "https://github.com/1wilkens/pam-sys")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "pam-sys" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0d14501d5vybjnzxfjf96321xa5wa36x1xvf02h02zq938qmhj6d"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-libc" ,rust-libc-0.2))))
+ (native-inputs
+ `(("linux-pam" ,linux-pam)))
+ (synopsis
+ "Rust FFI wrappers for the Linux Pluggable Authentication Modules (PAM)")
+ (description
+ "Rust FFI wrappers for the Linux Pluggable Authentication Modules (PAM)")
+ (license (list license:expat license:asl2.0))))
--
2.32.0
- [bug#49969] [PATCH v2 5/7] gnu: desktop: Add seatd-service-type, (continued)
- [bug#49969] [PATCH v2 7/7] doc: Add desktop seatd-service-type and greetd-service-type, muradm, 2021/08/10
- [bug#49969] [PATCH v2 6/7] gnu: desktop: Add greetd-service-type, muradm, 2021/08/10
- [bug#49969] [PATCH 00/10] gnu: desktop: Add seatd-service-type and greetd-service-type, muradm, 2021/08/12
- [bug#49969] [PATCH 00/10] gnu: desktop: Add seatd-service-type and greetd-service-type, muradm, 2021/08/12
- [bug#49969] [PATCH v3 01/10] gnu: crates-io: Add rust-enquote 1.0.3, muradm, 2021/08/12
- [bug#49969] [PATCH v3 08/10] gnu: pam-mount: Add greetd to applied PAM services, muradm, 2021/08/12
- [bug#49969] [PATCH v3 02/10] gnu: crates-io: Add rust-pam-sys 0.5.6,
muradm <=
- [bug#49969] [PATCH v3 00/10] gnu: desktop: Add seatd-service-type and greetd-service-type, muradm, 2021/08/12
- [bug#49969] [PATCH v4 00/10] gnu: desktop: Add seatd-service-type and greetd-service-type, muradm, 2021/08/19
- [bug#49969] [PATCH v4 01/10] gnu: crates-io: Add rust-enquote 1.0.3, muradm, 2021/08/19
- [bug#49969] [PATCH v4 04/10] gnu: admin: Add greetd-pam-mount, muradm, 2021/08/19
- [bug#49969] [PATCH v4 06/10] gnu: desktop: Add greetd-service-type, muradm, 2021/08/19
- [bug#49969] [PATCH v4 02/10] gnu: crates-io: Add rust-pam-sys 0.5.6, muradm, 2021/08/19
- [bug#49969] [PATCH v4 03/10] gnu: freedesktop: Add greetd 0.7.0, muradm, 2021/08/19
- [bug#49969] [PATCH v4 07/10] gnu: base: Add greetd to applied PAM services, muradm, 2021/08/19
- [bug#49969] [PATCH v4 08/10] gnu: pam-mount: Add greetd to applied PAM services, muradm, 2021/08/19
- [bug#49969] [PATCH v4 10/10] doc: Add desktop seatd-service-type and greetd-service-type, muradm, 2021/08/19