pkglister: Specify Guix outputs when not "out"

master
Pierre Neidhardt 2018-03-31 18:13:03 +05:30
parent ca0c28effa
commit 927bd28730
1 changed files with 1 additions and 1 deletions

View File

@ -39,5 +39,5 @@ fi
## Guix
if command -v guix >/dev/null 2>&1; then
guix package -I | cut -f1 | LC_ALL=C sort >"$PKG_ROOT/guix"
guix package -I | awk '{if($3!="out") {print $1 ":" $3} else {print $1}}' | LC_ALL=C sort >"$PKG_ROOT/guix"
fi