aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/file-systems.scm
diff options
context:
space:
mode:
authorAntoine Côté <antoine.cote@posteo.net>2021-02-04 14:44:37 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2021-02-04 14:45:49 +0100
commitab8a175f908ad3e83409eed4c1473d86ab1a8ce0 (patch)
tree7aa8e8f0bfd17be5f3d96345978c938ce9e02788 /gnu/system/file-systems.scm
parent09d7f87a65070137be38b2abbdd03aca5c550c0e (diff)
downloadguix-ab8a175f908ad3e83409eed4c1473d86ab1a8ce0.tar.gz
guix-ab8a175f908ad3e83409eed4c1473d86ab1a8ce0.zip
gnu: lzip: Update to 1.22.
* gnu/packages/compression.scm (lzip): Update to 1.22. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/system/file-systems.scm')
0 files changed, 0 insertions, 0 deletions
es "symbolic" as long as possible and factorize. (get-opam-repository): Use the same repository source as CLI opam does (i.e. HTTP-served index.tar.gz instead of git repositories). (find-latest-version): Be more flexible on the repositories structure instead of expecting packages/PACKAGE-NAME/PACKAGE-NAME.VERSION/. * tests/opam.scm: Update the call to opam->guix-package since repo is now expected to be a list and remove the mocked get-opam-repository deprecated by the support for local folders by the actual implementation. * doc/guix.texi: Document the new semantics and valid arguments for the --repo option. Signed-off-by: Julien Lepiller <julien@lepiller.eu> 2021-07-20import: opam: Emit new-style package inputs.Sarah Morgensen * guix/import/opam.scm (opam->guix-package): Wrap INPUTS and NATIVE-INPUTS in 'list' instead of 'quasiquote'. (dependency-list->inputs): Return a list of symbols. * tests/opam.scm ("opam->guix-package"): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2021-05-28import: opam: Generate license for package.Xinglu Chen * guix/import/opam.scm (opam->guix-package): Generate license for the ‘license’ field. * tests/opam.scm (test-opam-file): Update accordingly. ("opam->guix-package"): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2020-12-08import: opam: Adjust test to latest 'opam->guix-package' changes.Ludovic Courtès This is a followup to a8dccd4bdc1e58219d4ba08fe1649bf0b8325f44, which broke the test. * guix/import/opam.scm (get-opam-repository): Prevent inlining. * tests/opam.scm ("opam->guix-package"): Mock 'get-opam-repository'. 2020-12-08guix: opam: Pass default repository to recursive importer.Julien Lepiller * guix/import/opam.scm (opam->guix-package): Rename #:repository key to #:repo. (opam-recursive-import): Pass #:repo keyword. * tests/opam.scm (opam->guix-package): Rename #:repository to #:repo. 2020-10-02tests: opam: Test additional syntax.Julien Lepiller * tests/opam.scm (test-comment): New test. (test-lists): Add more tests for complex list patterns. 2020-10-02tests: opam: Factorize tests.Julien Lepiller * tests/opam.scm: Remove duplicate code.