Maxim Cournoyer
393c5e6928
gnu: emacs-minimal: Install the custom site-start file.
...
This makes the EMACS-MINIMAL package more generally useful, by adding support
to load autoload definitions. Note that this doesn't negatively impact the
performance of the emacs-build-system, because at that time the --quick option
is used, which disables loading site-start.el (which is the one calling
GUIX-EMACS-AUTOLOAD-PACKAGES).
* gnu/packages/emacs.scm (emacs-minimal)[phases]: Do not delete the
'install-site-start phase.
[inputs]: Add the emacs/guix-emacs.el auxiliary file.
2020-03-22 21:17:39 -04:00
Maxim Cournoyer
3bd3a6257f
gnu: emacs: Re-indent.
...
* gnu/packages/emacs.scm (emacs): Fix indentation.
2020-03-22 21:17:39 -04:00
Maxim Cournoyer
ffaec30702
gnu: emacs: Byte compile the site-lisp directory, without coupling.
...
This re-instates what the previously reverted commit did, but without adding
a dependency on the (guix build emacs-utils) module.
* gnu/packages/emacs.scm (emacs)[phases]{install-site-start}: Define a
EMACS-BYTE-COMPILE-DIRECTORY procedure, and use it.
2020-03-22 21:17:38 -04:00
Maxim Cournoyer
d0a64567f1
Revert "gnu: emacs: Byte compile the site-lisp directory."
...
This reverts commit 4714d0fc1a
.
Rational: Having to rebuild Emacs every time (guix build emacs-utils) changes
is not great.
2020-03-22 21:17:38 -04:00
Maxim Cournoyer
155f9afde5
gnu: emacs: Remove obsolete FIXME comment.
...
* gnu/packages/aux-files/emacs/guix-emacs.el: Remove comment.
2020-03-22 21:17:38 -04:00
Kei Kebreau
6607aad53c
gnu: wxmaxima: Update to 20.03.1.
...
* gnu/packages/maths.scm (wxmaxima): Update to 20.03.1.
2020-03-22 19:22:42 -04:00
Ludovic Courtès
ae5c4a9292
services: console-font: Fix docstring.
...
* gnu/services/base.scm (console-font-service-type): Use quasiquote and
unquote appropriately in docstring.
2020-03-23 00:06:58 +01:00
Alexandru-Sergiu Marton
d4842a7c47
gnu: i3-gaps: Update to 4.18.
...
* gnu/packages/wm.scm (i3-gaps): Update to 1.18.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-22 17:21:33 -04:00
Leo Famulari
268efd97c2
gnu: Remove qemu-minimal-2.10.
...
* gnu/packages/virtualization.scm (qemu-minimal-2.10): Remove variable.
* gnu/packages/debug.scm (qemu-for-american-fuzzy-lop): New variable.
(american-fuzzy-lop)[inputs]: Remove custom-qemu and add
qemu-for-american-fuzzy-lop.
[arguments]: Adjust reference to QEMU in the 'install-qemu' phase.
2020-03-22 14:26:31 -04:00
Leo Famulari
c9164d3098
gnu: Prefix licenses in (gnu packages debug).
...
* gnu/packages/debug.scm: Add a license prefix.
2020-03-22 14:26:31 -04:00
Guillaume Le Vaillant
e6a0cd9aa1
gnu: electron-cash: Update to 4.0.13.
...
This package was inheriting from electrum, but as now almost all the fields
have differences, let's make these two packages independent from each other.
* gnu/packages/finance.scm (electron-cash): Update to 4.0.13.
[inputs]: Add libevent, openssl, python-cython, python-hidapi,
python-keepkey, python-stem, python-trezor, qtsvg and zlib.
[arguments]: Add a wrap-qt phase allowing qtsvg to be found at runtime to
show SVG icons correctly.
2020-03-22 19:03:52 +01:00
Alex Griffin
9720894cc8
gnu: gnome-shell-extension-paperwm: Update to 36.0.
...
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm): Update to 36.0.
2020-03-22 11:24:25 -05:00
Guillaume Le Vaillant
aaa8893715
gnu: qbittorrent: Fix icons not showing in GUI.
...
* gnu/packages/bittorrent.scm (qbittorrent)[arguments]: Add a wrap-qt phase.
2020-03-22 17:11:14 +01:00
Ludovic Courtès
23b3947897
gnu: libchop: Build against libtirpc and related tools.
...
* gnu/packages/backup.scm (libchop)[source]: Add 'modules' and 'snippet'.
[arguments]: Add #:configure-flags; add 'set-libtirpc-include-path' phase.
[native-inputs]: Add RPCSVC-PROTO.
[inputs]: Add LIBTIRPC.
2020-03-22 16:49:47 +01:00
Ludovic Courtès
99b23eabdb
installer: Do not include the host (guix config).
...
Previously, "locales.drv" would depend on the host's (guix config).
Thus, the derivation would depend on details of the user's installation.
* gnu/installer.scm (not-config?): New procedure.
(build-compiled-file): Pass it to 'source-module-closure' and use
'make-config.scm'.
2020-03-22 16:49:47 +01:00
pinoaffe@airmail.cc
363989e668
gnu: Add nextpnr-ice40.
...
* gnu/packages/fpga.scm (nextpnr-ice40): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-03-22 15:59:35 +01:00
pinoaffe@airmail.cc
179be4bbe4
gnu: icestorm: Update to latest revision.
...
* gnu/packages/fpga.scm (icestorm): Update to latest revision.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-03-22 15:59:33 +01:00
Efraim Flashner
113309e044
gnu: r-dt: Update license field.
...
* gnu/packages/statistics.scm (r-dt)[license]: Add wtfpl2.
2020-03-22 15:37:49 +02:00
Efraim Flashner
ff66791d3a
gnu: zzuf: Update license field.
...
* gnu/packages/debug.scm (zzuf)[license]: List as wtfpl2.
2020-03-22 15:37:48 +02:00
Efraim Flashner
8506fce04b
gnu: libcaca: Update license field.
...
* gnu/packages/video.scm (libcaca)[license]: List as wtfpl2.
2020-03-22 15:37:48 +02:00
Danny Milosavljevic
5c79f23863
system: Add kernel-loadable-modules to operating-system.
...
* gnu/system.scm (<operating-system>): Add kernel-loadable-modules.
(operating-system-directory-base-entries): Use it.
* doc/guix.texi (operating-system Reference): Document
KERNEL-LOADABLE-MODULES.
* gnu/build/linux-modules.scm (depmod): New procedure.
(make-linux-module-directory): New procedure. Export it.
* guix/profiles.scm (linux-module-database): New procedure. Export it.
* gnu/tests/linux-modules.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/linux.scm (make-linux-libre*)[arguments]<#:phases>[install]:
Disable depmod. Remove "build" and "source" symlinks.
[native-inputs]: Remove kmod.
2020-03-22 12:51:50 +01:00
Mathieu Othacehe
1550db6fd4
tests: install: Abort when one installation step fails.
...
When marionette-eval calls fail in gui-test-program, the installation
continues which results in two scenarios:
- hang forever at the next marionette-eval call,
- keep going and start a broken installation, which is annoying because it
clears the terminal and hides the error.
Make sure that gui-test-program is exited with #f return code when one of the
marionette-eval calls fail.
* gnu/tests/install.scm (gui-test-program): Add a new macro
"marionette-eval*". Throw an exception when one on the marionette-eval calls
fail.
2020-03-22 10:53:55 +01:00
Efraim Flashner
e64ea84392
gnu: python-bleach: Update to 3.1.3 (fixes CVE-2020-6816).
...
* gnu/packages/python-xyz.scm (python-bleach): Update to 3.1.3.
[native-inputs]: Remove python-pytest-runner2. Add python-datrie,
python-genshi, python-lxml.
[home-page]: Update to new home-page.
2020-03-22 10:39:08 +02:00
Efraim Flashner
34bf3ed26b
gnu: Add python-block-tracing.
...
* gnu/packages/python-xyz.scm (python-block-tracing): New variable.
2020-03-22 09:58:29 +02:00
Efraim Flashner
0a124c4615
gnu: Add python-privy.
...
* gnu/packages/python-crypto.scm (python-privy): New variable.
2020-03-22 09:58:29 +02:00
Efraim Flashner
0831063778
gnu: Add python-argon2-cffi.
...
* gnu/packages/python-crypto.scm (python-argon2-cffi): New variable.
2020-03-22 09:58:28 +02:00
Efraim Flashner
24200bdf9d
gnu: Add python-userspacefs.
...
* gnu/packages/python-xyz.scm (python-userspacefs): New variable.
2020-03-22 09:58:28 +02:00
Efraim Flashner
2eb09a5cfd
gnu: Add python-fusepyng.
...
* gnu/packages/python-xyz.scm (python-fusepyng): New variable.
2020-03-22 09:58:28 +02:00
Efraim Flashner
9a684b4078
gnu: Add python-keyrings.alt.
...
* gnu/packages/python-crypto.scm (python-keyring.alt): New variable.
2020-03-22 09:58:28 +02:00
Efraim Flashner
10d3fbf051
gnu: edirect: Install more programs.
...
* gnu/packages/bioinformatics.scm (edirect)[arguments]: Add
'patch-programs phase to work around not finding binaries in the PATH.
Rewrite 'install phase to install many more scripts. Rewrite
'wrap-program to wrap more scripts with more programs.
[inputs]: Add edirect-go-programs.
[native-search-paths]: New field.
2020-03-22 09:53:57 +02:00
Efraim Flashner
7d13a94215
gnu: Add edirect-go-programs.
...
* gnu/packages/bioinformatics.scm (edirect-go-programs): New variable.
(edirect)[source]: Adjust snippet to not use non-free software.
2020-03-22 09:53:57 +02:00
Efraim Flashner
073c64dc79
gnu: Add go-github-com-surgebase-porter2.
...
* gnu/packages/golang.scm (go-github-com-surgebase-porter2): New variable.
2020-03-22 09:53:57 +02:00
Efraim Flashner
62cfb49159
gnu: Add go-github-com-surge-glog.
...
* gnu/packages/golang.scm (go-github-com-surge-glog): New variable.
2020-03-22 09:53:56 +02:00
Efraim Flashner
03baf02e6f
gnu: Add go-github-com-pbnjay-memory.
...
* gnu/packages/golang.scm (go-github-com-pbnjay-memory): New variable.
2020-03-22 09:53:56 +02:00
Efraim Flashner
cb38099839
gnu: Add go-github-com-klauspost-cpuid.
...
* gnu/packages/golang.scm (go-github-com-klauspost-cpuid): New variable.
2020-03-22 09:53:56 +02:00
Efraim Flashner
44b9e8fd8f
gnu: Add go-github-com-gedex-inflector.
...
* gnu/packages/golang.scm (go-github-com-gedex-inflector): New variable.
2020-03-22 09:12:50 +02:00
Efraim Flashner
40c86b39c3
gnu: Add go-github-com-fogleman-gg.
...
* gnu/packages/golang.scm (go-github-com-fogleman-gg): New variable.
2020-03-22 09:12:49 +02:00
Efraim Flashner
ae863ccd63
gnu: Add go-github-com-golang-freetype.
...
* gnu/packages/golang.scm (go-github-com-golang-freetype): New variable.
2020-03-22 09:12:49 +02:00
Efraim Flashner
3770bd6526
gnu: Add go-golang-org-rainycape-unidecode.
...
* gnu/packages/golang.scm (go-golang-org-rainycape-unidecode): New variable.
2020-03-22 09:12:49 +02:00
Efraim Flashner
2573709cc9
gnu: Add go-golang-org-x-image.
...
* gnu/packages/golang.scm (go-golang-org-x-image): New variable.
2020-03-22 09:12:49 +02:00
Efraim Flashner
405c0c947c
services: Add fontconfig-file-system-service.
...
* gnu/services/desktop.scm (%fontconfig-file-system,
fontconfig-file-system-service): New variables.
(%desktop-services): Add fontconfig-file-system-service.
2020-03-22 09:08:11 +02:00
pinoaffe@airmail.cc
6f3475655a
gnu: cutter: Update to 1.10.1.
...
* gnu/packages/engineering.scm (cutter): Update to 1.10.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-22 00:02:24 +01:00
pinoaffe@airmail.cc
fcc10cb2cb
gnu: radare2: Update to 4.2.1.
...
* gnu/packages/engineering.scm (radare2): Update to 4.2.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-22 00:02:24 +01:00
Damien Cassou
f5e0634431
gnu: clipmenu: Improve the package definition
...
* gnu/packages/xdisorg.scm (clipmenu): Add the package's unit-tests to the
check phase. Wrap the program so the PATH contains all dependencies. The
previous approach to patch the script was incomplete and more complex.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-22 00:02:23 +01:00
Damien Cassou
fb2709ef98
gnu: clipnotify: Comment on the lack of a test suite.
...
* gnu/packages/xdisorg.scm (clipnotify): Add a comment
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-22 00:02:23 +01:00
Damien Cassou
08df188ea8
gnu: clipmenu: Re-indent.
...
* gnu/packages/xdisorg.scm (clipmenu): Re-indent
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-22 00:02:23 +01:00
Alexandros Theodotou
70236bae9e
gnu: Add dragonfly-reverb
...
* gnu/packages/music.scm (dragonfly-reverb): New variable.
2020-03-21 21:52:53 +01:00
Mark H Weaver
ee4c927f33
gnu: linux-libre: Update to 5.4.27.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.27.
(linux-libre-5.4-pristine-source): Update hash.
2020-03-21 16:38:06 -04:00
Mark H Weaver
0d624f1fd8
gnu: linux-libre@4.19: Update to 4.19.112.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.112.
(linux-libre-4.19-pristine-source): Update hash.
2020-03-21 16:38:04 -04:00
Mark H Weaver
f120eab056
gnu: linux-libre@4.14: Update to 4.14.174.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.174.
(linux-libre-4.14-pristine-source): Update hash.
2020-03-21 16:38:02 -04:00
Mark H Weaver
3e13d780b8
gnu: linux-libre@4.9: Update to 4.9.217.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.217.
(linux-libre-4.9-pristine-source): Update hash.
2020-03-21 16:37:59 -04:00
Mark H Weaver
d1b3c6c746
gnu: linux-libre@4.4: Update to 4.4.217.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.217.
(linux-libre-4.4-pristine-source): Update hash.
2020-03-21 16:37:57 -04:00
John Soo
08c62ac7bd
gnu: ghc-stylish-haskell: Deprecate older duplicate package.
...
* gnu/packages/haskell-xyz.scm (ghc-stylish-haskell): Deprecate it.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-21 21:38:08 +01:00
John Soo
156b08bd2f
gnu: stylish-haskell: Update description.
...
* gnu/packages/haskell-apps.scm (stylish-haskell): Update description.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-21 21:38:08 +01:00
Wiktor Żelazny
3ac12ca61b
gnu: Add r-oai.
...
* gnu/packages/cran.scm (r-oai): new variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-21 21:38:08 +01:00
Wiktor Żelazny
069554dc24
gnu: Add r-latex2exp.
...
* gnu/packages/cran.scm (r-latex2exp): new variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-21 21:38:08 +01:00
Wiktor Żelazny
ae10511981
gnu: Add r-httpcode.
...
* gnu/packages/cran.scm (r-httpcode): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-21 21:38:08 +01:00
wednesday
2e59a63b41
gnu: global: Add 'python-wrapper' as input.
...
* gnu/packages/code.scm (global)[inputs]: Add 'python-wrapper' to fix
tagging python code.
2020-03-21 21:38:08 +01:00
Marius Bakke
18401bdf69
Revert "gnu: Remove qemu-minimal@2.10."
...
This package was still in use by american-fuzzy-lop.
This reverts commit 559f373288
.
2020-03-21 21:38:08 +01:00
Tobias Geerinckx-Rice
dde3f55156
gnu: gpgme: Fix build.
...
Reported by joshuaBPMan on #guix.
* gnu/packages/gnupg.scm (gpgme)[arguments]: Add ‘disable-failing-test’ phase.
2020-03-21 20:42:52 +01:00
Tobias Geerinckx-Rice
b1ebda07cb
gnu: python-pygraphviz: Use HTTPS home page.
...
* gnu/packages/graphviz.scm (python-pygraphviz)[home-page]: Use HTTPS.
2020-03-21 20:42:52 +01:00
Tobias Geerinckx-Rice
d7ee58ccd2
gnu: python-tables: Use HTTPS home page.
...
* gnu/packages/python-xyz.scm (python-tables)[home-page]: Use HTTPS.
2020-03-21 20:42:51 +01:00
Tobias Geerinckx-Rice
02d1fd03ad
gnu: python-future: Use HTTPS home page.
...
* gnu/packages/python-xyz.scm (python-future)[home-page]: Use HTTPS.
2020-03-21 20:42:51 +01:00
Tobias Geerinckx-Rice
20c604c54e
gnu: python-scrypt: Use HTTPS home page.
...
* gnu/packages/python-crypto.scm (python-scrypt)[home-page]: Use HTTPS.
2020-03-21 20:42:51 +01:00
Tobias Geerinckx-Rice
e51b34bb90
gnu: python-scikit-learn: Use HTTPS home page.
...
* gnu/packages/machine-learning.scm (python-scikit-learn)[home-page]: Use HTTPS.
2020-03-21 20:42:50 +01:00
Tobias Geerinckx-Rice
26be188f35
gnu: python2-pyro: Use HTTPS home page.
...
* gnu/packages/python-xyz.scm (python2-pyro)[home-page]: Use HTTPS.
2020-03-21 20:42:50 +01:00
Tobias Geerinckx-Rice
8c9b6f3299
gnu: python2-element-tree: Use HTTPS home page.
...
* gnu/packages/python-xyz.scm (python2-element-tree)[home-page]: Use HTTPS.
2020-03-21 20:42:49 +01:00
Tobias Geerinckx-Rice
012d2950af
gnu: python-cheetah: Use HTTPS home page.
...
* gnu/packages/python-xyz.scm (python-cheetah)[home-page]: Use HTTPS.
2020-03-21 20:42:49 +01:00
Tobias Geerinckx-Rice
3d2d9cc7b5
gnu: python-kivy: Use HTTPS home page.
...
* gnu/packages/python-xyz.scm (python-kivy)[home-page]: Use HTTPS.
2020-03-21 20:42:49 +01:00
Ekaitz Zarraga
e7c7912573
gnu: Add gnome-shell-extension-topicons-redux.
...
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux): New
variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-21 20:17:21 +01:00
Alexandru-Sergiu Marton
0cec5c4eb1
gnu: ghc-extra: Downgrade to 1.6.21.
...
* gnu/packages/haskell-xyz.scm (ghc-extra): Downgrade to 1.6.21.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-21 20:17:21 +01:00
Marius Bakke
559f373288
gnu: Remove qemu-minimal@2.10.
...
* gnu/packages/virtualization.scm (qemu-minimal-2.10): Remove variable.
2020-03-21 20:17:20 +01:00
Marius Bakke
ee38d87c58
gnu: Remove flex@2.6.1.
...
* gnu/packages/flex.scm (flex-2.6.1): Remove variable.
2020-03-21 20:17:20 +01:00
Marius Bakke
a67c4ff369
gnu: GRUB: Use the latest version of QEMU for tests.
...
* gnu/packages/bootloaders.scm (grub)[native-inputs]: Change from
QEMU-MINIMAL-2.10 to QEMU-MINIMAL.
2020-03-21 20:17:20 +01:00
Marius Bakke
f142c0775a
gnu: GRUB: Build with the latest version of Flex.
...
* gnu/packages/bootloaders.scm (grub)[native-inputs]: Change from FLEX-2.6.1
to FLEX.
2020-03-21 20:17:20 +01:00
Marius Bakke
9dec91229b
gnu: python-grpcio: Update to 1.27.2.
...
* gnu/packages/rpc.scm (python-grpcio): Update to 1.27.2.
[source](modules, snippet): New fields.
[arguments]: Add phases to use system libraries and the correct compiler.
[inputs]: Add C-ARES, OPENSSL, and ZLIB.
2020-03-21 20:17:20 +01:00
Marius Bakke
80a8583a6b
gnu: TensorFlow: Correct gRPC input.
...
* gnu/packages/machine-learning.scm (tensorflow)[native-inputs]: Move
GRPC:STATIC ...
[inputs]: ... here.
2020-03-21 20:17:20 +01:00
Marius Bakke
447fafe3d7
gnu: gRPC: Update to 1.27.3.
...
* gnu/packages/rpc.scm (grpc): Update to 1.27.3.
[arguments]: Add "-DgRPC_ABSL_PROVIDER=package" in #:configure-flags.
[inputs]: Add ABSEIL-CPP.
(grpc-1.16.1): New public variable.
* gnu/packages/hyperledger.scm (hyperledger-iroha)[inputs]: Change from GRPC
to GRPC-1.16.
* gnu/packages/machine-learning.scm (tensorflow)[native-inputs, inputs]: Likewise.
2020-03-21 20:17:20 +01:00
Marius Bakke
c28a8855f1
gnu: python-gast: Update to 0.3.3.
...
* gnu/packages/python-xyz.scm (python-gast): Update to 0.3.3.
2020-03-21 20:17:19 +01:00
Tobias Geerinckx-Rice
de1d778ef5
gnu: go-gopkg.in-mgo.v2: Use HTTPS home page.
...
* gnu/packages/databases.scm (go-gopkg.in-mgo.v2)[home-page]: Use HTTPS.
2020-03-21 16:20:12 +01:00
Tobias Geerinckx-Rice
aa033c8e49
gnu: lua5.2-expat: Use HTTPS home page.
...
* gnu/packages/lua.scm (lua5.2-expat)[home-page]: Use HTTPS.
2020-03-21 16:20:12 +01:00
Tobias Geerinckx-Rice
de94865859
gnu: git-test-sequence: Use HTTPS home page.
...
* gnu/packages/version-control.scm (git-test-sequence)[home-page]: Use HTTPS.
2020-03-21 16:20:11 +01:00
Tobias Geerinckx-Rice
05fe0f5648
gnu: ogre: Use HTTPS home page.
...
* gnu/packages/graphics.scm (ogre)[home-page]: Use HTTPS.
2020-03-21 16:20:11 +01:00
Tobias Geerinckx-Rice
e2b70d90ca
gnu: ruby-sequel: Use HTTPS home page.
...
* gnu/packages/ruby.scm (ruby-sequel)[home-page]: Use HTTPS.
2020-03-21 16:20:11 +01:00
Tobias Geerinckx-Rice
3573971209
gnu: ruby-rspec: Use HTTPS home page.
...
* gnu/packages/ruby.scm (ruby-rspec)[home-page]: Use HTTPS.
2020-03-21 16:20:11 +01:00
Tobias Geerinckx-Rice
c6be7eeddf
gnu: opencl-clhpp: Use HTTPS home page.
...
* gnu/packages/opencl.scm (opencl-clhpp)[home-page]: Use HTTPS.
2020-03-21 16:20:11 +01:00
Tobias Geerinckx-Rice
7e0f9df902
gnu: gnupg: Update to 2.2.20 [security fix].
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.20.
2020-03-21 16:20:11 +01:00
6033fe7de85d
6a65ec0945
gnu: Add emacs-objed.
...
*gnu/packages/emacs-xyz.scm (emacs-objed): New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-21 15:41:51 +01:00
Vincent Legoll
93a267b7a4
gnu: blktrace: Update to db4f634.
...
* gnu/packages/linux.scm (blktrace): Update to db4f634.
[revision]: Increment variable.
[patches]: Remove variable.
* gnu/packages/patches/blktrace-use-rmtree.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-21 15:17:22 +01:00
Vitaliy Shatrov
2eb39cd26c
gnu: coreutils: Improve description.
...
* gnu/packages/base.scm (coreutils): Improve description and state that there
is no shell included.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-21 15:13:30 +01:00
Danny Milosavljevic
ba2a1436d8
gnu: Add r-boa.
...
* gnu/packages/cran.scm (r-boa): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-03-21 14:13:03 +01:00
Naga Malleswari
1163dacd4b
gnu: Add r-crochet.
...
* gnu/packages/cran.scm (r-crochet): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-03-21 14:13:00 +01:00
Jakub Kądziołka
bbeb710de7
gnu: Add hash-extender.
...
* gnu/packages/crypto.scm (hash-extender): New variable.
* gnu/packages/patches/hash-extender-test-suite.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register the new file.
2020-03-21 12:56:11 +01:00
Marius Bakke
f2c7513d16
gnu: python-grpcio: Move to (gnu packages rpc).
...
* gnu/packages/python-xyz.scm (python-grpcio): Move from here ...
* gnu/packages/rpc.scm (python-grpcio): ... to here.
2020-03-21 12:22:22 +01:00
Marius Bakke
c61557b1b6
gnu: gRPC: Move to (gnu packages rpc).
...
* gnu/packages/machine-learning.scm (grpc): Move to ...
* gnu/packages/rpc.scm: ... here. New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/hyperledger.scm: Adjust module imports.
2020-03-21 12:22:22 +01:00
Marius Bakke
dcff9bda97
gnu: python-language-server: Build with python-jedi@0.15.2.
...
* gnu/packages/python-xyz.scm (python-language-server)[propagated-inputs]:
Remove PYTHON-JEDI. Add PYTHON-JEDI-0.15.
(python-jedi-0.15, python-parso-0.5): New public variables.
2020-03-21 11:58:26 +01:00
Tobias Geerinckx-Rice
8198c19c12
gnu: python-django: Use HTTPS home page.
...
* gnu/packages/django.scm (python-django)[home-page]: Use HTTPS.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
fa7efe1798
gnu: python2-s3cmd: Use HTTPS home page.
...
* gnu/packages/python-xyz.scm (python2-s3cmd)[home-page]: Use HTTPS.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
acf2b20069
gnu: rsync: Use system zlib and popt libraries.
...
Reduce our likelihood of contracting security bugs at the expense of
compression ratio (in some cases) and compatibility with rsync≤3.1.1.
rsync@3.1.2 was released in 2014. Time to upgrade your CentOS box.
* gnu/packages/rsync.scm (rsync)[inputs]: Add popt and zlib.
[arguments]: Use them.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
f9caa6c7c1
gnu: perl-archive-zip: Update to 1.68.
...
* gnu/packages/perl-compression.scm (perl-archive-zip): Update to 1.68.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
02e052ba9d
gnu: guile3.0-syntax-highlight: Use HTTPS home page.
...
* gnu/packages/guile-xyz.scm (guile3.0-syntax-highlight)[home-page]: Use HTTPS.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
69669b2877
gnu: guile-rsvg: Use HTTPS home page.
...
* gnu/packages/gtk.scm (guile-rsvg)[home-page]: Use HTTPS.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
2aaa09f17d
gnu: hdf-eos2: Use HTTPS home page.
...
* gnu/packages/maths.scm (hdf-eos2)[home-page]: Use HTTPS.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
a7b7817dd8
gnu: ruby-omniauth: Update to 1.9.1.
...
* gnu/packages/ruby.scm (ruby-omniauth): Update to 1.9.1.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
fa2a0fd00b
gnu: Use ‘license:’ prefix in (gnu packages libreoffice).
...
* gnu/packages/libreoffice.scm: Import (guix licenses) with a #:prefix
and adjust all callers.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
7ea838447c
gnu: r-maptools: Use HTTPS home page.
...
* gnu/packages/cran.scm (r-maptools)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
d8bf501eb2
gnu: ocaml-sedlex: Use HTTPS home page.
...
* gnu/packages/ocaml.scm (ocaml-sedlex)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
786886d1f5
gnu: ocaml-tsdl: Update to 0.9.7.
...
* gnu/packages/ocaml.scm (ocaml-tsdl): Update to 0.9.7.
[native-inputs]: Remove ocaml-ocb-stubblr.
[inputs]: Remove ocaml-result.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
2d1e064694
gnu: ocaml-tsdl: Use HTTPS home page.
...
* gnu/packages/ocaml.scm (ocaml-tsdl)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
fed4ff33fa
gnu: sbcl-parse-number: Use HTTPS home page.
...
* gnu/packages/lisp-xyz.scm (sbcl-parse-number)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
9ca4c65492
gnu: sbcl-parse-js: Use HTTPS home page.
...
* gnu/packages/lisp-xyz.scm (sbcl-parse-js)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
113c9b97b4
gnu: sbcl-cl+ssl: Use HTTPS home page.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl+ssl)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
46a5d07ef7
gnu: cl-jonathan: Use HTTPS home page.
...
* gnu/packages/lisp-xyz.scm (cl-jonathan)[home-page]: Use HTTPS.
2020-03-21 03:09:41 +01:00
Christopher Baines
6b8c390f28
gnu: python-botocore: Update to 1.15.26.
...
To keep compatability with awscli.
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.15.26.
2020-03-21 00:15:11 +00:00
Ludovic Courtès
fe4a37276b
gnu: guix: Install SysV init files to $(prefix)/etc.
...
Fixes <https://bugs.gnu.org/40153 >.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.
This is a followup to 73fbe04107
.
* gnu/packages/package-management.scm (guix)[arguments]: In 'bootstrap'
phase, change "sysvinitservicedir" in 'nix/local.mk'.
2020-03-20 23:59:31 +01:00
Leo Famulari
f08040c5f8
gnu: VLC: Improve AV1 playback.
...
* gnu/packages/video.scm (inputs): Add dav1d.
2020-03-20 18:51:51 -04:00
Leo Famulari
e401653b51
gnu: FFmpeg: Prefer dav1d over libaom.
...
* gnu/packages/patches/ffmpeg-prefer-dav1d.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/video.scm (ffmpeg)[source]: Use it.
2020-03-20 18:51:51 -04:00
Marius Bakke
85bad77fac
gnu: python2-faker: Add explicit dependency on six.
...
This is a follow-up to commit a6a7336964
.
* gnu/packages/python-xyz.scm (python2-faker)[propagated-inputs]: Add
PYTHON2-SIX.
2020-03-20 22:55:01 +01:00
Marius Bakke
51d42caa94
gnu: python-orator: Update to 0.9.9.
...
* gnu/packages/databases.scm (python-orator): Update to 0.9.9.
[arguments]: Remove #:phases. Add #:tests?.
[native-inputs]: Remove.
[propagated-inputs]: Add PYTHON-PYYAML.
2020-03-20 22:41:59 +01:00
Marius Bakke
a6a7336964
gnu: Update python-faker to to 4.0.2, python2-faker to 3.0.1.
...
* gnu/packages/patches/python-faker-fix-build-32bit.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-faker): Update to 4.0.2.
[source](patches, modules, snippet): Remove.
[arguments]: Adjust check phase.
[native-inputs]: Remove PYTHON-EMAIL-VALIDATOR and PYTHON-MOCK. Add
PYTHON-FREEZEGUN, PYTHON-PYTEST, PYTHON-RANDOM2, and PYTHON-VALIDATORS.
[propagated-inputs]: Remove PYTHON-SIX. Add PYTHON-TEXT-UNIDECODE.
(python2-faker): Update to 3.0.1.
[native-inputs]: Add PYTHON2-MOCK.
2020-03-20 22:41:59 +01:00
Marius Bakke
fe36fdb206
gnu: Add python-random2.
...
* gnu/packages/python-xyz.scm (python-random2, python2-random2): New public
variables.
2020-03-20 22:41:59 +01:00
Marius Bakke
28030d290a
gnu: Add python-validators.
...
* gnu/packages/python-xyz.scm (python-validators, python2-validators): New
public variables.
2020-03-20 22:41:59 +01:00
Marius Bakke
9f9335277f
gnu: Add python-text-unidecode.
...
* gnu/packages/python-xyz.scm (python-text-unidecode, python2-text-unidecode):
New public variables.
2020-03-20 22:41:59 +01:00
Marius Bakke
e5023bfd2a
gnu: python-pendulum: Update to 2.1.0.
...
* gnu/packages/time.scm (python-pendulum): Update to 2.1.0.
[native-inputs]: Remove.
[arguments]: New field.
[propagated-inputs]: Remove PYTHON-TZLOCAL.
2020-03-20 22:41:59 +01:00
Marius Bakke
463e98357b
gnu: python-pytzdata: Update to 2019.3.
...
* gnu/packages/time.scm (python-pytzdata): Update to 2019.3.
[native-inputs]: Remove.
[arguments]: New field.
[propagated-inputs]: Add PYTHON-CLEO.
2020-03-20 22:41:58 +01:00
Marius Bakke
0266a6a23b
gnu: python-clikit: Declare Python 2 variant.
...
* gnu/packages/python-xyz.scm (python-clikit)[properties]: New field.
(python2-clikit): New public variable.
2020-03-20 22:41:58 +01:00
Vincent Legoll
830dab870a
gnu: ansible: Update to 2.9.6.
...
* gnu/packages/admin.scm (ansible): Update to 2.9.6.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:52 +01:00
Vincent Legoll
baf4567137
gnu: Add squid.
...
* gnu/packages/networking.scm (squid): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:52 +01:00
Michael Rohleder
fe2b134cf9
gnu: emacs-projectile: Update to 2.1.0.
...
* gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.1.0.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:52 +01:00
guy fleury iteriteka
0f7e6964c7
gnu: make-libiberty: Use install-file.
...
* gnu/packages/gcc.scm(make-libiberty): In phase install use
install-file helper function to install file.
2020-03-20 19:15:52 +01:00
Vincent Legoll
12eb7bb8af
gnu: Add blktrace.
...
* gnu/packages/linux.scm (blktrace): New variable.
* gnu/packages/patches/blktrace-use-rmtree.patch: Add file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:52 +01:00
Brendan Tildesley
ad64b09df4
gnu: Add wev.
...
* gnu/packages/freedesktop.scm (wev): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:52 +01:00
Leo Prikler
fcafee61bf
gnu: add premake5.
...
* gnu/packages/build-tools.scm (premake5): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:52 +01:00
Leo Prikler
3861fb1c1f
gnu: gsettings-desktop-schemas: patch monospace font.
...
* gnu/packages/gnome.scm (gsettings-desktop-schemas)[arguments]<phases>:
Rename `set-adwaita-theme-file-name' to the more generic `patch-schemas'.
Add patch for the monospace font (Source Code Pro 10 -> Monospace 11).
Adjust comments.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:51 +01:00
Marius Bakke
0f6651344f
gnu: libiberty: Do not inherit properties from GCC.
...
* gnu/packages/gcc.scm (make-libiberty)[properties]: New field.
2020-03-20 19:15:51 +01:00
Guillaume Le Vaillant
6145b16778
gnu: osm2pgsql: Update to 1.2.1.
...
* gnu/packages/geo.scm (osm2pgsql): Update to 1.2.1.
[inputs]: Add bzip2 and replace proj.4 by proj.
[native-inputs]: Replace python-2 by python and python2-psycopg2 by
python-psycopg2.
2020-03-20 18:17:21 +01:00
Guillaume Le Vaillant
7ba300ee6e
gnu: libosmium: Update to 2.15.4.
...
* gnu/packages/geo.scm (libosmium): Update to 2.15.4.
[inputs]: Add bzip2 and utfcpp.
2020-03-20 18:16:54 +01:00
Nicolas Goaziou
819c0df2ee
gnu: emacs-company: Update to 0.9.12.
...
* gnu/packages/emacs-xyz.scm (emacs-company): Update to 0.9.12.
2020-03-20 10:05:59 +01:00
Florian Pelz
e84490346d
gnu: nginx-accept-language-module: Simplify decompression phase.
...
See <https://lists.gnu.org/archive/html/guix-patches/2020-03/msg00652.html >
where a similar change was found to be sufficient.
* gnu/packages/web.scm (nginx-accept-language-module)[arguments]:
In 'unpack-nginx-sources' phase, extract the compressed tarball using
tar's auto-decompression instead of decompressing manually.
2020-03-20 08:13:56 +00:00
Florian Pelz
e2303e8e37
gnu: Add v86d.
...
* gnu/packages/xorg.scm (v86d): New variable.
2020-03-20 08:07:45 +00:00
Tobias Geerinckx-Rice
837644b48a
gnu: emacs-company: Use HTTPS home page.
...
* gnu/packages/emacs-xyz.scm (emacs-company)[home-page]: Use HTTPS.
2020-03-20 03:07:07 +01:00
Tobias Geerinckx-Rice
c7a2e64574
gnu: emacs-mit-scheme-doc: Use HTTPS home page.
...
* gnu/packages/emacs-xyz.scm (emacs-mit-scheme-doc)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
23518188fd
gnu: emacs-ebib: Use HTTPS home page.
...
* gnu/packages/emacs-xyz.scm (emacs-ebib)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
7942a129b1
gnu: java-modello-plugins-xpp3: Use HTTPS home page.
...
* gnu/packages/java.scm (java-modello-plugins-xpp3)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
27c0eadef9
gnu: java-aqute-bnd-annotation: Use HTTPS home page.
...
* gnu/packages/java.scm (java-aqute-bnd-annotation)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
14544d2f99
gnu: java-joda-time: Use HTTPS home page.
...
* gnu/packages/java.scm (java-joda-time)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
e799400d4b
gnu: java-jmh: Use HTTPS home page.
...
* gnu/packages/java.scm (java-jmh)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
268dc4720c
gnu: java-plexus-classworlds: Use HTTPS home page.
...
* gnu/packages/java.scm (java-plexus-classworlds)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
1f0e7e0d59
gnu: bs1770gain: Update to 0.6.7.
...
* gnu/packages/audio.scm (bs1770gain): Update to 0.6.7.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
d82160134a
gnu: php: Update to 7.4.4.
...
* gnu/packages/php.scm (php): Update to 7.4.4.
2020-03-20 03:07:06 +01:00