gnu: gtkwave: Update to 3.3.121.
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.121.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Add copyright lines.
They are related to commit eb1515849efa3e0d3d838cb04ea87100084068a0.
* doc/guix.texi: Add copyright message.
* gnu/services/networking.scm: Add copyright message.
Change-Id: Ica510fd6e80228f124f0c084403e1dea7c9baa1b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: guile-git: Update to 0.9.0.
* gnu/packages/guile.scm (guile-git): Update to 0.9.0.
Change-Id: I7a49f592a810422f9743dbd9ed50d25f64b32475
gnu: kcolorpicker: Build with -fPIC.
It fixes linking errors when building kimageannotator:
...
ld:
/gnu/store/...-kcolorpicker-0.3.1/lib/libkColorPicker.a(AbstractPopupMenuButton.cpp.o):
relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol
`_ZN15QAbstractButton7clickedEb@@Qt_6' which may bind externally can
not be used when making a shared object; recompile with -fPIC
...
* gnu/packages/kde-frameworks.scm (kcolorpicker)[arguments]: Adjust
configure-flags to add -fPIC to CMAKE_CXX_FLAGS.
Change-Id: I38c77cc641e48b3e992e8f49fd861d9ada818240
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
gnu: b4: Update to 0.14.2.
* gnu/packages/version-control.scm (b4): Update to 0.14.2.
Change-Id: Ic8a281f2b3871e2e77e7ad77295593d05df8ce8d
gnu: Add go-github-com-kpango-glg.
* gnu/packages/golang-xyz.scm (go-github-com-kpango-glg): New variable.
Change-Id: Iaa457f5a53000713df0a7fad3f772e57143c9d1c
gnu: Add go-github-com-kpango-fastime.
* gnu/packages/golang-xyz.scm (go-github-com-kpango-fastime): New variable.
Change-Id: I79bf2cd7d0a3a29d2718788184560c0cfe406e4f
gnu: aerc: Add a patch for bug with signed messages.
* gnu/packages/mail.scm (aerc): (source)[origin]<patches>: Add patch.
Change-Id: I9e080662854b93022255f53e9f6eff11a2c934a3
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: julia-categoricalarrays: Update to 0.10.8.
* gnu/packages/julia-xyz.scm (julia-categoricalarrays): Update to 0.10.8.
Change-Id: Ic2b21e0b4069234b0da49ec9c2f6b704ba095cdb
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
committer: Fix for inputs that are lists by using object->string.
* etc/committer.scm.in (change-commit-message): Use object->string to deal
with more complex dependency specifications.
Change-Id: Ieee39709fd3eb26368df400a9228d77aa97a9d9d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: jellyfin-mpv-shim: Fix icon & metainfo installation.
The icons and appdata.xml were getting installed into share/applications, when
they should have gone into share/icons/hicolor and share/metainfo. Put them
in the right place, which allows DEs to find them.
* gnu/packages/video.scm (jellyfin-mpv-shim): In 'install-desktop-file
phase, change the icon and metadata file name.
Change-Id: Ic6cdae2fe0b348b94285bf8b39c014922baae6c1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: sipwitch: Fix build.
* gnu/packages/telephony.scm (sipwitch): Fix build.
[origin]<patches>: Add sipwitch-fix-build-with-exosip5.patch here...
* gnu/packages/patches: ...here and...
* gnu/local.mk: ...here.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: exosip: Update to 5.3.0. [security fixes]
This fixes CVE-2014-10375.
* gnu/packages/telephony.scm (exosip): Update to 5.3.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: osip: Update to 5.3.1.
* gnu/packages/telephony.scm (osip): Update to 5.3.1.
[origin]<patches>: Remove patch.
* gnu/packages/patches/osip-CVE-2017-7853.patch : Remove it.
* gnu/local.mk: Remove patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: abc: Update to 0.0-3.707442e.
* gnu/packages/fpga.scm (abc): Update to 0.0-3.707442e.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: gcc@9: Add libsanitizer fsconfig command patch.
Since newer glibc version there is a conflict in names between kernel
module and glibc module. This uses a patch that was used upstream in
llvm to bypass it. Without this, the build fails with a redefinition
error.
* gnu/packages/gcc.scm (gcc-9)[source]: Add
‘gcc-7-libsanitizer-fsconfig-command.patch’.
Change-Id: Ibb8446b7bba52f72d82fcf69804cae09215daeed
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
services: nscd: When cross-compiling, Use (cross-libc target).
* gnu/services/base.scm (nscd-configuration)[glibc]: When cross-compiling,
Use (cross-libc target).
Change-Id: Ib219459b1ec28f7edfac075e70be3d61edf72d27
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
guix build: Avoid “could not determine …” warning when unnecessary.
This is a followup to 0629af7c2a47171fe8699b4d45662e605fea2fa6.
* guix/scripts/build.scm (guix-build): Move ‘urls’ definition
to (assoc-ref opts 'log-file?) case so that the “could not determine
current substitute URLs” warning is not displayed when ‘urls’ is unused.
Change-Id: I9434621b00a80bdbcf54d2a46d1a1e5f49cc7669
gnu: perl-pod-simple: Update to 3.45.
* gnu/packages/perl.scm (perl-pod-simple): Update to 3.45.
Change-Id: I9933661f49f35da2a3b6ca2ff678b20831661826
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: Add perl-text-markdown.
* gnu/packages/markup.scm (perl-text-markdown): New variable.
Change-Id: Ibeaa8d3959e4ddea15650c97f5ca598c3cc8c60a