;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2016 Leo Famulari ;;; Copyright © 2016 Alex Griffin ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (gnu packages geo) #:use-module (guix build-system glib-or-gtk) #:use-module (guix download) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix u
aboutsummaryrefslogtreecommitdiff
YPELIB_PATH" ":" prefix (,gi-typelib-path)) ;; There seems to be no way to embed the path of libgoa-1.0.so.0. `("LD_LIBRARY_PATH" ":" prefix (,goa-path))) #t)))))) (native-inputs `(("gobject-introspection" ,gobject-introspection) ("intltool" ,intltool) ("pkg-config" ,pkg-config))) (inputs `(("folks" ,folks) ("libchamplain" ,libchamplain) ("libgee" ,libgee) ("libxml2" ,libxml2) ("geoclue" ,geoclue) ("geocode-glib" ,geocode-glib) ("gfbgraph" ,gfbgraph) ("gjs" ,gjs) ("glib" ,glib) ("gnome-online-accounts" ,gnome-online-accounts) ("rest" ,rest) ("webkitgtk" ,webkitgtk))) (propagated-inputs `(("gtk+3" ,gtk+))) (synopsis "Graphical map viewer and wayfinding program") (description "GNOME Maps is a graphical map viewer. It uses map data from the OpenStreetMap project. It can provide directions for walking, bicycling, and driving.") (home-page "https://wiki.gnome.org/Apps/Maps") (license gpl2+)))
AgeCommit message (Expand)Author