pkg/lib: fix `installed-pkg-names'
This commit is contained in:
parent
d9649ebdc5
commit
71aa65c33c
|
@ -1322,7 +1322,7 @@
|
||||||
(read-pkg-db))))
|
(read-pkg-db))))
|
||||||
|
|
||||||
(define (installed-pkg-names #:scope [given-scope #f])
|
(define (installed-pkg-names #:scope [given-scope #f])
|
||||||
(sort (installed-pkg-table #:scope given-scope)
|
(sort (hash-keys (installed-pkg-table #:scope given-scope))
|
||||||
string-ci<=?))
|
string-ci<=?))
|
||||||
|
|
||||||
(define (pkg-config config:set key+vals)
|
(define (pkg-config config:set key+vals)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user