summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * gnu: Add footswitch.Stefan Reichör2017-09-28
| | | | | | | | | | | | | | I have tested the built footswitch tool with my foot switch. It works as expected. Is accessibility.scm the correct location for this tool? * gnu/packages/accessibility.scm (footswitch): New variable.
| * gnu: r-minimal: Update to 3.4.2.Ricardo Wurmus2017-09-28
| | | | | | | | * gnu/packages/statistics.scm (r-minimal): Update to 3.4.2.
| * gnu: Add cadaver.ng02017-09-28
| | | | | | | | | | | | * gnu/packages/web.scm (cadaver): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
| * gnu: Add emacs-jinja2-mode.ng02017-09-28
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-jinja2-mode): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
| * gnu: Add emacs-sr-speedbar.Oleg Pykhalov2017-09-28
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-sr-speedbar): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
| * gnu: lirc: Update to 0.10.1.Alex Kost2017-09-28
| | | | | | | | | | * gnu/packages/lirc.scm (lirc): Update to 0.10.1. [arguments]: Use "--enable-devinput" configure flag.
| * gnu: dunst: Update to 1.2.0.Alex Kost2017-09-28
| | | | | | | | | | | | * gnu/packages/dunst.scm (dunst): Update to 1.2.0. [inputs]: Update: remove 'libxext' and 'libxft', add 'gtk' and 'libxrandr'. [home-page]: Update for the new location.
| * gnu: emacs-pdf-tools: Update to 0.80.Alex Kost2017-09-28
| | | | | | | | | | * gnu/packages/emacs.scm (emacs-pdf-tools): Update to 0.80. [propagated-inputs]: Add 'emacs-tablist' as it is the new dependency.
| * gnu: Add emacs-tablist.Alex Kost2017-09-28
| | | | | | | | * gnu/packages/emacs.scm (emacs-tablist): New variable.
| * cuirass: Add 'cuirass-jobs.scm' target to compute the Cuirass jobs.Jan Nieuwenhuizen2017-09-28
| | | | | | | | | | * build-aux/hydra/evaluate.scm: Support "cuirass" command line option. * Makefile.am (cuirass-jobs.scm): New target.
| * guix: Revert accidentally committed changes.Ricardo Wurmus2017-09-28
| | | | | | | | | | | | | | | | This is a follow-up to commit fb1db385476bc4548d3eadea93b5dd6a346839f2. * guix/scripts/build.scm (lazy-util): Remove procedure. (options->things-to-build): Remove special case for files with ".json" extension.
| * gnu: Add asco.Theodoros Foradis2017-09-28
| | | | | | | | | | | | * gnu/packages/engineering.scm (asco): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: openocd: Update to 0.10.0Theodoros Foradis2017-09-28
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/embedded.scm (openocd): Update to 0.10.0. [arguments] <configure-flags>: Add "--enable-sysfsgpio" flag. Remove "--enable-oocd_trace" flag. [arguments] <phases>: Add phase "change-udev-group". Add phase "install-udev-rules". * gnu/packages/patches/openocd-nrf52.patch: Modify to apply on 0.10.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: libjaylink: Update to commit 699b700.Theodoros Foradis2017-09-28
| | | | | | | | | | | | * gnu/packages/embedded.scm (libjaylink): Update to commit 699b700. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: qtmultimedia: Build gstreamer backend.Ricardo Wurmus2017-09-28
| | | | | | | | | | | | * gnu/packages/qt.scm (qtmultimedia)[inputs]: Add gstreamer and gst-plugins-base. [arguments]: Replace configure phase to pass extra arguments to qmake.
| * gnu: Add dino.Ricardo Wurmus2017-09-28
| | | | | | | | * gnu/packages/messaging.scm (dino): New variable.
| * import: Add JSON importer.Ricardo Wurmus2017-09-28
| | | | | | | | | | | | | | * doc/guix.texi (Invoking guix import): Document it. * guix/scripts/import/json.scm: New file. * Makefile.am (MODULES): Add it. * guix/scripts/import.scm (importers): Add json importer.
| * import: Add generic data to package converter.Ricardo Wurmus2017-09-28
| | | | | | | | | | | | * guix/import/utils.scm (build-system-modules, lookup-build-system-by-name, specs->package-lists, source-spec->object, alist->package): New procedures. * tests/import-utils.scm: Add tests for alist->package.
| * import: Add package->code.Ricardo Wurmus2017-09-28
| | | | | | | | | | | | | | * guix/import/print.scm: New file. * tests/print.scm: New file. * Makefile.am (SCM_TESTS): Add new test file. (MODULES): Add print.scm.
| * gnu: libical: Fix libdir install path.Efraim Flashner2017-09-28
| | | | | | | | | | | | | | Reported by sadiq on IRC. * gnu/packages/calendar.scm (libical)[arguments]: Remove configure flag adding /lib64 to rpath, add flag to force libdir to /lib.
| * gnu: libgc: Add 'libgc-back-pointers' variant.Ludovic Courtès2017-09-28
| | | | | | | | * gnu/packages/bdw-gc.scm (libgc/back-pointers): New variable.
| * gnu: Add font-rachana.Mohammed Sadiq2017-09-28
| | | | | | | | | | | | * gnu/packages/fonts.scm (font-rachana): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add gnome-todo.Mohammed Sadiq2017-09-28
| | | | | | | | | | | | * gnu/packages/gnome.scm (gnome-todo): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * cuirass: Support subset with list of package[@version].Jan Nieuwenhuizen2017-09-27
| | | | | | | | | | * build-aux/hydra/gnu-system.scm (hydra-jobs): Support subset of packages: ("name[@version" ...).
| * cuirass: Add gnu-system build spec.Jan Nieuwenhuizen2017-09-27
| | | | | | | | | | | | * build-aux/hydra/gnu-system.scm (hydra-jobs): Support subset "hello". * build-aux/cuirass/gnu-system.scm: New file. * doc/guix.texi (Continuous Integration): Update example spec.
| * gnu: Add ocaml-camomile.Julien Lepiller2017-09-27
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-camomile): New variable.
| * gnu: Add bap.Julien Lepiller2017-09-27
| | | | | | | | * gnu/packages/ocaml.scm (bap): New variable.
| * gnu: Add ocaml-piqi.Julien Lepiller2017-09-27
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-piqi): New variable.
| * gnu: Add ocaml-graph.Julien Lepiller2017-09-27
| | | | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-graph): New variable. * gnu/packages/patches/ocaml-graph-honor-source-date-epoch.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: Add ocaml-uuidm.Julien Lepiller2017-09-27
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-uuidm): New variable.
| * gnu: Add ocaml-piqilib.Julien Lepiller2017-09-27
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-piqilib): New variable.
| * gnu: Add ocaml-optcomp.Julien Lepiller2017-09-27
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-optcomp): New variable.
| * gnu: Add ocaml-easy-format.Julien Lepiller2017-09-27
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-easy-format): New variable.
| * gnu: Add ocaml-uri.Julien Lepiller2017-09-27
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-uri): New variable.
| * gnu: Add ocaml-ezjsonm.Julien Lepiller2017-09-27
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-ezjsonm): New variable.
| * gnu: samba: Install manual pages.Marius Bakke2017-09-27
| | | | | | | | | | | | * gnu/packages/samba.scm (samba)[arguments]<#:phases>: Add 'locate-docbook-stylesheets' phase. [native-inputs]: Add DOCBOOK-XSL and LIBXSLT.
| * gnu: tklib: Fix typo.Marius Bakke2017-09-27
| | | | | | | | | | | | This is a follow-up to commit 1966481fe306691d9fad7dda0da6143f93055cae. * gnu/packages/tcl.scm (tklib)[description]: Fix Texinfo markup.
| * gnu: potrace: Update to 1.15 [fixes CVE-2017-12067].Marius Bakke2017-09-27
| | | | | | | | * gnu/packages/fontutils.scm (potrace): Update to 1.15.
| * gnu: e2fsprogs: Update to 1.43.6.Marius Bakke2017-09-27
| | | | | | | | * gnu/packages/linux.scm (e2fsprogs): Update to 1.43.6.
| * gnu: powertop: Update to 2.9.Marius Bakke2017-09-27
| | | | | | | | | | * gnu/packages/linux.scm (powertop): Update to 2.9. [source]: Adjust URI.
| * gnu: lftp: Update to 4.8.2.Marius Bakke2017-09-27
| | | | | | | | * gnu/packages/ftp.scm (lftp): Update to 4.8.2.
| * gnu: pulseview: Build with modular Qt.Marius Bakke2017-09-27
| | | | | | | | * gnu/packages/electronics.scm (pulseview)[inputs]: Remove QT. Add QTBASE and QTSVG.
| * gnu: tklib: Add missing closing brace.Maxim Cournoyer2017-09-27
| | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/28624>. Reported by Jelle Licht <wordempire@gmail.com> * gnu/packages/tcl.scm (tklib): Add closing brace.
| * gnu: lilypond: Fix fontforge detection.Efraim Flashner2017-09-27
| | | | | | | | | | * gnu/packages/music.scm (lilypond)[arguments]: Adjust fontforge detection algorithm to allow for SOURCE_DATE_EPOCH in fontforge's build.
| * gnu: git: Update to 2.14.2.Tobias Geerinckx-Rice2017-09-26
| | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.14.2.
| * gnu: btrfs-progs: Update to 4.13.1.Tobias Geerinckx-Rice2017-09-26
| | | | | | | | | | * gnu/packages/linux.scm (btrfs-progs): Update to 4.13.1. [inputs]: Add zstd.
| * build-system: meson: Fix typo in variable name.Mohammed Sadiq2017-09-26
| | | | | | | | * guix/build-system/meson.scm (lower): fix typo in glib-or-gtk?.
| * gnu: Add tklib.Danny Milosavljevic2017-09-26
| | | | | | | | * gnu/packages/tcl.scm (tklib): New variable.
| * services: cuirass: Add host option.Jan Nieuwenhuizen2017-09-26
| | | | | | | | | | | | * gnu/services/cuirass.scm (<cuirass-configuration>): Add host option. (cuirass-shepherd-service): Pass host option. * doc/guix.texi (Continuous Integration): Document it.
| * gnu: cuirass: Update development snapshot.Jan Nieuwenhuizen2017-09-26
| | | | | | | | * gnu/packages/ci.scm (cuirass): Update to commit 87ad259.