From 2a26fb6a7fb9ce006a66117bfe84acd054789159 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Tue, 17 Mar 2026 16:40:22 +0100 Subject: [PATCH] gnu: Remove memphis. * gnu/packages/geo.scm (memphis): Delete variable. Change-Id: Id2d2292d9b0d6660c62fba6c8f041e3e6a1d7776 --- gnu/packages/geo.scm | 49 -------------------------------------------- 1 file changed, 49 deletions(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 157b076f766..748856b3314 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -412,55 +412,6 @@ hierarchical hexagonal geospatial indexing system") (modify-inputs (package-inputs python-h3) (replace "h3" h3-3))))) -(define-public memphis - (package - (name "memphis") - (version "0.2.3") - (source - (origin - (method git-fetch) - (uri - (git-reference - (url "https://github.com/jiuka/memphis") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "068c3943pgbpfjq44pmvn5fmkh005ak5aa67vvrq3fn487c6w54q")))) - (build-system glib-or-gtk-build-system) - (outputs '("out" "doc")) - (arguments - `(#:configure-flags - (list "--disable-static" - "--enable-gtk-doc" - "--enable-vala" - (string-append "--with-html-dir=" #$output "/share/gtk-doc/html")) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'patch-autogen - (lambda _ - (substitute* "autogen.sh" - (("\\./configure \"\\$@\"") - ""))))))) - (native-inputs - (list autoconf - automake - docbook-xml-4.3 - gobject-introspection - gtk-doc/stable - libtool - libxml2 ;for XML_CATALOG_FILES - pkg-config - python-wrapper - seed - vala)) - (inputs (list expat glib)) - (propagated-inputs (list cairo)) - (synopsis "Map-rendering for OpenSteetMap") - (description "Memphis is a map-rendering application and a library for -OpenStreetMap written in C using eXpat, Cairo and GLib.") - (home-page "http://trac.openstreetmap.ch/trac/memphis/") - (license license:lgpl2.1+))) - (define-public geos (package (name "geos")