bug#37300: Imported packages' indentation doesn't respect Guix conventions

2023-07-20 Thread Maxim Cournoyer
Hello, Maxim Cournoyer writes: > The package definitions imported by Guix importers do not respect Guix > conventions regarding indentation. > > Consider: > > guix pypi import transaction > > (package > (name "python-transaction") > (version "2.4.0") > (source > (origin >

bug#37300: Imported packages' indentation doesn't respect Guix conventions

2019-09-03 Thread Maxim Cournoyer
The package definitions imported by Guix importers do not respect Guix conventions regarding indentation. Consider: guix pypi import transaction (package (name "python-transaction") (version "2.4.0") (source (origin (method url-fetch) (uri (pypi-uri "transaction" version))