summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: librepcb: Update to 0.1.2.Arun Isaac2019-09-04
| | | | * gnu/packages/engineering.scm (librepcb): Update to 0.1.2.
* gnu: texinfo: Fix cross-compilation.Mathieu Othacehe2019-09-04
| | | | | | | | | * gnu/packages/texinfo.scm (texinfo)[arguments]: Do not reset environment before running configure with the native compiler, in a cross-compilation context, [inputs]: move perl from here ... [native-inputs]: ... to here. Also add ncurses that is needed in a cross-compilation context to build texinfo native tools.
* gnu: make-linux-libre: Fix cross-compilation.Mathieu Othacehe2019-09-04
| | | | | | * gnu/packages/linux.scm (make-linux-libre)[arguments]: Unset CROSS_CPATH to make sure that cross-libc is not found. Otherwise, some of its header would conflict with the one from linux (stdint.h and linux/types.h).
* gnu: linux-libre: Enable built-in ext4 support.Mathieu Othacehe2019-09-04
| | | | | | | | | When running qemu-img from (gnu system vm) with an aarch64 kernel, mounting ext4 partitions fails because no modprobe of ext4 module is made. Like for other kernel configs, provide built-in support for ext4 partitions. * gnu/packages/aux-files/linux-libre/5.2-arm64.conf: Enable built-in ext4, like in intel and armhf configs.
* gnu: grub: Fix cross-compilation.Mathieu Othacehe2019-09-04
| | | | | * gnu/packages/bootloaders.scm (grub)[arguments]: Search for unifont in both native-inputs and inputs.
* gnu: glibc-utf8-locales: Fix cross-compilation.Mathieu Othacehe2019-09-04
| | | | | | | * gnu/packages/base.scm (glibc-utf8-locales)[inputs]: Move to ... [native-inputs]: ... here, in order to fix cross-compilation. * gnu/packages/commencement.scm (glibc-utf8-locales-final)[inputs]: Move to ... [native-inputs]: ... here, in order to fix cross-compilation.
* gnu: guile-wm: Fix cross-compilation.Pierre-Moana Levesque2019-09-04
| | | | * gnu/packages/guile-wm.scm (guile-wm): Add guile and guile-xcb to native-inputs.
* gnu: ungoogled-chromium: Allow microphone access.Marius Bakke2019-09-04
| | | | | | | Fixes <https://bugs.gnu.org/36961>. * gnu/packages/aux-files/chromium/master-preferences.json: Remove "audio_capture_enabled" flag.
* gnu: hdf4: Update to 4.2.14.Marius Bakke2019-09-04
| | | | * gnu/packages/maths.scm (hdf4): Update to 4.2.14.
* gnu: kitty: Update to 0.14.4.Rutger Helling2019-09-04
| | | | * gnu/packages/terminals.scm (kitty): Update to 0.14.4.
* gnu: twinkle: update to 1.10.2.Jovany Leandro G.C2019-09-04
| | | | | | | | | * gnu/packages/telephony.scm (twinkle): update to 1.10.2 * gnu/packages/patches/twinkle-include-qregexpvalidator.patch: Delete it. * gnu/local.mk (dist_patch_DATA): Remove patch. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ocaml-fileutils: Update to 0.6.0.Julien Lepiller2019-09-03
| | | | * gnu/packages/ocaml.scm (ocaml-fileutils): Update to 0.6.0.
* gnu: ocaml-utop: Update to 2.4.1.Julien Lepiller2019-09-03
| | | | | | * gnu/packages/ocaml.scm (ocaml-utop): Update to 2.4.1. (ocaml-lamdba-term): Update to 2.0.2. (ocaml-zed): Update to 2.0.3.
* gnu: Add ocaml-stdlib-shims.Julien Lepiller2019-09-03
| | | | * gnu/packages/ocaml.scm (ocaml-stdlib-shims): New variable.
* gnu: Add ocaml-charinfo-width.Julien Lepiller2019-09-03
| | | | * gnu/packages/ocaml.scm (ocaml-charinfo-width): New variable.
* gnu: ocaml-camomile: Update to 1.0.2.Julien Lepiller2019-09-03
| | | | | * gnu/packages/ocaml.scm (ocaml-camomile): Update to 1.0.2. [arguments]: Fix profile and disable failing tests.
* gnu: ocaml-zarith: Update to 1.9.1.Julien Lepiller2019-09-03
| | | | * gnu/packages/ocaml.scm (ocaml-zarith): Update to 1.9.1.
* gnu: ocaml-result: Update to 1.4.Julien Lepiller2019-09-03
| | | | * gnu/packages/ocaml.scm (ocaml-result): Update to 1.4.
* gnu: ocaml-odoc: Update to 1.4.1.Julien Lepiller2019-09-03
| | | | * gnu/packages/ocaml.scm (ocaml-odoc): Update to 1.4.1.
* gnu: dune: Update to 1.11.3.Julien Lepiller2019-09-03
| | | | | * gnu/packages/ocaml.scm (dune): Update to 1.11.3. [source]: Use git-fetch.
* gnu: ocaml-qcheck: Update to 0.10.Julien Lepiller2019-09-03
| | | | * gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.10.
* gnu: ocaml-migrate-parsetree: Update to 1.4.0.Julien Lepiller2019-09-03
| | | | | | | * gnu/packages/ocaml.scm (ocaml-migrate-parsetree): Update to 1.4.0. (ocaml-ppx-tools-versioned): Update to 5.2.3. [source]: Use git-fetch. (ocaml-bisect-ppx): Fix compilation error.
* gnu: ocaml-cppo: Update to 1.6.6.Julien Lepiller2019-09-03
| | | | | * gnu/packages/ocaml.scm (ocaml-cppo): Update to 1.6.6. [source]: Use git-fetch.
* gnu: ocaml-batteries: Update to 2.10.0.Julien Lepiller2019-09-03
| | | | * gnu/packages/ocaml.scm (ocaml-batteries): Update to 2.10.0.
* gnu: Add emacs-pubmed.Brian Leung2019-09-03
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-pubmed): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: Add emacs-unidecode.Brian Leung2019-09-03
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-unidecode): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: Add emacs-org-tanglesync.Brian Leung2019-09-03
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-tanglesync): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: emacs-org-pomodoro: Update to 2.1.0-1.aa07c11.Brian Leung2019-09-03
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-pomodoro): Update to 2.1.0-1.aa07c11. [arguments]: Include "resources" directory and run tests. [source]: Update url. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: next: Update to 1.3.1.Pierre Neidhardt2019-09-03
| | | | | | | * gnu/packages/web-browsers.scm (next-gtk-webkit): Update to 1.3.1. [source]: Use GitHub. (sbcl-next-download-manager)[arguments]: Fix asd-system-name. (next)[inputs]: Remove unneeded dependencies.
* gnu: guile-gi: Update to 0.2.0.Ricardo Wurmus2019-09-03
| | | | | | * gnu/packages/guile-xyz.scm (guile-gi): Update to 0.2.0. [arguments]: Remove make flags. [native-inputs]: Add glib:bin.
* gnu: r-wordcloud: Add r-tm to inputs.Ricardo Wurmus2019-09-03
| | | | * gnu/packages/cran.scm (r-wordcloud)[propagated-inputs]: Add r-tm.
* gnu: Add r-tm.Ricardo Wurmus2019-09-03
| | | | * gnu/packages/cran.scm (r-tm): New variable.
* gnu: Add r-nlp.Ricardo Wurmus2019-09-03
| | | | * gnu/packages/cran.scm (r-nlp): New variable.
* gnu: rust-unicode-xid: Update to 0.2.0.Giacomo Leidi2019-09-03
| | | | | | | | | * gnu/packages/crates-io.scm (rust-unicode-xid): Update to 0.2.0. (rust-unicode-xid-0.1): New variable. (rust-proc-macro2)[arguments]: Specify rust-unicode-xid-0.1 in cargo-inputs. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-constant-time-eq.Giacomo Leidi2019-09-03
| | | | | | * gnu/packages/crates-io.scm (rust-constant-time-eq): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: emacs-org-ql: Update to 0.2.Brian Leung2019-09-03
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.2. [inputs]: Add emacs-ts and emacs-org. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: emacs-org-sidebar: Update to 0.1-1.ed951d1.Brian Leung2019-09-03
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-sidebar): Update to 0.1-1.ed951d1. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: Add emacs-ts.Brian Leung2019-09-03
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ts): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: Add hoogle.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-apps.scm (hoogle): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-js-flot.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-web.scm (ghc-js-flot): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-js-jquery.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-web.scm (ghc-js-jquery): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-process-extras.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-process-extras): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-storable-tuple.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-storable-tuple): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-listlike.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-listlike): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-storable-record.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-storable-record): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-fmlist.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-fmlist): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-storablevector.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-storablevector): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-timeit.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-timeit): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-non-negative.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-non-negative): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-unsafe.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-unsafe): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>