Age | Commit message (Collapse) | Author |
|
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.30.0.
|
|
It fails to build because of an incomplete python2 transformation, but is not
worth fixing because Python 2 is EOL and nothing depends on this package.
* gnu/packages/gstreamer.scm (python-gst)[properties]: Remove.
(python2-gst): Remove variable.
|
|
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add srt-1.4.1.
|
|
* gnu/packages/video.scm (vlc)[inputs]: Add srt-1.4.1.
|
|
* gnu/packages/video.scm (vlc)[inputs] Add srt-1.4.1.
[arguments]: Pass "--enable-libsrt" to #:configure-flags.
|
|
* gnu/packages/networking.scm (srt-1.4.1): New variable.
|
|
Suggested by zenny via IRC.
* gnu/installer/services.scm (%system-services): Add emacs, emacs-exwm,
emacs-desktop-environment.
* etc/release-manifest.scm (%system-packages): Likewise.
* gnu/system/examples/lightweight-desktop.tmpl: Likewise.
* gnu/tests/install.scm (installation-target-desktop-os-for-gui-tests)
[packages]: Likewise
* gnu/installer/newt/services.scm (run-desktop-environments-cbt-page): Make
one entry taller.
|
|
* gnu/packages/video.scm (mediainfo): Update to 20.09.
|
|
* gnu/packages/video.scm (libmediainfo): Update to 20.09.
|
|
* gnu/packages/textutils.scm (dos2unix)[arguments]: Use CC-FOR-TARGET.
|
|
* gnu/packages/textutils.scm (dos2unix): Update to 7.4.2.
|
|
* gnu/packages/vim.scm (vim): Update to 8.2.1840.
|
|
* gnu/packages/shells.scm (xonsh): Update to 0.9.23.
|
|
* gnu/packages/web.scm (stunnel): Update to 5.57.
|
|
* gnu/packages/mail.scm (alpine): Update to 2.24.
|
|
* gnu/packages/kde.scm (kdenlive): Update to 20.08.2.
|
|
* gnu/packages/mpd.scm (ncmpc): Update to 0.40.
|
|
* gnu/packages/libusb.scm (libmtp): Update to 1.1.18.
|
|
* gnu/packages/gnome.scm (libsecret): Update to 0.20.4.
|
|
* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.2.3.
|
|
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.107.
|
|
* gnu/packages/admin.scm (facter): Update to 4.0.43.
|
|
* gnu/packages/dns.scm (nsd): Update to 4.3.3.
|
|
* gnu/packages/dns.scm (knot): Update to 3.0.1.
[source]: Remove patch.
* gnu/packages/patches/knot-test_net_shortwrite-ensure-connection.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/admin.scm (nmap): Update to 7.91.
|
|
* gnu/packages/lisp.scm (txr): Update to 244.
[native-inputs]: Remove bison and flex.
|
|
* gnu/packages/crates-io.scm (rust-termios-0.2): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-toml-0.5): Update to 0.5.7.
[arguments]: Don't skip build.
|
|
* gnu/packages/crates-io.scm (rust-glob-0.3)[arguments]: Don't skip
build. Skip tests.
|
|
* gnu/packages/crates-io.scm (rust-getopts-0.2)[arguments]: Don't skip
build.
|
|
* gnu/packages/crates-io.scm (rust-fxhash-0.2)[arguments]: Don't skip
build.
|
|
* gnu/packages/crates-io.scm (rust-arrayref-0.3): Update to 0.3.6.
|
|
* gnu/packages/crates-io.scm (rust-arrayref-0.3)[arguments]: Don't skip
build.
|
|
* gnu/packages/crates-io.scm (rust-brotli-decompressor-2.3): Rename to
rust-brotli-decompressor-2.
(rust-brotli-3): Adjust accordingly.
|
|
* gnu/packages/crates-io.scm (rust-brotli-decompressor-2.3)[arguments]:
Skip tests.
|
|
* gnu/packages/crates-io.scm (rust-tokio-rustls-0.13)[arguments]: Add
cargo-test-flags to skip tests requiring network access.
|
|
* gnu/packages/crates-io.scm (rust-tokio-rustls-0.14)[arguments]: Add
cargo-test-flags to skip tests requiring network access.
|
|
* gnu/packages/syndication.scm (newsboat): Update to 2.21.
[source]: Remove snippet.
[inputs]: Replace json-c-0.13 with json-c.
[arguments]: In cargo-inputs replace rust-gettext-rs-0.4 with 0.5,
rust-rand-0.6 with 0.7. Remove rust-dirs-2.0, rust-libz-1,
rust-percent-encoding-2, rust-smallvec-0.6. Add rust-lazy-static-1.
Add new phase to patch the source slightly.
|
|
* gnu/packages/crates-io.scm (rust-unicode-width-0.1): Update to 0.1.8.
|
|
* gnu/packages/emacs-xyz.scm (emacs-py-isort): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/patches/libcanberra-wayland-crash.patch: New file.
* gnu/packages/libcanberra.scm (libcanberra): Add it.
* gnu/local.mk (dist_PATCH_DATA): Add it.
|
|
* etc/news.scm: Add entry.
|
|
* guix/scripts/build.scm (package-dependents/spec)
(package-toolchain-rewriting, transform-package-toolchain): New procedures.
(%transformations): Add it.
(%transformation-options, show-transformation-options-help): Add
'--with-c-toolchain'.
* tests/scripts-build.scm (depends-on-toolchain?): New procedure.
("options->transformation, with-c-toolchain")
("options->transformation, with-c-toolchain twice")
New test.
("options->transformation, with-c-toolchain, no effect"): New tests.
* doc/guix.texi (Package Transformation Options): Document it.
|
|
* guix/build-system.scm (build-system-with-c-toolchain): New procedure.
* guix/packages.scm (package-with-c-toolchain): New procedure.
* tests/packages.scm ("package-with-c-toolchain"): New test.
* doc/guix.texi (package Reference): Document 'package-with-c-toolchain'.
(Build Systems): Mention it.
|
|
* gnu/packages/llvm.scm (make-clang-toolchain)[arguments]: Create 'cc'
and 'c++' symlinks.
|
|
* gnu/packages/llvm.scm (make-clang-toolchain)[native-search-paths]: Add
'GUIX_LOCPATH'.
|
|
This allows 'gcc-toolchain' to be used as a drop-in replacement for the
default tool chain through '--with-toolchain=gcc-toolchain'.
* gnu/packages/commencement.scm (make-gcc-toolchain)[native-search-paths]
[search-paths]: Append LIBC's search paths.
|
|
* guix/scripts/substitute.scm (%narinfo-negative-ttl): Reduce to 1h.
|
|
* tests/channels.scm: Add copyright line for past changes.
|
|
* guix/scripts/upgrade.scm (show-help): Add '--do-not-upgrade'.
|