summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add Guile-Bash.Ludovic Courtès2017-01-04
| | | | * gnu/packages/guile.scm (guile-bash): New variable.
* gnu: Add ocaml-zarith.Julien Lepiller2017-01-04
| | | | | | * gnu/packages/ocaml.scm (ocaml-zarith): New variable. Signed-off-by: David Craven <david@craven.ch>
* gnu: Add ocamlmod.Julien Lepiller2017-01-04
| | | | | | * gnu/packages/ocaml.scm (ocamlmod): New variable. Signed-off-by: David Craven <david@craven.ch>
* gnu: Add camlzip.Julien Lepiller2017-01-04
| | | | | | * gnu/packages/ocaml.scm (camlzip): New variable. Signed-off-by: David Craven <david@craven.ch>
* gnu: Add ocaml-ounit.Julien Lepiller2017-01-04
| | | | | | * gnu/packages/ocaml.scm (ocaml-ounit): New variable. Signed-off-by: David Craven <david@craven.ch>
* gnu: camlp4: Install camlp4 META file.Julien Lepiller2017-01-04
| | | | | | | | * gnu/packages/ocaml.scm (camlp4)[arguments]: Install in OCAMLPATH and META file. (ocaml-findlib)[arguments]: Delete camlp4 META file. Signed-off-by: David Craven <david@craven.ch>
* gnu: ocaml: Use a helper function to download from ocaml-forge.Julien Lepiller2017-01-04
| | | | | | | * gnu/packages/ocaml.scm (ocaml-forge-origin): New procedure. (lablgtk)[origin]: Use it. Signed-off-by: David Craven <david@craven.ch>
* gnu: Add ocaml-build-system.Julien Lepiller2017-01-04
| | | | | | | | | * guix/build/ocaml-build-system.scm: New file. * guix/build-system/ocaml.scm: New file. * Makefile.am (MODULES): Add them. * gnu/packages/ocaml.scm (ocaml)[native-search-paths]: Adjuste OCAMLPATH. Signed-off-by: David Craven <david@craven.ch>
* gnu: camlp4: Compile native version.Julien Lepiller2017-01-04
| | | | | | | * gnu/packages/ocaml.scm (camlp4)[arguments]: Disable parallel-build. Change default target to "all" to compile native and byte version. Signed-off-by: David Craven <david@craven.ch>
* gnu: ocaml: Fix indentation.David Craven2017-01-04
| | | | * gnu/packages/ocaml.scm (ocaml): Fix indentation.
* gnu: ocaml: Add CAML_LD_LIBRARY_PATH search-path.Julien Lepiller2017-01-04
| | | | | | | * gnu/packages/ocaml.scm (ocaml)[native-search-paths]: Add CAML_LD_LIBRARY_PATH. Signed-off-by: David Craven <david@craven.ch>
* gnu: ocaml: Add a .file directive to generated .s files.Julien Lepiller2017-01-04
| | | | | | | | * gnu/packages/ocaml.scm (ocaml)[origin]: Add patch. * gnu/packages/patches/ocaml-Add-a-.file-directive.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch. Signed-off-by: David Craven <david@craven.ch>
* gnu: Reorder imports in (gnu packages ocaml).David Craven2017-01-04
| | | | * gnu/packages/ocaml.scm: Reorder imports alphabetically.
* gnu: Use 'license:' prefix in (gnu packages ocaml).David Craven2017-01-04
| | | | | | * gnu/packages/ocaml.scm (ocaml, opam, camlp4, camlp5, hevea, coq, proof-general, ocaml-menhir, lablgtk, unison, ocaml-findlib)[license]: Add prefix.
* gnu: Add idris-lens.David Craven2017-01-04
| | | | * gnu/packages/idris.scm (idris-lens): New variable.
* gnu: Add idris-bifunctors.David Craven2017-01-04
| | | | * gnu/packages/idris.scm (idris-bifunctors): New variable.
* gnu: Add idris-wl-pprint.David Craven2017-01-04
| | | | * gnu/packages/idris.scm (idris-wl-pprint): New variable.
* gnu: Add idris-lightyear.David Craven2017-01-04
| | | | | * gnu/packages/idris.scm (idris-lightyear, idris-default-arguments): New variables.
* gnu: idris: Move to (gnu packages idris).David Craven2017-01-04
| | | | | | * gnu/packages/haskell.scm: Move 'idris' to... * gnu/packages/idris.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add idris.scm.
* gnu: idris: Update to 0.99.David Craven2017-01-04
| | | | * gnu/packages/haskell.scm (idris): Update to 0.99.
* gnu: Order module imports in (gnu packages haskell) alphabetically.David Craven2017-01-04
| | | | * gnu/packages/haskell.scm: Order module imports alphabetically.
* gnu: ghc-language-c: Fix up.Ricardo Wurmus2017-01-04
| | | | | * gnu/packages/haskell.scm (ghc-language-c): Fix up indentation and description.
* build-system: cargo: Use correct cargo.David Craven2017-01-04
| | | | | * gnu/packages/rust.scm (cargo-bootstrap): Make private. * guix/build-system/cargo.scm (default-cargo): Use cargo.
* gnu: Add cargo.David Craven2017-01-04
| | | | * gnu/packages/rust.scm (cargo): New variable.
* gnu: Add ghc-language-c.Danny Milosavljevic2017-01-04
| | | | * gnu/packages/haskell.scm (ghc-language-c): New variable.
* gnu: mcrypt: Fix patches for CVE-2012-{4409,4527}.Leo Famulari2017-01-04
| | | | | | | | | | This fixes CVE-2012-{4409,4527}. This is a followup to commit fd1461879c63c608617d30524183a71370a7451c. * gnu/packages/patches/mcrypt-CVE-2012-4409.patch, gnu/packages/patches/mcrypt-CVE-2012-4527.patch: Apply the patches to the mcrypt source code.
* gnu: calibre: Update to 2.76.0.Alex Griffin2017-01-04
| | | | | | * gnu/packages/ebook.scm (calibre): Update to 2.76.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: feh: Update to 2.18.Alex Griffin2017-01-03
| | | | | | * gnu/packages/image-viewers.scm (feh): Update to 2.18. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: bs1770gain: Update to 0.4.12.Alex Griffin2017-01-03
| | | | | | * gnu/packages/audio.scm (bs1770gain): Update to 0.4.12. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: dwm: Update to 6.1.Alex Griffin2017-01-03
| | | | | | | | * gnu/packages/suckless.scm (dwm): Update to 6.1. [inputs]: Add libxft and freetype. [arguments]: Set FREETYPEINC in #:make-flags. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: dmenu: Update to 4.6.Alex Griffin2017-01-03
| | | | | | | | * gnu/packages/suckless.scm (dmenu): Update to 4.6. [inputs]: Add libxft and freetype. [arguments]: Set FREETYPEINC in #:make-flags. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: slock: Update to 1.4.Alex Griffin2017-01-03
| | | | | | | | | * gnu/packages/suckless.scm (slock): Update to 1.4. [source] Remove CVE-2016-6866 patch (no longer needed). * gnu/packages/patches/slock-CVE-2016-6866.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: trash-cli: Update to 0.17.1.1.Alex Griffin2017-01-03
| | | | | | * gnu/packages/shellutils.scm (trash-cli): Update to 0.17.1.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add wimlib.Tobias Geerinckx-Rice2017-01-04
| | | | * gnu/packages/backup.scm (wimlib): New variable.
* gnu: parallel: Update to 20161222.Tobias Geerinckx-Rice2017-01-04
| | | | * gnu/packages/parallel.scm (parallel): Update to 20161222.
* gnu: global: Update to 6.5.6.Tobias Geerinckx-Rice2017-01-04
| | | | * gnu/packages/code.scm (global): Update to 6.5.6.
* gnu: nano: Update to 2.7.3.Tobias Geerinckx-Rice2017-01-04
| | | | * gnu/packages/nano.scm (nano): Update to 2.7.3.
* gnu: Use HTTPS for all sourceforge.net home pages.Tobias Geerinckx-Rice2017-01-04
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (mingetty, clusterssh)[home-page]: Use HTTPS. * gnu/packages/audio.scm (libbs2b, soxr)[home-page]: Likewise. * gnu/packages/bioinformatics.scm (bless)[home-page]: Likewise. * gnu/packages/display-managers.scm (slim)[home-page]: Likewise. * gnu/packages/games.scm (extremetuxracer)[home-page]: Likewise. * gnu/packages/ghostscript.scm (gs-fonts)[home-page]: Likewise. * gnu/packages/haskell.scm (ghc-regex-base, ghc-regex-posix, ghc-regex-compat)[home-page]: Likewise. * gnu/packages/image.scm (imlib2)[home-page]: Likewise. * gnu/packages/libreoffice.scm (librevenge, libcmis, libodfgen, libmwaw) [home-page]: Likewise. * gnu/packages/linux.scm (hdparm, acpid, libavc1394, rng-tools) [home-page]: Likewise. * gnu/packages/mail.scm (esmtp)[home-page]: Likewise. * gnu/packages/mp3.scm (ripperx)[home-page]: Likewise. * gnu/packages/onc-rpc.scm (libtirpc)[home-page]: Likewise. * gnu/packages/perl.scm (perl-czplib)[home-page]: Likewise. * gnu/packages/python.scm (python-pyasn1-modules)[home-page]: Likewise. * gnu/packages/xdisorg.scm (xosd)[home-page]: Likewise.
* gnu: Add emacs-git-gutterChristopher Baines2017-01-03
| | | | | | * gnu/packages/emacs.scm (emacs-git-gutter): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: supertux: Update to 0.5.1.Kei Kebreau2017-01-03
| | | | * gnu/packages/games.scm (supertux): Update to 0.5.1.
* gnu: assword: Update to 0.10.Leo Famulari2017-01-03
| | | | | | | | | * gnu/packages/password-utils.scm (assword): Update to 0.10. [arguments]: Use Python 3 instead of Python 2. [inputs]: Use Python 3 variants of inputs. Replace python2-pygpgme with python-gpg. Remove python2-pygtk. Add python-pygobject. [native-inputs]: Replace help2man with txt2man. [arguments]: Remove PYTHONPATH from 'Makefile' in the 'manpage' phase.
* gnu: Add python-xdo.Leo Famulari2017-01-03
| | | | | * gnu/packages/python.scm (python-xdo): New variable. (python2-xdo): Use package-with-python2.
* gnu: python2-xdo: Update to 0.3.Leo Famulari2017-01-03
| | | | * gnu/packages/python.scm (python2-xdo): Update to 0.3.
* gnu: Add python-gpg.Leo Famulari2017-01-03
| | | | * gnu/packages/gnupg.scm (python-gpg, python2-gpg): New variable.
* gnu: gpgme: Update to 1.8.0.Leo Famulari2017-01-03
| | | | | | * gnu/packages/gnupg.scm (gpgme): Update to 1.8.0. [arguments]: Don't set 'GPG=gpg2' in #:configure-flags. GnuPG-2.x is installed as 'gpg' on Guix.
* system: grub: Load relevant EFI modules on EFI systems.Ludovic Courtès2017-01-03
| | | | | * gnu/system/grub.scm (eye-candy)[setup-gfxterm-body]: Add 'insmod' invocations when ${grub_platform} is "efi".
* gnu: Add Zile-on-Guile.Ludovic Courtès2017-01-03
| | | | * gnu/packages/zile.scm (zile-on-guile): New variable.
* gnu: pcsc-lite: Update to 1.8.20 [fixes CVE-2016-10109].Marius Bakke2017-01-03
| | | | * gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.20.
* gnu: glibc-hurd: Disable werror.Manolis Ragkousis2017-01-03
| | | | * gnu/packages/base.scm (glibc/hurd)[arguments]: Add "--disable-werror".
* gnu: Use hurd-triplet? to check if GNU/Hurd.Manolis Ragkousis2017-01-03
| | | | | | | | | * gnu/packages/make-bootstrap.scm (hurd-triplet?): Move it from here.. * gnu/packages/hurd.scm: ..to here. New exported procedure. * gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash) [arguments]: Replace string-match. [inputs]: Same. * gnu/packages/cross-base.scm (cross-libc)[native-inputs]: Same.