~ruther/guix-local

dbeaf8f2 — Efraim Flashner 10 years ago
gnu: postgresql: Update to 9.5.2. [fixes CVE-2016-2193, CVE-2016-3065]

* gnu/packages/databases.scm (postgresql): Update to 9.5.2.
6499b70e — Ricardo Wurmus 10 years ago
gnu: Add r-ztable.

* gnu/packages/statistics.scm (r-ztable): New variable.
ec672946 — Jelle Licht 10 years ago
gnu: Add jq.

* gnu/packages/web.scm: (jq): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
2d8cf0b3 — Jelle Licht 10 years ago
gnu: Add oniguruma.

* gnu/packages/textutils.scm (oniguruma): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
52af45ad — alírio eyng 10 years ago
gnu: fontforge: Build fonts bit-reproducibly.

* gnu/packages/fontutils.scm (fontforge)[source](snippet): Modify
tottf.c.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2cdeecbe — Jan Nieuwenhuizen 10 years ago
gnu: move miscfiles into gnu-doc.scm

* gnu/packages/miscfiles.scm: Remove file.
* gnu-sytem.am: Remove it.
* gnu/packages/gnu-doc.scm (miscfiles): Move here.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ec0730cb — Jan Nieuwenhuizen 10 years ago
gnu: Add gnu-standards.

* gnu/packages/gnu-doc.scm: New file.
* gnu-system.am: Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
f4033fb5 — Ludovic Courtès 10 years ago
cvs: Disable compression.

Reported by Jan Nieuwenhuizen <janneke@gnu.org>.

* guix/build/cvs.scm (cvs-fetch): Use -z0.
ab83105b — Jan Nieuwenhuizen 10 years ago
cvs: Allow checkouts when /tmp is a different device.

* guix/build/cvs.scm (cvs-fetch): Use 'copy-recursively' instead of
'rename-file'.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
47268eec — alírio eyng 10 years ago
gnu: font-gnu-freefont-ttf: Update to 20120503 and build from source.

* gnu/packages/fonts.scm (font-gnu-freefont-ttf): Update to 20120503.
[arguments]: Build from source.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
97425486 — Ludovic Courtès 10 years ago
profiles: Use the right 'package-name->name+version'.

* guix/profiles.scm: Use 'package-name->name+version' from (guix build
utils).  Fixes 'find-among-store-items' in 'gtk-icon-themes'.
b5afe6f0 — Efraim Flashner 10 years ago
gnu: gnupg-2.0: Update to 2.0.30.

* gnu/packages/gnupg.scm (gnupg-2.0): Update to 2.0.30.
9941e081 — Ricardo Wurmus 10 years ago
ant-build-system: Keep jar manifest.

* guix/build/ant-build-system.scm (default-build.xml): Generate default
manifest.
(strip-jar-timestamps): Repack jar archive with zip.
ab50bba9 — Ricardo Wurmus 10 years ago
build-system/ant: Add zip.

* guix/build-system/ant.scm (default-zip): New variable.
(lower): Add zip to native inputs.
cb6ce89e — Ricardo Wurmus 10 years ago
build-system/r: Support "substitutable?" flag.

* guix/build-system/r.scm (r-build): Support the "substitutable?" flag.
d0457553 — Taylan Ulrich Bayırlı/Kammer 10 years ago
gnu: Add nmap.

* gnu/packages/admin.scm (nmap): New variable.

Co-authored-by: Leo Famulari <leo@famulari.name>
dcd19c0a — Leo Famulari 10 years ago
licenses: Add the nmap license.

* guix/licenses.scm (nmap): New variable.
42efe27a — Eric Bavier 10 years ago
import: Add Hackage updater.

* guix/import/hackage.scm (guix-package->hackage-name, hackage-package?)
  (latest-release): New procedures.
  (%hackage-updater): New variable.
* guix/scripts/refresh.scm (%updaters): Add it.
* doc/guix.texi (Invoking guix refresh): Mention it.
2ae9c63f — Eric Bavier 10 years ago
import: hackage: Silence download output.

* guix/import/hackage.scm (hackage-fetch): Use http-fetch to avoid
  progress output from url-fetch.
f9ea74ad — Eric Bavier 10 years ago
import: hackage: Factorize url synthesis.

* guix/import/hackage.scm (hackage-source-url, hackage-cabal-url): New
  procedures.
  (hackage-fetch, hackage-module->sexp): Use them.
Next