Age | Commit message (Collapse) | Author |
|
* gnu/packages/web.scm (perl-www-mechanize): Update to 1.89.
|
|
* gnu/packages/xml.scm (perl-xml-xpath): Update to 1.44.
|
|
* gnu/packages/serialization.scm (flatbuffers)[description]: Hyphenate.
|
|
* gnu/packages/compression.scm (libmspack): Update to 0.8.
|
|
* gnu/packages/mail.scm (mailutils)[inputs]: Add GSASL.
|
|
* gnu/packages/mail.scm (mailutils)[arguments]: Pass
"--with-guile-site-dir".
|
|
This is a followup to 19c924af4f3726688ca155a905ebf1cb9acdfca2.
* tests/pack.scm: Fix typo in 'test-skip'.
|
|
* gnu/packages/mail.scm (mailutils): Update to 3.5.
[source]: Remove patch, remove snippet.
[native-inputs]: Remove flex, bison.
[inputs]: Remove guile-2.0, add guile-2.2.
* gnu/packages/patches/mailutils-uninitialized-memory.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/sdl.scm (guile-sdl2): Update to 0.3.1.
|
|
* gnu/packages/cran.scm (r-abundant): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/cran.scm (r-quic): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/xdisorg.scm (xrandr-invert-colors): New variable.
|
|
* gnu/packages/messaging.scm (telegram-purple): New variable.
* gnu/packages/patches/telegram-purple-adjust-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
Fixes <https://bugs.gnu.org/32966>.
Reported by Clément Lassieur <clement@lassieur.org>.
* guix/gexp.scm (gexp-attribute): Add 'equal?' optional parameter; pass
it to 'delete-duplicates'.
(gexp-modules)[module=?]: New procedure.
Pass it to 'gexp-attribute'.
* tests/gexp.scm ("gexp-modules deletes duplicates"): New test.
|
|
* guix/scripts/pack.scm: Hide 'zip' from (gnu packages compression).
|
|
Fixes builds on i686-linux.
* gnu/packages/libreoffice.scm (libzmf)[arguments]: New field.
|
|
* guix/scripts/pack.scm (self-contained-tarball)[libgcrypt]: Remove.
|
|
* gnu/packages/version-control.scm (git)[outputs]: Add "subtree".
|
|
* gnu/services/web.scm (httpd): Make existing httpd-module API public.
* doc/guix.texi (Apache HTTP Server): Document its usage with PHP-FPM.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/lxqt.scm (lxqt-build-tools)[arguments]: Define LXQT_DATA_DIR
and LXQT_ETC_XDG_DIR in the configure flags.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/lxqt.scm (pcmanfm-qt, lximage-qt, pavucontrol-qt, qtermwidget)
(qterminal, screengrab, lxqt): Correct license to GPL2+.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/lxqt.scm (lxqt)[propagated-inputs]: Fix typo of 'qterminal'.
|
|
* gnu/packages/xml.scm (xmlsec-nss)[native-inputs]: Add nss:bin to
provide the certutil command.
|
|
* gnu/packages/maths.scm (units): Update to 2.18.
|
|
* gnu/packages/parallel.scm (parallel): Update to 20181022.
|
|
* gnu/packages/vpn.scm (gvpe): Update to 3.1.
[source]: Remove obsolete snippet.
[native-inputs]: Add pkg-config.
|
|
* gnu/packages/gps.scm (gama): Update to 2.01.
|
|
* gnu/packages/xorg.scm (perl-x11-xcb): Update to 0.18.
|
|
* gnu/packages/serialization.scm (flatbuffers): Update to 1.10.0.
|
|
* gnu/packages/mail.scm (tnef): New variable.
|
|
* gnu/packages/lua.scm (lua5.1-lpeg): New variable.
* gnu/packages/serialization.scm (lua5.1-libmpack): New variable.
The packages lua-lpeg and lua-libmpack had no Lua 5.1 variants. These
packages will be needed to build Neovim properly.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/image.scm: New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
The invalid 'license' field was preventing evaluations from completing.
* gnu/packages/lisp.scm (sbcl-lift)[license]: Change to LICENSE:EXPAT.
|
|
* guix/profiles.scm (&profile-collistion-error): Fix typo in export list.
|
|
* gnu/packages/rust.scm (rust): Rename to...
(rust-1.27): ... this.
(rust): New variable.
|
|
* gnu/packages/patches/rust-mdbook-support-reproducible-builds-by-forcing-window.search.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add new patch file.
* gnu/packages/rust.scm (rust-1.19): Use system libssh2 library.
during cargo build. Note: libgit2 still bundled, because cargo
tests assume specific libgit2 minor release.
(rust-1.23): Inherit native-inputs from previous package.
(rust-1.25): Switch back to llvm 3.9.1 as workaround for
https://github.com/rust-lang/rust/issues/50556 issue.
(rust-1.27): Apply changes from
https://github.com/rust-lang-nursery/mdBook/pull/692 to make
generation of "searchindex.js" files reproducible. Disable cargo
test that required llvm 6.
|
|
* gnu/packages/lxqt.scm (lxqt): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/lxqt.scm (libqtxdg)[arugemnts]: Use relative path for
'QTXDGX_ICONENGINEPLUGIN_INSTALL_PATH'.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/lxqt.scm: Remove ${CMAKE_INSTALL_PREFIX} from DESTINATION path.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/lxqt.scm (obconf-qt): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/lxqt.scm (compton-conf): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/lxqt.scm (qps): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/lxqt.scm (qterminal): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/lxqt.scm (screengrab): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/lxqt.scm (lximage-qt): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/lxqt.scm: Sort packages into base, core, etc.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/lxqt.scm (qtermwidget): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/cups.scm (hplip)[home-page]: Follow its permanent
redirection.
|
|
* gnu/packages/cups.scm (hplip): Update to 3.18.9.
[arguments]: Add the resulting libraries to the build's RUNPATH.
|
|
* gnu/packages/electronics.scm (libsigrok): Update to 0.5.1.
[arguments]: Adjust to split udev rules and clean up a little.
|