mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: android-libselinux: Avoid top-level references to 'libsellinux'.
* gnu/packages/android.scm (android-libselinux)[synopsis] [description, license]: Remove references to 'libsellinux'.
This commit is contained in:
parent
8804215462
commit
e1b88fde12
1 changed files with 8 additions and 3 deletions
|
@ -500,9 +500,14 @@ (define-public android-libselinux
|
|||
;; pcre is inlined by our package.
|
||||
("pcre" ,pcre)))
|
||||
(home-page "https://developer.android.com/")
|
||||
(synopsis (package-synopsis libselinux))
|
||||
(description (package-description libselinux))
|
||||
(license (package-license libselinux))))
|
||||
(synopsis "Android version of the SELinux libraries and utilities")
|
||||
(description
|
||||
"The libselinux library provides an API for SELinux applications to get
|
||||
and set process and file security contexts, and to obtain security policy
|
||||
decisions. It is required for any applications that use the SELinux API, and
|
||||
used by all applications that are SELinux-aware. This package also includes
|
||||
the core SELinux management utilities.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public android-ext4-utils
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue