1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 23:50:33 +02:00
Commit Graph

29190 Commits

Author SHA1 Message Date
Alex Vong
1bf758767d gnu: Add emacs-picpocket.
* gnu/packages/emacs.scm (emacs-picpocket): New public variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-04 15:39:43 +02:00
Paul Garlick
71ca16b58d gnu: petsc-openmpi: Configure with support for hdf5 data format.
* gnu/packages/maths.scm (petsc-openmpi)[inputs]: Add
hdf5-parallel-openmpi.
[arguments]: Add '--with-hdf5-include' and '--with-hdf5-lib'
flags.  Add 'set-test-environment' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-04 15:22:48 +02:00
Jonathan Brielmaier
b50658fe8a gnu: kicad: Update to 5.0.0.
* gnu/packages/engineering.scm (kicad): Update to 5.0.0.
[source]: Change from git to url-fetch.
[arguments]: Remove now unneeded build version parameter.
[inputs]: Add opencascade-oce.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-04 15:02:59 +02:00
Arun Isaac
906a396bff gnu: ghc-zlib: Enable tests.
* gnu/packages/haskell.scm (ghc-zlib)[arguments]: Enable tests. Allow building
with newer tasty.
[native-inputs]: Add ghc-quickcheck, ghc-tasty, ghc-tasty-hunit and
ghc-tasty-quickcheck.
2018-09-04 17:31:09 +05:30
Arun Isaac
6300ba5b66 gnu: ghc-integer-logarithms: Allow building with newer tasty.
* gnu/packages/haskell.scm (ghc-integer-logarithms)[arguments]: Allow building
with newer tasty.
2018-09-04 15:24:32 +05:30
Arun Isaac
8374cc4b05 gnu: ghc-tasty-ant-xml: Update to 1.1.4.
* gnu/packages/haskell-check.scm (ghc-tasty-ant-xml): Update to 1.1.4.
2018-09-04 15:21:56 +05:30
Arun Isaac
3ad6b89090 gnu: ghc-tasty: Update to 1.1.0.3.
* gnu/packages/haskell-check.scm (ghc-tasty): Update to 1.1.0.3.
[inputs]: Add ghc-wcwidth.
(ghc-attoparsec-bootstrap, ghc-integer-logarithms-bootstrap,
ghc-scientific-bootstrap): New variables.
(ghc-wcwidth)[inputs]: Replace ghc-attoparsec with ghc-attoparsec-bootstrap.
(ghc-scientific)[inputs]: Replace ghc-integer-logarithms with
ghc-integer-logarithms-bootstrap.
(ghc-attoparsec)[inputs]: Replace ghc-scientific with
ghc-scientific-bootstrap.
2018-09-04 12:15:17 +05:30
Arun Isaac
9c4b522f15 gnu: Add ghc-wcwidth.
* gnu/packages/haskell.scm (ghc-wcwidth): New variable.
2018-09-04 12:15:10 +05:30
Ludovic Courtès
fd95f37f36 Revert "gnu: perl: Add support for cross-compilation"
This reverts commit 5108c18e7e, which was
accidentally committed.
2018-09-03 23:49:12 +02:00
Raphaël Mélotte
5108c18e7e gnu: perl: Add support for cross-compilation
* gnu/packages/perl.scm (perl): use cross-libc when cross-compiling

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-03 23:41:08 +02:00
Benjamin Slade
38fe6449c0 gnu: Add transset-df.
* gnu/packages/xorg.scm (transset-df): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-03 23:40:23 +02:00
Marius Bakke
c702749dfd gnu: arpack-ng: Update to 3.6.2.
* gnu/packages/maths.scm (arpack-ng): Update to 3.6.2.
2018-09-03 19:09:01 +02:00
Marius Bakke
91bb495b85 gnu: arpack-ng: Drop redundant phase.
* gnu/packages/maths.scm (arpack-ng)[arguments]: Remove.
2018-09-03 19:09:01 +02:00
Marius Bakke
1f7d142000 gnu: python-matplotlib: Update to 2.2.3.
* gnu/packages/python.scm (python-matplotlib): Update to 2.2.3.
2018-09-03 19:09:00 +02:00
Marius Bakke
cbd7c65709 gnu: ppp: Return #t from all phases.
* gnu/packages/samba.scm (ppp)[arguments]: Return #t from phase.
2018-09-03 18:58:47 +02:00
Marius Bakke
84aa18ff7f gnu: re2: Update to 2018-09-01.
* gnu/packages/regex.scm (re2): Update to 2018-09-01.
2018-09-03 18:58:47 +02:00
Marius Bakke
fcde1d27bb gnu: openexr: Update to 2.3.0.
* gnu/packages/graphics.scm (openexr): Update to 2.3.0.
[source](uri): Change to new download location.
[source](snippet): Remove workaround.
[source](patches): Remove.
* gnu/packages/patches/openexr-missing-samples.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-09-03 18:58:47 +02:00
Marius Bakke
1ae2c577a6 gnu: ilmbase: Update to 2.3.0.
* gnu/packages/graphics.scm (ilmbase): Update to 2.3.0.
[source](uri): Change to new download location.
2018-09-03 18:58:46 +02:00
Marius Bakke
9156206199 gnu: simplescreenrecorder: Build against modular Qt.
* gnu/packages/video.scm (simplescreenrecorder)[inputs]: Remove QT.  Add
QTBASE and QTX11EXTRAS.
2018-09-03 18:58:46 +02:00
Marius Bakke
65e686d6cb Merge branch 'security-updates' 2018-09-03 18:58:20 +02:00
Efraim Flashner
a5896da34e gnu: gnu-pw-mgr: Update to 2.4.2.
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.4.2.
2018-09-03 19:34:24 +03:00
Tobias Geerinckx-Rice
38a8cd329d gnu: python-nbxmpp: Update to 0.6.7.
* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.7.
2018-09-03 18:21:43 +02:00
Tobias Geerinckx-Rice
b619b7f67b gnu: libircclient: Update to 1.10.
* gnu/packages/messaging.scm (libircclient): Update to 1.10.
2018-09-03 18:21:43 +02:00
Tobias Geerinckx-Rice
cfcfc6ab62 Fix some typos.
* doc/guix.texi (Sound Services, DNS Services): Fix typos.
* gnu/packages/cpp.scm (json-modern-cxx)[description]: Likewise.
* gnu/packages/emacs.scm (emacs-fancy-narrow)[synopsis, description]:
Likewise. Edit & mark up while we're here.
* gnu/packages/mail.scm (alot)[synopsis, description]: Ditto.
2018-09-03 18:21:43 +02:00
Tobias Geerinckx-Rice
fb458bf3bc gnu: sudo: Update to 1.8.25.
* gnu/packages/admin.scm (sudo): Update to 1.8.25.
2018-09-03 18:21:42 +02:00
Efraim Flashner
0cc6447669 gnu: python-efl: Update to 1.21.0.
* gnu/packages/enlightenment.scm (python-efl): Update to 1.21.0.
[source]: Don't use pypi source.
[arguments]: Delete network tests.
2018-09-03 17:32:44 +03:00
Efraim Flashner
290bef39f6 gnu: efl: Update to 1.21.0.
* gnu/packages/enlightenment.scm (efl): Update to 1.21.0.
2018-09-03 17:32:44 +03:00
Ricardo Wurmus
02ddafef55 gnu: python-scipy: Disable broken tests.
* gnu/packages/python.scm (python-scipy)[arguments]: Skip two broken tests.
2018-09-03 13:49:32 +02:00
Rutger Helling
26baaaf49b gnu: c-toxcore: Update to 0.2.7.
* gnu/packages/messaging.scm (c-toxcore): Update to 0.2.7.
2018-09-03 08:22:51 +02:00
Rutger Helling
aa613d71ec gnu: openrct2: Update to 0.2.1.
* gnu/packages/games.scm (openrct2-objects): Update to 1.0.6.
* gnu/packages/games.scm (openrct2): Update to 0.2.1.
2018-09-03 08:22:50 +02:00
Efraim Flashner
647465ace9 gnu: jellyfish: Update to 2.2.10.
* gnu/packages/bioinformatics.scm (jellyfish): Update to 2.2.10.
[supported-systems]: Add aarch64-linux, mips64el-linux.
2018-09-03 08:32:33 +03:00
Oleg Pykhalov
3910977823 gnu: monitoring.scm: Fix copyright line.
This is a follow-up to ead46692ec.
2018-09-02 19:18:16 +03:00
Alex Vong
2bd6ed9e4c gnu: haskell-mode: Fix test failure.
Fixes <https://bugs.gnu.org/31726>.

Thanks to Jack Hill <jackhill@jackhill.us> for exploring different solutions
at <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31726>.

* gnu/packages/patches/haskell-mode-unused-variables.patch,
gnu/packages/patches/haskell-mode-make-check.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/emacs.scm (haskell-mode)[source]: Use them.
[arguments]: Adjust 'pre-build' phase to embed file name.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-09-02 17:06:43 +02:00
Konrad Hinsen
b21a55a9f2 gnu: emacs-helpful: Update to 0.13.
* gnu/packages/emacs.scm (emacs-helpful): Update to 0.13.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-02 16:58:06 +02:00
Konrad Hinsen
351b6463af gnu: emacs-elisp-refs: Update to 1.3.
* gnu/packages/emacs.scm (emacs-elisp-refs): Update to 1.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-09-02 16:56:22 +02:00
Ludovic Courtès
fe634eaf93 Add (guix describe) and use it to initialize '%package-search-path'.
* guix/describe.scm: New file.
* Makefile.am (MODULES): Add it.
* gnu/packages.scm (%default-package-module-path): New variable.
(%package-module-path): Honor 'package-path-entries'.
* build-aux/update-NEWS.scm (main): Use %DEFAULT-PACKAGE-MODULE-PATH
instead of (last (%package-module-path)).
2018-09-02 16:43:10 +02:00
Rutger Helling
87284c6b48 gnu: wine-staging: Update to 3.15.
* gnu/packages/wine.scm (wine-staging): Update to 3.15.
2018-09-02 08:53:03 +02:00
Rutger Helling
ab2e38e206 gnu: wine-staging-patchset-data: Update to 3.15.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.15.
2018-09-02 08:53:03 +02:00
宋文武
9bf98520f2 gnu: rosegarden: Update to 18.06.
* gnu/packages/music.scm (rosegarden): Update to 18.06.
[home-page]: Use HTTPS.
2018-09-02 13:18:28 +08:00
Danny Milosavljevic
24d298b459 gnu: rust: Move rust-1.19 down. 2018-09-02 00:22:53 +02:00
Danny Milosavljevic
3159ef7c99 gnu: rust: Bootstrap (only) Rust 1.19.0 by mrustc.
* gnu/packages/patches/rust-1.19-mrustc.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/rust.scm (rust-1.19)[source]: Add patch
"rust-1.19-mrustc.patch".
[arguments]<#:modules>: New field.
<#:phases>[patch-cargo-tomls]: New phase.
<#:phases>[build]: Modify.
<#:phases>[install]: Modify.
[native-inputs]: Replace rust-bootstrap by mrustc.
(rust-1.23)[native-inputs]: New field.
[arguments]<#:phases>: Delete phase "patch-cargo-tomls".
2018-09-02 00:09:34 +02:00
Manuel Graf
a0a273c1ee gnu: Add perftest.
* gnu/packages/linux.scm (perftest): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-09-01 17:51:29 -04:00
Julien Lepiller
37a0f47073 gnu: Add ruby-jekyll-paginate-v2.
* gnu/packages/ruby.scm (ruby-jekyll-paginate-v2): New variable.
2018-09-01 23:09:14 +02:00
Julien Lepiller
49e1dde53f gnu: Add jekyll.
* gnu/packages/ruby.scm (jekyll): New variable.
2018-09-01 23:09:09 +02:00
Julien Lepiller
3729611379 gnu: Add ruby-pathutil.
* gnu/packages/ruby.scm (ruby-pathutil): New variable.
2018-09-01 23:09:06 +02:00
Julien Lepiller
49395112c4 gnu: Add ruby-forwardable-extended.
* gnu/packages/ruby.scm (ruby-forwardable-extended): New variable.
2018-09-01 23:09:04 +02:00
Julien Lepiller
a13d451e18 gnu: Add ruby-liquid.
* gnu/packages/ruby.scm (ruby-liquid): New variable.
2018-09-01 23:09:02 +02:00
Julien Lepiller
f1ec4d7611 gnu: Add ruby-mercenary.
* gnu/packages/ruby.scm (ruby-mercenary): New variable.
2018-09-01 23:09:00 +02:00
Julien Lepiller
f8ae2ee528 gnu: Add ruby-safe-yaml.
* gnu/packages/ruby.scm (ruby-safe-yaml): New variable.
2018-09-01 23:08:58 +02:00
Julien Lepiller
73bfc125ef gnu: Add ruby-heredoc-unindent.
* gnu/packages/ruby.scm (ruby-heredoc-unindent): New variable.
2018-09-01 23:08:56 +02:00