guix import: Add a blank line after each package definition. Starting from commit 371a83b764c4993d198666e1674454eecbefcdf1, 'guix import crate -r' (or similar) would no longer print a blank line in between definitions. This patch fixes it. Reported by jgart <jgart@dismail.de>. * guix/scripts/import.scm (guix-import): Add second 'newline' call.
1 files changed, 3 insertions(+), 1 deletions(-) M guix/scripts/import.scm
M guix/scripts/import.scm => guix/scripts/import.scm +3 -1