(use-modules (guix) (guix build-system gnu) (guix licenses)) (package (name "hello") (version "2.10") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/hello/hello-" version ".tar.gz")) (sha256 (base32 "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i")))) (build-system gnu-build-system) (synopsis "Hello, GNU world: An example GNU package") (description "Guess what GNU Hello prints!") (home-page "http://www.gnu.org/software/hello/") (license gpl3+)) orm method='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gps.scm
AgeCommit message (Expand)Author
2017-03-22gnu: gpsbabel: Fix a build failure with GCC 5....* gnu/packages/gps.scm (gpsbabel)[arguments]: Add -fPIC to #:configure-flags. Leo Famulari
2016-12-04gnu: exiv2: Move to (gnu packages image)....* gnu/packages/geeqie.scm (exiv2): Move to... * gnu/packages/image.scm: ... here. * gnu/packages/gnome.scm: Adjust the used modules. * gnu/packages/gnunet.scm: Likewise. * gnu/packages/gps.scm: Likewise. Alex Kost
2016-08-22gnu: gpsbabel: Build with gnu++11....* gnu/packages/gps.scm (gpsbabel)[arguments]: Add configure-flag. Disable tests. David Craven
2016-06-16gnu: gpsbabel: Build with modular qt....* gnu/packages/gps.scm (gpsbabel)[inputs]: Remove qt, add qtbase, qttools. Efraim Flashner