Age | Commit message (Collapse) | Author |
|
* gnu/packages/debug.scm (c-reduce): Upgrade to 2.5.0.
[inputs]: Remove delta and perl-benchmark-timer. Add perl-term-readkey.
[arguments]: Adjust wrapper libraries.
|
|
* gnu/packages/llvm.scm (llvm)[arguments]: Add -DBUILD_SHARED_LIBS to
|
|
* gnu/packages/llvm.scm (llvm)[inputs]: Move zlib from here...
[ppropagated]: ...to here.
|
|
* gnu/packages/crypot.scm: Change import of '(gnu packages zsh)'
to '(gnu packages shells)'.
|
|
* gnu/packages/guile.scm (guile-next)[search-paths]: Change "2.2/ccache"
to "2.2/site-ccache".
(guile-for-guile-emacs)[search-paths]: Likewise.
|
|
* gnu/packages/audio.scm (ardour)[arguments]: Add configure flag
"--no-phone-home".
|
|
* gnu/packages/crypto.scm (tomb): New variable.
|
|
* gnu/packages/search.scm (swish-e): New variable.
* gnu/packages/patches/swish-e-search.patch,
gnu/packages/patches/swish-e-format-security.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Add them.
|
|
* gnu/packages/image.scm (steghide): New variable.
* gnu/packages/patches/steghide-fixes.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/search.scm (mlocate): New variable.
|
|
* gnu/packages/gnome.scm (file-roller): Update to 3.20.3.
|
|
* gnu/packages/audio.scm (ardour): Update to 5.3.
|
|
* gnu/packages/calendar.scm (libhdate): New variable.
|
|
* gnu/packages/terminals.scm (kmscon)[source]: Add 'modules' and
'snippet'.
|
|
* gnu/packages/terminals.scm (kmscon)[native-inputs]: Add LIBXSLT,
LIBXML2, and DOCBOOK-XSL.
|
|
* gnu/packages/terminals.scm (kmscon)[synopsis, description]: Clarify.
[supported-systems]: New field.
|
|
* gnu/packages/openstack.scm (python-git-review)
(python2-git-review): New variables.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/web.scm (surfraw): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/curl.scm (curl)[replacement]: Update to 7.50.2
(curl-7.50.1): Replace with ...
(curl-7.50.2): ... this.
|
|
* gnu/packages/audio.scm (openal): Update to 1.17.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.25.
|
|
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.5-9.
|
|
* gnu/packages/man.scm (man-db)[arguments]: Add phase
"patch-iconv-path".
Fixes <http://bugs.gnu.org/24373>.
|
|
* gnu/packages/man.scm (man-db)[arguments]: Use modify-phases syntax.
|
|
* gnu/packages/guile.scm (guile-2.2-package-name)
(package-for-guile-2.2): New procedures.
* gnu/packages/guile.scm (guile2.2-json, guile2.2-minikanren)
(guile2.2-irregex, guile2.2-commonmark): New variables.
|
|
* gnu/packages/guile.scm (guile-commonmark)[source]: Add 'snippet' and
'modules'.
|
|
* gnu/packages/guile.scm (guile-json)[snippet]: Modify 'ac_subst_vars'
in 'configure', and use "@GUILE_EFFECTIVE_VERSION@" instead of "2.0" in
'Makefile.in'.
|
|
* gnu/packages/guile.scm (guile-minikanren)[arguments]: Remove (ice-9
match) from #:modules. Use 'open-pipe*' to determine the effective
version of Guile, and use that to compute MODULE-DIR.
|
|
* gnu/packages/guile.scm (guile-irregex)[arguments]: Add (ice-9 popen)
and (ice-9 rdelim). Remove nested 'use-modules' form. Call
'open-pipe*' to determine Guile's effective version, and use it to
compute MODULE-DIR.
|
|
* gnu/packages/messaging.scm (ngircd) [inputs]: Add tcp-wrappers.
|
|
* gnu/packages/networking.scm (tcp-wrappers): New variable.
|
|
* gnu/packages/mail.scm (mpop): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/admin.scm (inetutils)[arguments]: Add #:configure-flags.
|
|
* gnu/packages/admin.scm (rottlog)[arguments]: Add 'tweak-rc-weekly'
phase.
|
|
* gnu/packages/admin.scm (rottlog)[arguments]: Set
ROTT_ETCDIR=/etc/rottlog in #:configure-flags and add #:make-flags.
|
|
* gnu/packages/admin.scm (rottlog)[arguments]: Add 'set-packdir' phase.
|
|
* gnu/packages/admin.scm (rottlog)[arguments]: Use 'modify-phases'.
|
|
* gnu/packages/ncurses.scm (perl-curses): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/webkit.scm (webkitgtk): Update to 2.12.5.
|
|
* gnu/packages/tls.scm (asn1c): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/emacs.scm (paredit)[name]: Change to "emacs-paredit".
(paredit/old-name): New variable.
|
|
* gnu/packages/crypto.scm (eschalot): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/compression.scm (gzstream): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/golang.scm (go-1.6): Update to 1.7, with corresponding
minor changes to prebuild phase, and rename variable to...
(go-1.7): ...this new variable.
(go): Inherit from new "go-1.7".
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/patches/lua51-pkgconfig.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/lua.scm (lua-5.1)[source]: Add it.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/games.scm (tintin++): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/patches/slock-CVE-2016-6866.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/suckless.scm (slock): Use it.
|
|
* gnu/packages/scribus.scm (scribus): Update to 1.5.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/tls.scm (openssl-next): New variable.
* gnu/packages/patches/openssl-1.1.0-c-rehash-in.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/tex.scm (teximpatient): New variable.
|