aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@friendly-machines.com>2024-12-21 00:36:36 +0100
committerDanny Milosavljevic <dannym@friendly-machines.com>2024-12-21 02:26:49 +0100
commit5eac2391de89563b62fa8dfdc8858f51a29d887d (patch)
tree3f0f5a2512fd623ea78314daf36242d431d7399b /gnu
parentf62c07f8f380128e77d6a611f1742c238b9410a3 (diff)
downloadguix-5eac2391de89563b62fa8dfdc8858f51a29d887d.tar.gz
guix-5eac2391de89563b62fa8dfdc8858f51a29d887d.zip
gnu: python-geopack: Fix build.
* gnu/packages/geo.scm (python-geopack)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I5edf98e5927073d42b9336af7bd3a9bb829ff9fd
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/geo.scm2
2021-03-23Add powerpc64le-linux as a supported Guix architecture.index c525a79081..8b9b9a4cf7 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -977,7 +977,7 @@ pyproj, Rtree, and Shapely.")
;; XXX Reported upstream <https://github.com/tsssss/
2021-03-17maint: Check whether Guile-zlib is recent enough....This is a followup to a04aef2430645357d7796969d4b6453478ff8a3f. * m4/guix.m4 (GUIX_CHECK_GUILE_ZLIB): New macro. * configure.ac: Use it when checking for Guile-zlib. Ludovic Courtès