mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Remove needless export.
* gnu/packages/polkit.scm: Don't export POLKIT explicitly.
This commit is contained in:
parent
3383f9dfe9
commit
a6f4295362
1 changed files with 1 additions and 2 deletions
|
@ -53,8 +53,7 @@ (define-module (gnu packages polkit)
|
|||
#:use-module (gnu packages python)
|
||||
#:use-module (gnu packages python-xyz)
|
||||
#:use-module (gnu packages qt)
|
||||
#:use-module (gnu packages xml)
|
||||
#:export (polkit))
|
||||
#:use-module (gnu packages xml))
|
||||
|
||||
(define-public polkit
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue