| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/crates-io.scm (rust-cairo-rs-0.8): New variable.
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-glib-0.9): New variable.
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-futures-preview-0.3): New variable.
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-futures-util-preview-0.3)[arguments]:
Don't skip build. Skip tests. Replace rust-rand-0.4 with 0.7 in
cargo-inputs. Remove rust-rand-core-0.5.
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-gtk-rs-lgpl-docs-0.1): New variable.
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-rustdoc-stripper-0.1): New variable.
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-alga-0.9): New variable.
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-decimal-2.0): New variable.
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-ord-subset-3): New variable.
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-alga-derive-0.9): New variable.
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-edit-distance-2.1): New variable.
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-pangocairo-sys-0.10): New variable.
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-pango-sys-0.9): New variable.
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-gdk-pixbuf-sys-0.9): New variable.
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-cairo-sys-rs-0.9): New variable.
|
|
|
|
|
|
| |
* guix/lint.scm (check-inputs-should-be-native): Add scdoc.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
|
| |
* gnu/packages/image.scm (scdoc)[inputs]: Remove scdoc.
[native-inputs]: Add scdoc.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-bindgen-0.50)[synopsis]: Add a space
between "C++" and "libraries".
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/40015>.
* gnu/packages/docker.scm (docker-compose): Update to 1.25.4.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-magit): Remove make flags that were jadis
required to reference external Elisp libraries. These are now made available
through EMACSLOADPATH.
|
|
|
|
|
|
|
| |
* doc/guix.texi (Application Setup)[Emacs Packages]: No longer mention the
guix.d Elisp installation prefix. Do not treat the user profile specially, as
it is not special anymore.
(Build Systems): Document the correct Elisp installation prefix.
|
|
|
|
|
| |
* gnu/packages/mail.scm (emacs-mew)[arguments]: Update the Elisp installation
prefix.
|
|
|
|
|
|
| |
* gnu/packages/cedille.scm (cedille)[phases]{patch-cedille-path-el}: Update
the Elisp installation prefix used.
{copy-cedille-mode}: Likewise.
|
|
|
|
|
| |
* gnu/packages/haskell-xyz.scm (ghc-hindent)[phases]{emacs-install}: Update
the installation prefix directory.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This streamlines the package definition nicely and bring benefits, such as
having the Elisp files scanned for potential /bin/ programs and patched,
compressing the info manual, being able to compile the autoload file, and
installing the byte compiled files to the correct location (under site-lisp/).
* gnu/packages/emacs-xyz.scm (emacs-forge)[build-system]: Switch from the
gnu-build-system to the emacs-build-system.
[arguments]: Remove the #:modules and #:imported-modules arguments. Delete
all the custom phases except the 'chdir-lisp one, and add a new
'build-info-manual phase.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-guix)[arguments]: Remove.
|
|
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-magit-svn)[build-system]: Use the
emacs-build-system.
[arguments]: Remove.
|
|
|
|
|
|
|
|
| |
* gnu/packages/wm.scm (waybar): Update to 0.9.1.
[inputs]: Add date and gtk-layer-shell dependencies.
[synopsis]:Remove period.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/gtk.scm (gtk-layer-shell): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/logging.scm (spdlog): Update to 1.5.0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
| |
* gnu/packages/wm.scm (date): New variable.
* gnu/packages/patches/date-output-pkg-config-files.patch: New file.
* gnu/local.mk: Add patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
This is a followup to 55e1dfa4dd189e010c541e3997b65434c702b4a5.
* guix/scripts/package.scm: Remove unneeded #:use-module.
|
|
|
|
|
|
|
|
| |
* guix/inferior.scm (port->inferior): Bump protocol to (0 1 1).
(&inferior-exception)[stack]: New field.
(read-repl-response): Recognize 'exception' form for protocol (0 1 1).
* tests/inferior.scm ("&inferior-exception"): Check the value returned
by 'inferior-exception-stack'.
|
|
|
|
|
|
|
|
|
| |
* guix/repl.scm (repl-prompt): New variable.
(stack->frames): New procedure.
(send-repl-response)[frame->sexp, handle-exception]: New procedure.
Pass HANDLE-EXCEPTION as a pre-unwind handler.
(machine-repl): Define 'tag'. Bump protocol version to (0 1 1).
Wrap 'loop' call in 'call-with-prompt'.
|
|
|
|
|
| |
* guix/inferior.scm (port->inferior): For protocol (0 x ...), where x >= 1,
send the (() repl-version ...) form.
|
|
|
|
|
|
|
|
|
| |
* guix/repl.scm (send-repl-response): Add #:version.
(machine-repl): Make 'loop' an internal define with a
'version' parameter. Pass VERSION to 'send-repl-response'.
Send (0 1) as the protocol version.
If the first element read from INPUT matches (() repl-version _ ...),
interpret it as the client's protocol version.
|
|
|
|
|
| |
* gnu/system/shadow.scm (default-skeletons): Remove guile-wm (especially as a
dependency).
|
|
|
|
|
|
| |
This is a follow-up to 83a4ab4e4213eaf10289f0abd8a43979178701d7.
* gnu/local.mk (dist_patch_DATA): Fix typo in patch name.
|
|
|
|
| |
* gnu/packages/kde-pim.scm (korganizer): New variable.
|
|
|
|
| |
* gnu/packages/kde-pim.scm (kincidenceeditor): New variable.
|
|
|
|
| |
* gnu/package/kde-pim.scm (keventviews): New variable.
|
|
|
|
| |
* gnu/packages/kde-pim.scm (kcalendarsupport): New variable.
|
|
|
|
|
|
| |
* gnu/packages/kde.scm (kdiagram): New variable.
* packages/patches/kdiagram-Fix-missing-link-libraries.patch: New file.
* gnu/local.mk: Add it.
|
|
|
|
|
|
|
| |
* gnu/packages/kde-pim.scm (kmail): New variable.
* gnu/packages/patches/kmail-Fix-missing-link-libraries.patch:
New file.
* gnu/local.mk: Add it.
|
|
|
|
| |
* gnu/packages/kde-pim.scm (knotes): NEw variable.
|
|
|
|
| |
* gnu/packages/kde-pim.scm (kaddressbook): New variable.
|
|
|
|
|
|
|
| |
* gnu/packages/kde-pim.scm (kdepim-runtime): New variable.
* gnu/packages/patches/kdepim-runtime-Fix-missing-link-libraries.patch:
New file.
* gnu/local.mk: Add it.
|
|
|
|
|
|
| |
This is in kde-pim.scm since it explicitly offers the "KPimKDAV".
* gnu/package/kde-pim.scm (kdav): New variable.
|
|
|
|
| |
* gnu/packages/kde-pim.scm (kblog): New variable.
|
|
|
|
| |
* gnu/packages/kde-pim.scm (kmailcommon): New variable.
|