Age | Commit message (Expand) | Author |
2019-12-26 | gnu: openssh: Fix cross-compilation....* gnu/packages/ssh.scm (openssh): Pass --disable-strip argument when
cross-compiling.
| Mathieu Othacehe |
2019-12-26 | gnu: libxt: Fix cross-compilation....* gnu/packages/xorg.scm (libxt)[arguments]: Pass --disable-malloc0returnsnull
configure flag when cross-compiling.
| Mathieu Othacehe |
2019-12-26 | gnu: poppler: Update to 0.83.0....* gnu/packages/pdf.scm (poppler): Update to 0.83.0.
| Hartmut Goebel |
2019-12-19 | gnu: wireless-tools: Fix cross-compilation....* gnu/packages/linux.scm (wireless-tools)[arguments]: Replace 'configure phase
to substitute CC, AR and RANLIB Makefile variables to suitable values when
cross-compiling.
| Mathieu Othacehe |
2019-12-19 | gnu: isc-dhcp: Fix cross-compilation....* gnu/packages/admin.scm (isc-dhcp)[arguments]: Add a configure flag to
specify randomdev path, which is needed when cross-compiling. Also add a
fix-bind-cross-compilation phase.
| Mathieu Othacehe |
2019-12-19 | gnu: tcl: Fix cross-compilation....* gnu/packages/patches/tcl-fix-cross-compilation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tcl.scm (tcl): Apply it.
| Mathieu Othacehe |
2019-12-16 | gnu: psmisc: Fix cross-compilation....* gnu/packages/linux.scm (psmisc)[arguments]: Pass
ac_cv_func_malloc_0_nonnull=yes and ac_cv_func_realloc_0_nonnull=yes options
that are required when cross-compiling.
| Mathieu Othacehe |
2019-12-16 | gnu: pciutils: Fix cross-compilation....* gnu/packages/pciutils.scm (pciutils)[arguments]: Set CROSS_COMPILE, HOST and
STRIP variables correctly in Makefile to fix cross-compilation.
| Mathieu Othacehe |
2019-12-16 | gnu: libxslt: Fix cross-compilation....This package native build was relying on xz as an implicit input. In fact
libxslt is linking against liblzma, and xz is thus an input.
* gnu/packages/xml.scm (libxslt)[inputs]: Add xz.
| Mathieu Othacehe |
2019-12-16 | gnu: iw: Fix cross-compilation....* gnu/packages/linux.scm (iw)[arguments]: Set PKG_CONFIG and CC variables
correctly for cross-compilation.
| Mathieu Othacehe |
2019-12-16 | gnu: bison: Update to 3.5....* gnu/packages/bison.scm (bison): Update to 3.5.
| Efraim Flashner |
2019-12-14 | gnu: llvm: split scripts to a separate output....This reduces the closure size by almost 80 MiB.
* gnu/packages/llvm.scm (llvm-8): Add "opt-viewer" output.
| Julien Lepiller |
2019-12-14 | gnu: gtk+-2: Split binaries....* gnu/packages/gtk.scm (gtk+-2): Add "bin" output.
* guix/profiles.scm (gtk-im-modules): Use "bin" output for generating gtk+-2
immodules cache file.
| Julien Lepiller |
2019-12-14 | gnu: info-reader: Fix cross-compilation....* gnu/packages/texinfo.scm (info-reader)[arguments]: Add keep-only-info-reader
phase to inherited texinfo package phases, so that fix-cross-configure phase
is preserved.
| Mathieu Othacehe |
2019-12-14 | gnu: Add u-boot-pine64-lts-bootloader....* gnu/bootloader/u-boot.scm (u-boot-pine64-lts-bootloader): New variable.
| Mathieu Othacehe |
2019-12-14 | gnu: bootloaders: Fix make-u-boot-sunxi64-package cross-compilation....* gnu/packages/bootloaders.scm (make-u-boot-sunxi64-package)[arguments]:
Search in native-inputs to fix cross-compilation.
| Mathieu Othacehe |
2019-12-14 | gnu: Add u-boot-pine64-lts....* gnu/packages/bootloaders.scm (u-boot-pine64-lts): New variable.
| Mathieu Othacehe |
2019-12-12 | gnu: ruby: Configure for dynamic linking....* gnu/packages/ruby.scm (ruby)[arguments]: Use #:configure-flags to properly
enable dynamic linking instead of using libruby-static.a.
Fixes #38500: <https://bugs.gnu.org/38500>
Reported-by: Vicente Eduardo <vic798@gmail.com>
| Brett Gilio |
2019-12-12 | gnu: nss: Ungraft....* gnu/packages/nss.scm (nss)[replacement]: Remove field.
[source]: Add patch.
(nss/fixed): Remove variable.
| Efraim Flashner |
2019-12-12 | Merge remote-tracking branch 'origin/master' into core-updates | Efraim Flashner |
2019-12-12 | gnu: swig: Build with guile-2.2....This is a follow-up to 8b2c4eb5020eff458690f600351b56ed97465db1.
* gnu/packages/swig.scm (swig)[native-inputs]: Replace guile-2.0
with guile-2.2.
| Efraim Flashner |
2019-12-11 | gnu: Add emacs-modus-themes....* gnu/packages/emacs-xyz.scm (emacs-modus-themes): New variable.
| Nicolas Goaziou |
2019-12-11 | gnu: Remove fmt-restinio....This is a follow-up to commit 71ce0b52901e49002502d220551dad21c07a7fed.
* gnu/packages/pretty-print.scm (fmt-restinio): Remove variable.
| Marius Bakke |
2019-12-11 | gnu: Add emacs-quasi-monochrome....* gnu/packages/emacs-xyz.scm (emacs-quasi-monochrome): New variable.
| Ricardo Wurmus |
2019-12-11 | gnu: seabios: Update to 1.13.0....* gnu/packages/firmware.scm (seabios): Update to 1.13.0.
[native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER.
| Marius Bakke |
2019-12-11 | gnu: fmt: Build shared library instead of static....* gnu/packages/pretty-print.scm (fmt)[arguments]: New field.
* gnu/packages/networking.scm (fmt-restinio): Remove variable.
(restinio)[propagated-inputs]: Change from FMT-RESTINIO to FMT.
(opendht)[inputs]: Likewise.
| Marius Bakke |
2019-12-11 | gnu: libssh: Update to 0.9.3 [fixes CVE-2019-14889]....* gnu/packages/ssh.scm (libssh): Update to 0.9.3.
[arguments]: Remove #:phases.
| Marius Bakke |
2019-12-11 | gnu: libgit2: Update to 0.28.4 [security fixes]....This fixes CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351,
CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, and CVE-2019-1387.
* gnu/packages/version-control.scm (libgit2): Update to 0.28.4.
| Marius Bakke |
2019-12-11 | gnu: speex: Do not build static libraries....* gnu/packages/xiph.scm (speex)[arguments]: New field.
| Marius Bakke |
2019-12-11 | gnu: libvpx: Do not build static libraries....* gnu/packages/video.scm (libvpx)[arguments]: Add "--disable-static" to
#:configure-flags.
| Marius Bakke |
2019-12-11 | gnu: Add emacs-almost-mono-themes....* gnu/packages/emacs-xyz.scm (emacs-almost-mono-themes): New variable.
| Ricardo Wurmus |
2019-12-11 | gnu: netcat-openbsd: Update to 1.206-1....* gnu/packages/admin.scm (netcat-openbsd): Update to 1.206-1.
| Alex Griffin |
2019-12-11 | gnu: gnome-shell-extension-dash-to-dock: Update to 66....* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock):
Update to 66.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Leo Prikler |
2019-12-11 | gnu: python-argcomplete: Update to 1.10.3....Co-authored-by: pimi <madalinionel.patrascu@mdc-berlin.de>
* gnu/packages/python-xyz.scm (python-argcomplete): Update to 1.10.3.
[arguments]: Patch completion script to keep tool references.
[inputs]: Add "grep" and "which".
[native-inputs]: Add "python-coverage", "python-flake8", "python-wheel", and
"fish".
| Ricardo Wurmus |
2019-12-11 | gnu: vpnc-scripts: Use WRAP-SCRIPT....* gnu/packages/vpn.scm (vpnc-scripts)[arguments]: Use WRAP-SCRIPT instead of
WRAP-PROGRAM.
[inputs]: Add guile.
| Ricardo Wurmus |
2019-12-11 | gnu: qemu: Build with vde2 support....* gnu/packages/virtualization.scm (qemu)[inputs]: Add vde2.
* gnu/packages/virtualization.scm (qemu-minimal)[inputs]: Remove vde2 from
inherited inputs.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Diego Nicola Barbato |
2019-12-11 | gnu: Add vde2....* gnu/packages/networking.scm (vde2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Diego Nicola Barbato |
2019-12-11 | gnu: Add r-lintr....* gnu/packages/cran.scm (r-lintr): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Nicolò Balzarotti |
2019-12-11 | gnu: Add r-cyclocomp....* gnu/packages/cran.scm (r-cyclocomp): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Nicolò Balzarotti |
2019-12-11 | gnu: Add r-xmlparsedata....* gnu/packages/cran.scm (r-xmlparsedata): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Nicolò Balzarotti |
2019-12-11 | gnu: Add r-statcheck....* gnu/packages/cran.scm (r-statcheck): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Nicolò Balzarotti |
2019-12-11 | gnu: Deprecate kdevplatform package....* gnu/packages/kde.scm (kdevplatform): Define as a deprecated alias
for 'kdevelop`.
| Hartmut Goebel |
2019-12-11 | gnu: kdevelop: Update to 5.4.5....* gnu/packages/kde.scm(kdevelop): Update to 5.4.5, use qt-build-sytem.
[native-inputs]: Move shared-mime-info from …
[inputs] … here; Remove kconfig, kdevplatform, libepoxy; Add apr, apr-util,
astyle, attica, boost, kconfigwidgets, kservice, libkomparediff2,
oxygen-icons, qtquickcontrols2, sonnet, subversion; structure and sort list
of inputs.
[arguments] Disable tests. <phases>: Base on phases from qt-build-system.
{wrap-executable}: Remove. {add-include-path}: New phase. {check} Keep it..
| Hartmut Goebel |
2019-12-11 | gnu: kdevelop-pg-qt: Update to 2.2.0....* gnu/packages/kde.scm(kdevelop-pg-qt): Update to 2.2.0.
| Hartmut Goebel |
2019-12-11 | gnu: nss: Fix CVE-2019-11745 via graft....* gnu/packages/patches/nss-CVE-2019-11745.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/nss.scm (nss/fixed): New variable.
(nss)[replacement]: Add field.
| Mark H Weaver |
2019-12-11 | gnu: enchive: Update to 3.5....* gnu/packages/crypto.scm (enchive): Update to 3.5.
[source]: Replace url-fetch with git-fetch.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| nixo |
2019-12-11 | gnu: libraft: Update to 0.9.11....* gnu/packages/cluster.scm (libraft): Update to 0.9.11.
[arguments]: Enable libuv I/O backend. Add phase to skip some tests.
[inputs]: Add libuv.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Andrew Miloradovsky |
2019-12-11 | gnu: xf86-video-intel: Update to 2.99.917-15.f66d395....* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-15.f66d395.
| Marius Bakke |
2019-12-11 | gnu: Remove duplicate copyright line....* gnu/packages/kde.scm: Remove duplicate copyright.
| Marius Bakke |
2019-12-11 | gnu: strace: Update to 5.4....* gnu/packages/linux.scm (strace): Update to 5.4.
| Marius Bakke |