pkglister: Add support for Guix

master
Pierre Neidhardt 2018-03-28 12:22:50 +05:30
parent eeb804a9fe
commit 16c63a9c3c
1 changed files with 5 additions and 0 deletions

View File

@ -36,3 +36,8 @@ fi
if command -v xbps-query >/dev/null 2>&1; then
xbps-query -m | sed 's/-[^-]\+$//' >"$PKG_ROOT/void-official"
fi
## Guix
if command -v guix >/dev/null 2>&1; then
guix package -I | cut -f1 | LC_ALL=C sort >"$PKG_ROOT/guix"
fi