Age | Commit message (Collapse) | Author |
|
* gnu/packages/xorg.scm (xorg-server)[source](uri): Hard-code NAME.
|
|
* gnu/packages/django.scm (pootle): Update to 2.8.2.
|
|
* gnu/packages/django.scm (python-django-allauth): Update to 0.39.1.
|
|
* gnu/packages/python-web (python2-openid)[arguments]: Disable tests.
|
|
* gnu/packages/django.scm (python-django-rq): Update to 1.3.0.
|
|
* gnu/packages/django.scm (python-django-redis): Update to 4.10.0.
|
|
* gnu/packages/databases.scm (python-rq): Update to 0.13.0.
|
|
* gnu/packages/databases.scm (python-redis): Update to 3.2.0.
|
|
* gnu/packages/ruby.scm (ruby-tilt): New variable.
|
|
* gnu/packages/ruby.scm (ruby-haml): New variable.
|
|
* gnu/packages/ruby.scm (ruby-temple): New variable.
|
|
* gnu/packages/ruby.scm (ruby-markaby): New variable.
|
|
* gnu/packages/ruby.scm (ruby-sassc): New variable.
|
|
Now that libsass is packaged, change the sassc package to build a dynamically
linked binary. Also update the version, and change the source to the Git
repository, rather than the archives from GitHub.
* gnu/packages/web.scm (sassc): Update to 3.5.0.
[source]: Change to the Git repository.
[arguments]: Tweak to link against libsass.
|
|
* gnu/packages/web.scm (libsass): New variable.
|
|
* gnu/packages/ruby.scm (ruby-minitest-around): New variable.
|
|
* gnu/packages/ruby.scm (ruby-test-construct): New variable.
|
|
* gnu/packages/ruby.scm (ruby-omniauth-oauth2): New variable.
|
|
* gnu/packages/rails.scm (ruby-with-advisory-lock): New variable.
|
|
* gnu/packages/ruby.scm (ruby-warden-oauth2): New variable.
|
|
* gnu/packages/ruby.scm (ruby-warden): New variable.
|
|
* gnu/packags/ruby.scm (ruby-omniauth): New variable.
|
|
* gnu/packages/ruby.scm (ruby-oauth2): New variable.
|
|
* gnu/packages/ruby.scm (ruby-multi-xml): New variable.
|
|
* gnu/packages/ruby.scm (ruby-jwt): New variable.
|
|
* gnu/packages/ruby.scm (ruby-rbnacl): New variable.
|
|
* gnu/packages/ruby.scm (ruby-que): New variable.
|
|
* gnu/packages/ruby.scm (ruby-terraform): New variable.
|
|
* gnu/packages/ruby.scm (ruby-lino): New variable.
|
|
* gnu/packages/ruby.scm (ruby-hamster): New variable.
|
|
Also add a copyright line, as I've obviously neglected to do that in the past.
* gnu/packages/ruby.scm (ruby-open4): New variable.
|
|
* gnu/packages/tls.scm (dehydrated)[source]: Use release tarball.
[native-inputs]: Add gzip, tar.
[arguments]: Unzip tarball before installing. Install license file.
|
|
* gnu/packages/coq.scm (coq-coquelicot): Update to 3.0.2.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 20190304.
|
|
* gnu/packages/calcurse.scm (calcurse): Update to 4.4.0.
|
|
* gnu/packages/calcurse.scm (calcurse)[arguments]: Set ‘--docdir’
in #:configure-flags' and add ‘respect-docdir’ phase to use it.
|
|
* gnu/packages/admin.scm (thermald): Update to 1.8.
[source]: Add patch.
* gnu/packages/patches/thermald-make-int-max32-visible.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/java-maths.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/patches/lyx-2.2.3-fix-test.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/emacs.scm (emacs-minimal)[arguments]: Move
configure-flags lower than inherited package-arguments so it won't be
overwritten.
|
|
* gnu/packages/virtualization.scm (looking-glass-client): Update to commit
182c475. Rename from lookingglass to looking-glass-client. Add
deprecated-package lookingglass.
|
|
* gnu/packages/video.scm (mkvtoolnix)[inputs]: Remove qt, add qtbase,
qtmultimedia.
[native-inputs]: Add qttools.
|
|
* gnu/packages/video.scm (mkvtoolnix)[source]: Remove more bundled
libraries.
[inputs]: Add fmt, cmark.
|
|
* gnu/packages/video.scm (mkvtoolnix): Update to 31.0.0.
[arguments]: Remove unneeded 'with-extra-includes' flag, add flags to
disable update checks and not use precompiled headers.
|
|
* gnu/packages/arcan.scm (arcan-sdl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/arcan.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs.scm (emacs): Add modules support in configure-flags.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Suggested by Eric Bavier and Ricardo Wurmus.
* guix/scripts/environment.scm (show-help, %options): Emit a deprecation
warning for "--inherit" and add -E/--preserve.
* tests/guix-environment.sh: Adjust accordingly.
* doc/guix.texi (Invoking guix environment): Update accordingly.
|
|
* guix/scripts/environment.scm (%options): Remove "--exec", which was
deprecated in commit 1de2fe95e017c42aacbaa34f5dab8d48249cc064 in 2015.
* tests/guix-environment.sh: Remove use of '-E'.
|
|
* doc/guix.texi (User Accounts): Provide an example use of 'crypt', and
mention the security implications.
|