summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gexp: 'gexp-modules' now consistently deletes duplicates.Ludovic Courtès2018-10-27
| | | | | | | | | | | 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.
* pack: Hide 'zip' colliding binding.Ludovic Courtès2018-10-27
| | | | * guix/scripts/pack.scm: Hide 'zip' from (gnu packages compression).
* gnu: libzmf: Disable '-Werror'.Ludovic Courtès2018-10-27
| | | | | | Fixes builds on i686-linux. * gnu/packages/libreoffice.scm (libzmf)[arguments]: New field.
* pack: Remove unused variable.Ludovic Courtès2018-10-27
| | | | * guix/scripts/pack.scm (self-contained-tarball)[libgcrypt]: Remove.
* gnu: git: Add "subtree" output.Pierre Neidhardt2018-10-27
| | | | * gnu/packages/version-control.scm (git)[outputs]: Add "subtree".
* services: httpd: Allow using it with PHP.Florian Pelz2018-10-27
| | | | | | | * 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: lxqt-build-tools: Define LXQT_DATA_DIR and LXQT_ETC_XDG_DIR.Meiyo Peng2018-10-27
| | | | | | | * 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: lxqt: Correct licenses for several packages.Meiyo Peng2018-10-27
| | | | | | | * 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: lxqt: Propagate qterminal actually.宋文武2018-10-27
| | | | * gnu/packages/lxqt.scm (lxqt)[propagated-inputs]: Fix typo of 'qterminal'.
* gnu: xmlsec-nss: Fix tests (and hence build).Tobias Geerinckx-Rice2018-10-27
| | | | | * gnu/packages/xml.scm (xmlsec-nss)[native-inputs]: Add nss:bin to provide the certutil command.
* gnu: units: Update to 2.18.Tobias Geerinckx-Rice2018-10-27
| | | | * gnu/packages/maths.scm (units): Update to 2.18.
* gnu: parallel: Update to 20181022.Tobias Geerinckx-Rice2018-10-27
| | | | * gnu/packages/parallel.scm (parallel): Update to 20181022.
* gnu: gvpe: Update to 3.1.Tobias Geerinckx-Rice2018-10-27
| | | | | | * gnu/packages/vpn.scm (gvpe): Update to 3.1. [source]: Remove obsolete snippet. [native-inputs]: Add pkg-config.
* gnu: gama: Update to 2.01.Tobias Geerinckx-Rice2018-10-27
| | | | * gnu/packages/gps.scm (gama): Update to 2.01.
* gnu: perl-x11-xcb: Update to 0.18.Tobias Geerinckx-Rice2018-10-27
| | | | * gnu/packages/xorg.scm (perl-x11-xcb): Update to 0.18.
* gnu: flatbuffers: Update to 1.10.0.Tobias Geerinckx-Rice2018-10-27
| | | | * gnu/packages/serialization.scm (flatbuffers): Update to 1.10.0.
* gnu: Add tnef.Eric Bavier2018-10-26
| | | | * gnu/packages/mail.scm (tnef): New variable.
* gnu: Add lua5.1-lpeg and lua5.1-lmpack.HiPhish2018-10-26
| | | | | | | | | | * 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: Add jp2a.Pierre-Antoine Rouby2018-10-26
| | | | | | * gnu/packages/image.scm: New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: sbcl-lift: Fix 'license' field.Ludovic Courtès2018-10-26
| | | | | | The invalid 'license' field was preventing evaluations from completing. * gnu/packages/lisp.scm (sbcl-lift)[license]: Change to LICENSE:EXPAT.
* profiles: Fix typo in exports.Ludovic Courtès2018-10-26
| | | | * guix/profiles.scm (&profile-collistion-error): Fix typo in export list.
* gnu: rust: Update to 1.28.Nikolai Merinov2018-10-26
| | | | | | * gnu/packages/rust.scm (rust): Rename to... (rust-1.27): ... this. (rust): New variable.
* gnu: rust: Work around rust 1.25...1.27 reproducibility issues.Nikolai Merinov2018-10-26
| | | | | | | | | | | | | | | | * 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: Add lxqt.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm (lxqt): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: libqtxdg: Simplify configure flags.Meiyo Peng2018-10-26
| | | | | | | * gnu/packages/lxqt.scm (libqtxdg)[arugemnts]: Use relative path for 'QTXDGX_ICONENGINEPLUGIN_INSTALL_PATH'. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: lxqt.scm: Remove ${CMAKE_INSTALL_PREFIX} from DESTINATION path.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm: Remove ${CMAKE_INSTALL_PREFIX} from DESTINATION path. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add obconf-qt.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm (obconf-qt): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add compton-conf.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm (compton-conf): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add qps.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm (qps): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add qterminal.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm (qterminal): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add screengrab.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm (screengrab): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lximage-qt.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm (lximage-qt): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: lxqt.scm: Sort packages into base, core, etc.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm: Sort packages into base, core, etc. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add qtermwidget.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm (qtermwidget): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: hplip: Update home page.Tobias Geerinckx-Rice2018-10-26
| | | | | * gnu/packages/cups.scm (hplip)[home-page]: Follow its permanent redirection.
* gnu: hplip: Update to 3.18.9.Tobias Geerinckx-Rice2018-10-26
| | | | | * gnu/packages/cups.scm (hplip): Update to 3.18.9. [arguments]: Add the resulting libraries to the build's RUNPATH.
* gnu: libsigrok: Update to 0.5.1.Tobias Geerinckx-Rice2018-10-26
| | | | | * gnu/packages/electronics.scm (libsigrok): Update to 0.5.1. [arguments]: Adjust to split udev rules and clean up a little.
* gnu: dnsmasq: Update to 2.80 [security fixes].Tobias Geerinckx-Rice2018-10-26
| | | | * gnu/packages/dns.scm (dnsmasq): Update to 2.80.
* gnu: tinc: Use HTTPS for sources and home page.Tobias Geerinckx-Rice2018-10-26
| | | | * gnu/packages/vpn.scm (tinc)[source, home-page]: Use HTTPS.
* gnu: Mercurial: Update to 4.7.2.Leo Famulari2018-10-25
| | | | * gnu/packages/version-control.scm (mercurial): Update to 4.7.2.
* gnu: Add pavucontrol-qt.Meiyo Peng2018-10-25
| | | | | | * gnu/packages/lxqt.scm (pavucontrol-qt): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-themes.Meiyo Peng2018-10-25
| | | | | | * gnu/packages/lxqt.scm (lxqt-themes): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-qtplugin.Meiyo Peng2018-10-25
| | | | | | * gnu/packages/lxqt.scm (lxqt-qtplugin): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-powermanagement.Meiyo Peng2018-10-25
| | | | | | * gnu/packages/lxqt.scm (lxqt-powermanagement): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-openssh-askpass.Meiyo Peng2018-10-25
| | | | | | * gnu/packages/lxqt.scm (lxqt-openssh-askpass): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-policykit.Meiyo Peng2018-10-25
| | | | | | * gnu/packages/lxqt.scm (lxqt-policykit): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-notificationd.Meiyo Peng2018-10-25
| | | | | | * gnu/packages/lxqt.scm (lxqt-notificationd): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: lxqt.scm: Move qttools from inputs to native-inputs.Meiyo Peng2018-10-25
| | | | | | * gnu/packages/lxqt.scm: Move qttools from inputs to native-inputs. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-config.Meiyo Peng2018-10-25
| | | | | | * gnu/packages/lxqt.scm (lxqt-config): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add r-sjplot.Ricardo Wurmus2018-10-25
| | | | * gnu/packages/cran.scm (r-sjplot): New variable.