summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2020-01-24gnu: tdlib: Update to 1.5.5....* gnu/packages/messaging.scm (tdlib): Update to 1.5.5. Brett Gilio
2020-01-24gnu: ode: Disable tests....* gnu/packages/game-development.scm (ode): Tests are failing or other systems than x86_64, so we disable them. Nicolas Goaziou
2020-01-24gnu: wine-staging: Update to 5.0....* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 5.0. (wine-staging): Update to 5.0. [inputs]: Remove faudio, inherited from wine. Nicolas Goaziou
2020-01-24gnu: wine: Add FAudio input....* gnu/packages/wine.scm (wine)[inputs]: Add FAudio. Nicolas Goaziou
2020-01-24gnu: wine: Update to 5.0....* gnu/packages/wine.scm (wine): Update to 5.0. Nicolas Goaziou
2020-01-24gnu: Add megatools....* gnu/packages/sync.scm (megatools): New variable. (megacmd)[description]: Cross-reference the two packages in the description. Signed-off-by: Christopher Baines <mail@cbaines.net> Jakub Kądziołka
2020-01-24gnu: Add megacmd....* gnu/packages/sync.scm (megacmd): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Jakub Kądziołka
2020-01-24gnu: emacs-xr: Update to 1.14....* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.14. Nicolas Goaziou
2020-01-24gnu: r-biocset: Fix spelling of "ability"....* gnu/packages/bioconductor (r-biocset)[description]: Fix typo. Vagrant Cascadian
2020-01-24gnu: rust-serde-bytes-0.11: Fix spelling of "handle"....* gnu/packages/crates-io (rust-serde-bytes-0.11)[synopsis]: Fix typo. Vagrant Cascadian
2020-01-24gnu: rust-rust-argon2-0.5: Fix spelling of "contains"....* gnu/packages/crates-io (rust-rust-argon2-0.5)[description]: Fix typo. Vagrant Cascadian
2020-01-24gnu: rust-which-2.0: Fix spelling of "executable"....* gnu/packages/crates-io (rust-which-2.0)[description]: Fix typo. Vagrant Cascadian
2020-01-24gnu: emacs-helm-clojuredocs: Fix typo "This package"....* gnu/packages/emacs-xyz (emacs-helm-clojuredocs)[description]: Fix typo. Vagrant Cascadian
2020-01-24gnu: ghc-time-compat: Fix typo "This package"....* gnu/packages/haskell-xyz (ghc-time-compat)[description]: Fix typo. Vagrant Cascadian
2020-01-24gnu: ocaml-mmap: Fix spelling of "function"....* gnu/packages/ocaml (ocaml-mmap)[description]: Fix typo. Vagrant Cascadian
2020-01-24gnu: pinfo: Fix spelling of "additionally"....* gnu/packages/texinfo (pinfo)[description]: Fix typo. Vagrant Cascadian
2020-01-24gnu: jimtcl: Update to 0.79....* gnu/packages/embedded.scm (jimtcl): Update to 0.79. [home-page]: Update home-page. Efraim Flashner
2020-01-24gnu: jimtcl: Don't use unstable tarball....* gnu/packages/embedded.scm (jimtcl)[source]: Download using git-fetch. Efraim Flashner
2020-01-24gnu: stlink: Don't use unstable tarball....* gnu/packages/embedded.scm (stlink)[source]: Download using git-fetch. Efraim Flashner
2020-01-24gnu: spin2cpp: Don't use unstable tarball....* gnu/packages/embedded.scm (spin2cpp)[source]: Download using git-fetch. Efraim Flashner
2020-01-24gnu: openspin: Don't use unstable tarball....* gnu/packages/embedded.scm (openspin)[source]: Download using git-fetch. Efraim Flashner
2020-01-23gnu: linux-libre: Update to 5.4.14....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.14. (linux-libre-5.4-pristine-source): Update hash. Mark H Weaver
2020-01-23gnu: linux-libre@4.19: Update to 4.19.98....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.98. (linux-libre-4.19-pristine-source): Update hash. Mark H Weaver
2020-01-23gnu: linux-libre@4.14: Update to 4.14.167....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.167. (linux-libre-4.14-pristine-source): Update hash. Mark H Weaver
2020-01-23gnu: linux-libre@4.9: Update to 4.9.211....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.211. (linux-libre-4.9-pristine-source): Update hash. Mark H Weaver
2020-01-23gnu: linux-libre@4.4: Update to 4.4.211....* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.211. (linux-libre-4.4-pristine-source): Update hash. Mark H Weaver
2020-01-23gnu: linux-libre: Update deblob scripts....* gnu/packages/linux.scm (deblob-scripts-5.4, deblob-scripts-4.19) (deblob-scripts-4.14, deblob-scripts-4.9, deblob-scripts-4.4): Update to 5.4.14, 4.19.98, 4.14.167, 4.9.211, and 4.4.211, respectively, and update hashes. Mark H Weaver
2020-01-23gnu: tuxguitar: Build and install ALSA plugin....* gnu/packages/music.scm (tuxguitar): Allows MIDI sound output when using a synthesizer like TiMidity++. [inputs]: Add alsa-lib. [arguments]: No longer change build directory context between phases. Install desktop, mime and manual files during the "install" phase. Signed-off-by: Kei Kebreau <kkebreau@posteo.net> Mike Rosset
2020-01-23gnu: libqmi: Update to 1.24.4....* gnu/packages/freedesktop.scm (libqmi): Update to 1.24.4. Marius Bakke
2020-01-23gnu: gsasl: Do not build 'libgsasl.a'....* gnu/packages/gsasl.scm (gsasl)[arguments]: Add "--disable-static" to #:configure-flags. Marius Bakke
2020-01-23gnu: gsasl: Update to 1.8.1....* gnu/packages/gsasl.scm (gsasl): Update to 1.8.1. [source](modules, snippet): Remove. [inputs]: Add LIBGCRYPT. Marius Bakke
2020-01-23gnu: Add ghc-llvm-hs....* gnu/packages/haskell-xyz.scm (ghc-llvm-hs): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> JoJo
2020-01-23gnu: Add ghc-llvm-hs-pure....* gnu/packages/haskell-xyz.scm (ghc-llvm-hs-pure): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> JoJo
2020-01-23gnu: Add ne....* gnu/packages/text-editors.scm (ne): New variable. Danny Milosavljevic
2020-01-23gnu: wxmaxima: Update to 20.01.3....* gnu/packages/maths.scm (wxmaxima): Update to 20.01.3. [home-page]: Update URL. Kei Kebreau
2020-01-23gnu: fenics: Update to 2019.1.0.post0....* gnu/packages/simulation.scm (fenics): Update to 2019.1.0.post0. [arguments]: In the 'pre-check' phase, add three more demos to the list of demos that are skipped. Paul Garlick
2020-01-23gnu: fenics-dolfin: Update to 2019.1.0.post0....* gnu/packages/simulation.scm (fenics-dolfin): Update to 2019.1.0.post0. [source](snippet): Remove three substitutions that are no longer needed. [native-inputs]: Use compatible version of CATCH. [arguments]: Use CMAKE version 3.15.5 to avoid EXCLUDE_FROM_ALL regression. See <https://issues.guix.gnu.org/issue/38060>. Paul Garlick
2020-01-23gnu: python-fenics-ffc: Update to 2019.1.0.post0....* gnu/packages/simulation.scm (python-fenics-ffc): Update to 2019.1.0.post0. Paul Garlick
2020-01-23gnu: python-fenics-fiat: Update to 2019.1.0....* gnu/packages/simulation.scm (python-fenics-fiat): Update to 2019.1.0. Paul Garlick
2020-01-23gnu: python-fenics-ufl: Update to 2019.1.0....* gnu/packages/simulation.scm (python-fenics-ufl): Update to 2019.1.0. Paul Garlick
2020-01-23gnu: python-fenics-dijitso: Update to 2019.1.0....* gnu/packages/simulation.scm (python-fenics-dijitso): Update to 2019.1.0. Paul Garlick
2020-01-23gnu: jgmenu: Update to 4.0.1....* gnu/packages/xdisorg.scm (jgmenu): Update to 4.0.1. [native-inputs]: Add cppcheck. [inputs]: Add glib and remove python. [arguments]: Remove fix-paths phase, add fix-tests phase and update configure phase. Guillaume Le Vaillant
2020-01-23gnu: xsecurelock: Fix strange character in description....* gnu/packages/xdisorg.scm (xsecurelock)[description]: Replace strange character by a space. Guillaume Le Vaillant
2020-01-23gnu: udiskie: Update to 2.0.4....* gnu/packages/freedesktop.scm (udiskie): Update to 2.0.4. * gnu/packages/patches/udiskie-no-appindicator.patch: Update for 2.0.4. Guillaume Le Vaillant
2020-01-23gnu: guile-present: Add "guile3.0-present"....* gnu/packages/gtk.scm (guile-present)[source](snippet): Add "3.0" to the supported Guile versions. (guile3.0-present): New variable. Ludovic Courtès
2020-01-23gnu: guile-present: Pass the right module directories in scripts....* gnu/packages/gtk.scm (guile-present)[arguments]: In 'post-install' phase, remove hard-coded "2.0" and replace it by a computed effective version. Also, pass "/site-ccache" to -C. Ludovic Courtès
2020-01-23gnu: guile-present: Install .go files in /site-ccache....* gnu/packages/gtk.scm (guile-present)[source]: Add 'modules' and 'snippet'. Ludovic Courtès
2020-01-23gnu: guile-rsvg: Add "guile3.0-rsvg" variant....* gnu/packages/gtk.scm (guile3.0-rsvg): New variable. Ludovic Courtès
2020-01-23gnu: guile-cairo: Add "guile3.0-cairo" variant....* gnu/packages/gtk.scm (guile-cairo)[source](snippet): Add #include <string.h> everywhere #include <libguile.h> appears. (guile3.0-cairo): New variable. Ludovic Courtès
2020-01-23gnu: guile-lib: Add "guile3.0-lib" variant....* gnu/packages/guile-xyz.scm (guile-lib)[source]: Add 'modules' and 'snippet'. (guile3.0-lib): New variable. Ludovic Courtès