| Commit message (Collapse) | Author | Age |
|
|
|
| |
* 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.
|
|
|
|
| |
* gnu/packages/dns.scm (dnsmasq): Update to 2.80.
|
|
|
|
| |
* gnu/packages/vpn.scm (tinc)[source, home-page]: Use HTTPS.
|
|
|
|
| |
* gnu/packages/version-control.scm (mercurial): Update to 4.7.2.
|
|
|
|
|
|
| |
* gnu/packages/lxqt.scm (pavucontrol-qt): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
|
|
|
|
| |
* gnu/packages/lxqt.scm (lxqt-themes): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
|
|
|
|
| |
* gnu/packages/lxqt.scm (lxqt-qtplugin): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
|
|
|
|
| |
* gnu/packages/lxqt.scm (lxqt-powermanagement): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
|
|
|
|
| |
* gnu/packages/lxqt.scm (lxqt-openssh-askpass): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
|
|
|
|
| |
* gnu/packages/lxqt.scm (lxqt-policykit): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
|
|
|
|
| |
* gnu/packages/lxqt.scm (lxqt-notificationd): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
|
|
|
|
| |
* gnu/packages/lxqt.scm: Move qttools from inputs to native-inputs.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
|
|
|
|
| |
* gnu/packages/lxqt.scm (lxqt-config): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
|
|
| |
* gnu/packages/cran.scm (r-sjplot): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-ggeffects): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-glmmtmb): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-sjstats): New variable.
|