gnu: Remove needless export.

* gnu/packages/polkit.scm: Don't export POLKIT explicitly.
This commit is contained in:
Marius Bakke 2022-08-29 16:17:49 +02:00
parent 3383f9dfe9
commit a6f4295362
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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