summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: guile-gcrypt: Update to 0.2.0.Ludovic Courtès2019-09-11
| | | | * gnu/packages/gnupg.scm (guile-gcrypt): Update to 0.2.0.
* gnu: libvirt: Don't wrap with PATH.宋文武2019-09-11
| | | | | | | | | | | This reverts commit 903e051a71467bc96a054c9b4ed89348fdae8977 to fix <https://bugs.gnu.org/31365>. The full path of the 'ip' command is already embedded, and we want to search 'qemu' in PATH. * gnu/packages/virtualization.scm (libvirt): Remove 'wrap-libvirtd phase. Add configure flags to run qemu as 'nobody:kvm'. * gnu/services/virtualization.scm (libvirt-service-type): Add 'qemu' to the system profile.
* gnu: emacs-elpy: Update to 1.31.0.Maxim Cournoyer2019-09-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.31.0.
* gnu: python-jedi: Update to 0.15.1 and re-enable tests.Maxim Cournoyer2019-09-11
| | | | | * gnu/packages/python-xyz.scm (python-jedi): Update to 0.15.1; re-enable tests.
* gnu: python-parso: Run the test suite.Maxim Cournoyer2019-09-11
| | | | * gnu/packages/python-xyz.scm (python-parso)[phases]: Replace the check phase.
* gnu: python-parso: Update to 0.5.1.Maxim Cournoyer2019-09-11
| | | | * gnu/packages/python-xyz.scm (python-parso): Update to 0.5.1.
* gnu: Add openscad.Steve Sprang2019-09-11
| | | | | | * gnu/packages/engineering.scm (openscad): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: nftables: Update to 0.9.2.Rutger Helling2019-09-11
| | | | * gnu/packages/linux.scm (nftables): Update to 0.9.2.
* gnu: libnftnl: Update to 1.1.4.Rutger Helling2019-09-11
| | | | * gnu/packages/linux.scm (libnftnl): Update to 1.1.4.
* gnu: libsoup: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-09-11
| | | | * gnu/packages/gnome.scm (libsoup)[source]: Hard-code NAME.
* gnu: tracker: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-09-11
| | | | * gnu/packages/gnome.scm (tracker)[source]: Hard-code NAME.
* gnu: gvfs: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-09-11
| | | | * gnu/packages/gnome.scm (gvfs)[source]: Hard-code NAME.
* gnu: umockdev: Update to 0.13.2.Tobias Geerinckx-Rice2019-09-11
| | | | * gnu/packages/check.scm (umockdev): Update to 0.13.2.
* gnu: yoshimi: Update to 1.6.0.1.Tobias Geerinckx-Rice2019-09-11
| | | | * gnu/packages/music.scm (yoshimi): Update to 1.6.0.1.
* gnu: perl-archive-zip: Update to 1.65.Tobias Geerinckx-Rice2019-09-11
| | | | * gnu/packages/perl-compression.scm (perl-archive-zip): Update to 1.65.
* gnu: haveged: Use @acronym in description.Tobias Geerinckx-Rice2019-09-11
| | | | | * gnu/packages/linux.scm (havege)[description]: Substitute @acronym for @dfn mark-up.
* gnu: haveged: Use HTTPS home page.Tobias Geerinckx-Rice2019-09-11
| | | | * gnu/packages/linux.scm (haveged)[home-page]: Use HTTPS.
* gnu: haveged: Update to 1.9.6.Tobias Geerinckx-Rice2019-09-11
| | | | * gnu/packages/linux.scm (haveged): Update to 1.9.6.
* gnu: emacs-helm-company: Update to 0.2.5.Brian Leung2019-09-11
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-helm-company): Update to 0.2.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add opencsg.Steve Sprang2019-09-11
| | | | | | * gnu/packages/graphics.scm (opencsg): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-language-server: Update to 0.28.1.Brian Leung2019-09-11
| | | | | | * gnu/packages/python-xyz.scm (python-language-server): Update to 0.28.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cmake: Add package variant that knows about X.509 certificates.Ludovic Courtès2019-09-11
| | | | | | | | Fixes <https://bugs.gnu.org/37371>. * gnu/packages/patches/cmake-curl-certificates.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/cmake.scm (cmake/fixed): New variable.
* gnu: links: Update to 2.20.1 [security fix for tor users].Tobias Geerinckx-Rice2019-09-10
| | | | * gnu/packages/web-browsers.scm (links): Update to 2.20.1.
* gnu: strongswan: Update to 5.8.1.Tobias Geerinckx-Rice2019-09-10
| | | | * gnu/packages/networking.scm (strongswan): Update to 5.8.1.
* gnu: youtube-dl: Update to 2019.09.01.Tobias Geerinckx-Rice2019-09-10
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2019.09.01.
* gnu: i3blocks: Update to 1.5.Tobias Geerinckx-Rice2019-09-10
| | | | | | * gnu/packages/wm.scm (i3blocks): Update to 1.5. [source]: Use git tag. [arguments]: Remove entirely.
* gnu: weechat: Update to 2.6.Tobias Geerinckx-Rice2019-09-10
| | | | | | | | | * gnu/packages/irc.scm (weechat): Update to 2.6. [source]: Remove obsolete patch. [inputs]: Replace python-2 with python(@3). [arguments]: Remove ‘wrap’ phase. * gnu/packages/patches/weechat-python.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: ghc@8.6: Add missing 'native-search-paths'.Timothy Sample2019-09-09
| | | | | | | Fixes <https://bugs.gnu.org/37064>. * gnu/packages/haskell.scm (ghc-8.6)[native-search-paths]: Set search paths explicitly instead of inheriting them.
* gnu: rclone: Update to 1.49.2.Tobias Geerinckx-Rice2019-09-10
| | | | * gnu/packages/sync.scm (rclone): Update to 1.49.2.
* gnu: fakeroot: Update to 1.24.Tobias Geerinckx-Rice2019-09-10
| | | | | * gnu/packages/linux.scm (fakeroot): Update to 1.24. [source]: Adjust and use HTTPS.
* gnu: eclib: Update to 20190909.Tobias Geerinckx-Rice2019-09-10
| | | | * gnu/packages/algebra.scm (eclib): Update to 20190909.
* gnu: aisleriot: Update to 3.22.9.Tobias Geerinckx-Rice2019-09-10
| | | | * gnu/packages/gnome.scm (aisleriot): Update to 3.22.9.
* gnu: monero-gui: Update to 0.14.1.2.Guillaume Le Vaillant2019-09-10
| | | | | | * gnu/packages/finance.scm (monero-gui): Update to 0.14.1.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: monero: Activate Trezor support.Guillaume Le Vaillant2019-09-10
| | | | | | | | | | * gnu/packages/finance.scm (monero): [native-inputs]: Add python and protobuf. [inputs]: Add libusb and protobuf. [arguments]: Add delete-dead-links phase. (monero-gui)[inputs]: Add libusb and protobuf. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: monero: Fix detection of readline library.Guillaume Le Vaillant2019-09-10
| | | | | | | * gnu/packages/finance.scm (monero)[arguments]: Define 'Readline_ROOT_DIR' in 'configure-flags'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add copyright header.L p R n d n2019-09-10
| | | | | | * gnu/packages/xfce.scm: Add copyright header. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: orage: Fix build.L p R n d n2019-09-10
| | | | | | * gnu/packages/xfce.scm (orage)[arguments]: Add phase fixing build with libical3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ristretto: Update to 0.10.0.L p R n d n2019-09-10
| | | | | | | * gnu/packages/xfce.scm (ristretto): Update to 0.10.0. [inputs] Add gtk+. Remove gtk+-2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mousepad: Update to 0.4.2.L p R n d n2019-09-10
| | | | | | | | * gnu/packages/xfce.scm (mousepad): Update to 0.4.2. [arguments] Remove unnecessary --enable-gtk3 flag from #:configure-flags. [inputs] Add xfconf. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: zeromq: Use HTTPS home page.Tobias Geerinckx-Rice2019-09-09
| | | | * gnu/packages/networking.scm (zeromq)[home-page]: Use HTTPS.
* gnu: zeromq: Update to 4.3.2.Tobias Geerinckx-Rice2019-09-09
| | | | | * gnu/packages/networking.scm (zeromq): Update to 4.3.2. [source]: Download GitHub release tarball.
* gnu: libmbim: Update to 1.20.0.Tobias Geerinckx-Rice2019-09-09
| | | | * gnu/packages/freedesktop.scm (libmbim): Update to 1.20.0.
* gnu: libmbim: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-09-09
| | | | * gnu/packages/freedesktop.scm (libmbim)[source]: Hard-code NAME.
* gnu: libsecret: Update to 0.19.1.Tobias Geerinckx-Rice2019-09-09
| | | | * gnu/packages/gnome.scm (libsecret): Update to 0.19.1.
* gnu: libsecret: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-09-09
| | | | * gnu/packages/gnome.scm (libsecret)[source]: Hard-code NAME.
* gnu: mes: Update to 0.20.Jan Nieuwenhuizen2019-09-09
| | | | * gnu/packages/mes.scm (mes): Update to 0.20. Use nyacc-0.99.0.
* gnu: mescc-tools: Update to 0.6.1.Jan Nieuwenhuizen2019-09-09
| | | | * gnu/packages/mes.scm (mescc-tools): Update to 0.6.1.
* gnu: nyacc: Update to 0.99.0.Jan Nieuwenhuizen2019-09-09
| | | | * gnu/packages/mes.scm (nyacc): Update to 0.99.0.
* gnu: grammalecte: Update to 1.4.0.Nicolas Goaziou2019-09-09
| | | | | * gnu/packages/dictionaries.scm (grammalecte): Update to 1.4.0. [synopsis]: Remove spurious space.
* gnu: Add scron.Robert Vollmert2019-09-09
| | | | | | * gnu/packages/suckless.scm (scron): New package. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>