| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
* gnu/packages/tor.scm (privoxy)[native-inputs]: New field.
[inputs]: Move autoconf & automake to native-inputs.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
|
|
|
|
|
|
|
|
|
| |
This is done in preparation of adding Linphone, which transitively requires
antlr3-3.3 through its belle-sip dependency.
* gnu/packages/java.scm (antlr3): Make antlr3-3.3 public.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-flycheck-elm): New variable.
|
|
|
|
|
|
| |
This is a followup to 131f50cdc9dbb7183023f4dae759876a9e700bef.
* tests/guix-pack.sh: Use '--no-grafts' in conjunction with '-n' and '-d'.
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/35872>.
Reported by Andy Tai <atai@atai.org>.
* guix/profiles.scm (list=?, manifest-entry=?): New procedures.
* guix/scripts/package.scm (transaction-upgrade-entry): In the '=' case,
use 'manifest-entry=?' to determine whether it's an upgrade.
* tests/packages.scm ("transaction-upgrade-entry, zero upgrades,
propagated inputs"): New test.
|
|
|
|
|
| |
* tests/packages.scm ("transaction-upgrade-entry, zero upgrades, equivalent package"):
New test.
|
|
|
|
|
| |
* guix/profiles.scm (lower-manifest-entry)[recurse]: New procedure.
Call it on dependencies and set the 'dependencies' field accordingly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes a regression introduced in
131f50cdc9dbb7183023f4dae759876a9e700bef whereby the install/upgrade
message would not be displayed:
$ guix upgrade -n
2.1 MB would be downloaded:
/gnu/store/…-something-1.2
/gnu/store/…-its-dependency-2.3
This is because we'd directly abort from 'transaction-upgrade-entry' to
the build handler of 'build-notifier'.
* guix/scripts/package.scm (transaction-upgrade-entry): Call 'string=?'
expression in 'with-build-handler'.
* tests/packages.scm ("transaction-upgrade-entry, grafts"): New test.
|
|
|
|
|
|
|
|
| |
* guix/profiles.scm (lower-manifest-entry): Export.
* guix/scripts/package.scm (transaction-upgrade-entry)[lower-manifest-entry*]
[upgrade]: New procedures.
Use 'lower-manifest-entry*' instead of 'package-derivation' to compute
the output file name of PKG.
|
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-stumpwm-mode): Bump revision. This is
a followup to 31ee29161c1b9451b68366e653c7858d8135f8d1.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-dhall-mode): New variable.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-haskell-snippets): New variable.
|
|
|
|
| |
* gnu/packages/wm.scm (stumpish): New variable.
|
|
|
|
|
|
| |
* gnu/packages/wm.scm (sbcl-stumpwm-ttf-fonts): New variable.
* doc/guix-cookbook.texi (Customizing a Window Manager): Document
SBCL-STUMPWM-TTF-FONTS installation and configuration.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-stumpwm-mode): Update to 0.0.1-1.dd5b037.
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (sbcl-clx-truetype): New variable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit bd71818df31364bbd04f3f13b3bbb251636748b4.
This changed caused system reconfiguration to fail like this:
------
building /gnu/store/y1x8asbzw624ywgkpin35p1i4bqnyfy2-skel.drv...
Backtrace:
4 (primitive-load "/gnu/store/2x7d0jsbgf2ndb5fsk0nj07rhsx?")
In ice-9/eval.scm:
619:8 3 (_ #f)
In ice-9/boot-9.scm:
260:13 2 (for-each #<procedure 7ffff6ad8100 at ice-9/eval.scm:3?> ?)
In guix/build/utils.scm:
343:27 1 (_ "/gnu/store/ajrgkj1s9vdcq00drn703f4zj9dvfrsv-nanorc" ?)
In unknown file:
0 (copy-file "/gnu/store/ajrgkj1s9vdcq00drn703f4zj9dvfrs?" ?)
ERROR: In procedure copy-file:
In procedure copy-file: No such file or directory
`/gnu/store/v1grsca743phw41lyf63dzmh9nz5jlpn-bash_profile' -> `.bash_profile'
`/gnu/store/xdsaw0mj6axj427hyi6ysrnsxi21n7d5-bashrc' -> `.bashrc'
`/gnu/store/6i0b236dyar78zc5k5hrj5dv3vr4zb9w-zprofile' -> `.zprofile'
`/gnu/store/ajrgkj1s9vdcq00drn703f4zj9dvfrsv-nanorc' -> `.config/nano/nanorc'
builder for `/gnu/store/y1x8asbzw624ywgkpin35p1i4bqnyfy2-skel.drv' failed with exit code 1
------
|
|
|
|
|
|
| |
* gnu/packages/diffoscope (reprotest): Update to 0.7.14.
* gnu/packages/patches/reprotest-support-guix.patch: Remove file.
* gnu/local.mk [dist_patch_DATA]: Update accordingly.
|
|
|
|
| |
* gnu/packages/diffoscope (diffoscope): Update to 138.
|
|
|
|
|
|
| |
* gnu/packages/databases.scm (python-tortoise-orm): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/time.scm (python-ciso8601): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
|
|
| |
Not to be confused with python-pika, which is a different package.
* gnu/packages/databases.scm (python-pypika): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/databases.scm (python-aiosqlite): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/check.scm (python-aiounittest): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-flycheck-rust): New variable.
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (sbcl-cl-containers): Update to 20200328.
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 20200330.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-racer): New variable.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-evil-escape): New variable.
|
|
|
|
|
| |
* gnu/system/shadow.scm (default-skeletons): Move .nanorc to
.config/nano/nanorc.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-company-coq): New variable.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-elm-mode): New variable.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-caps-lock): New variable.
|
|
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-arduino-mode)[source]: Update URI.
[arguments]: Add phase to fix obsolete warnings.
[home-page]: Update home page.
|
|
|
|
|
|
| |
This is a follow-up to commit d3e439e355284f136ff13eb3e6fffb4661552f3b.
* .gitignore: Add /tests/services/*.trs.
|
|
|
|
|
|
| |
* gnu/packages/firmware.scm (ath9k-htc-firmware)[home-page]: Correct url.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
| |
* gnu/packages/java.scm (antlr3)[source]: Download using git-fetch.
|
|
|
|
|
| |
* gnu/packages/java.scm (java-javaewah)[source]: Download using
git-fetch.
|
|
|
|
| |
* gnu/packages/java.scm (java-jmock)[source]: Download using git-fetch.
|
|
|
|
|
| |
* gnu/packages/java.scm (java-jmock-1)[source]: Download using git-fetch.
[home-page]: Update home-page.
|
|
|
|
|
| |
* gnu/packages/java.scm (java-easymock)[source]: Download using git-fetch.
[home-page]: Use https.
|
|
|
|
|
| |
* gnu/packages/java.scm (java-objenesis)[source]: Download using
git-fetch.
|
|
|
|
| |
* gnu/packages/java.scm (java-asm)[source]: Use https URL.
|
|
|
|
|
| |
* gnu/packages/java.scm (java-modello-core)[source]: Download using
git-fetch.
|
|
|
|
|
| |
* gnu/packages/java.scm (java-sisu-build-api)[source]: Download using
git-fetch.
|
|
|
|
|
| |
* gnu/packages/java.scm (java-plexus-sec-dispatcher)[source]: Download
using git-fetch.
|
|
|
|
|
| |
* gnu/packages/java.scm (java-plexus-compiler-api)[source]: Download
using git-fetch.
|
|
|
|
|
| |
* gnu/packages/java.scm (java-plexus-cipher)[source]: Download using
git-fetch.
|
|
|
|
| |
* gnu/packages/java.scm (java-plexus-io)[source]: Download using git-fetch.
|
|
|
|
|
| |
* gnu/packages/java.scm (java-plexus-container-default-bootstrap)
[source]: Download using git-fetch.
|