aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-shell.sh
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-05-20 23:12:50 +0100
committerAndrew Tropin <andrew@trop.in>2024-05-30 18:23:48 +0400
commitb12ab191b8cd2ca26bb03020939decad7c23a366 (patch)
tree1af26c68a6c1ef3ac01147c6db7078e4666fa50a /tests/guix-shell.sh
parentfc08d71486cb7fe3aa409984377cd510515383a8 (diff)
downloadguix-b12ab191b8cd2ca26bb03020939decad7c23a366.tar.gz
guix-b12ab191b8cd2ca26bb03020939decad7c23a366.zip
gnu: Add python-geopack.
* gnu/packages/geo.scm (python-geopack): New variable. Change-Id: I674b09030684dd0d9f94b4b87cf96aeea983ee89 Signed-off-by: Andrew Tropin <andrew@trop.in>
Diffstat (limited to 'tests/guix-shell.sh')
0 files changed, 0 insertions, 0 deletions
("recursive-import"): New test. * guix/import/cran.scm (cran->guix-package): Always return two values. * guix/scripts/import/cran.scm (guix-import-cran): Remove 'reverse' call on 'cran-recursive-import' result. * guix/scripts/import/crate.scm (guix-import-crate): Likewise. * guix/scripts/import/elpa.scm (guix-import-elpa): Likewise. * guix/scripts/import/gem.scm (guix-import-gem): Likewise. * guix/scripts/import/hackage.scm (guix-import-hackage): Likewise. * guix/scripts/import/opam.scm (guix-import-opam): Likewise. * guix/scripts/import/pypi.scm (guix-import-pypi): Likewise. * guix/scripts/import/stackage.scm (guix-import-stackage): Likewise. * tests/gem.scm ("gem-recursive-import"): Change the order of package expressions accordingly.