~ruther/guix-local

8dc0ecae — Ludovic Courtès 9 years ago
gnu: rottlog: Use 'modify-phases'.

* gnu/packages/admin.scm (rottlog)[arguments]: Use 'modify-phases'.
gnu: Add perl-curses.

* gnu/packages/ncurses.scm (perl-curses): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
abc114bd — Mark H Weaver 9 years ago
gnu: webkitgtk: Update to 2.12.5.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.12.5.
375cef6c — Hartmut Goebel 9 years ago
updated: gnu: add asn1c

* gnu/packages/tls.scm (asn1c): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
967cfd18 — Ludovic Courtès 9 years ago
gnu: paredit: Rename to 'emacs-paredit'.

* gnu/packages/emacs.scm (paredit)[name]: Change to "emacs-paredit".
(paredit/old-name): New variable.
01afdab8 — Ludovic Courtès 9 years ago
packages: Add 'package-superseded' and associated support.

This provides a way to mark a package as superseded by another one.
Upgrades replace superseded packages with their replacement.

* guix/packages.scm (package-superseded, deprecated-package): New
procedures.
* gnu/packages.scm (%find-package): Check for 'package-superseded'.
* guix/scripts/package.scm (transaction-upgrade-entry)[supersede]: New
procedure.  Call it when 'package-superseded' is true.
* tests/guix-build.sh: Add test for a superseded package.
* tests/packages.scm ("package-superseded")
("transaction-upgrade-entry, superseded package"): New tests.
03763d64 — Ludovic Courtès 9 years ago
profiles: Export <manifest-pattern> accessors.

* guix/profiles.scm (manifest-pattern-name, manifest-pattern-version)
(manifest-pattern-output): Export.
5239f3d9 — Ludovic Courtès 9 years ago
guix package: Build up the transaction incrementally.

* guix/scripts/package.scm (upgraded-manifest-entry): Rename to...
(transaction-upgrade-entry): ... this.  Add 'transaction' parameter and
return a transaction.
(options->installable): Likewise.
[to-upgrade]: Rename to...
[upgraded]: ... this, and change to be a transaction.  Return a
transaction.
(options->removable): Likewise.
(process-actions): Adjust accordingly.
* tests/packages.scm ("transaction-upgrade-entry, zero upgrades")
("transaction-upgrade-entry, one upgrade"): New tests.
c8c25704 — Ludovic Courtès 9 years ago
profiles: Add manifest-transaction helper procedures.

* guix/profiles.scm (manifest-transaction-install-entry)
(manifest-transaction-remove-pattern)
(manifest-transaction-null?): New procedures.
* tests/profiles.scm ("manifest-transaction-null?"): New test.
dd721734 — Ludovic Courtès 9 years ago
guix package: Clarify upgrade code.

* guix/scripts/package.scm (upgradeable?): Rename to...
(upgraded-manifest-entry): ... this.  Change to take a <manifest-entry>
and to return a <manifest-entry>.
(options->installable)[to-upgrade]: Adjust accordingly.
gnu: Add eschalot.

* gnu/packages/crypto.scm (eschalot): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
618089f9 — Marius Bakke 9 years ago
gnu: Add gzstream.

* gnu/packages/compression.scm (gzstream): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
a6169621 — Petter 9 years ago
gnu: go: Update to 1.7.

* 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>
a287fafe — Danny Milosavljevic 9 years ago
gnu: lua-5.1: install pkg-config file.

* 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: Add tintin++.

* gnu/packages/games.scm (tintin++): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3ed3c105 — Leo Famulari 9 years ago
gnu: slock: Fix CVE-2016-6866.

* 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.
a7199b7d — Leo Famulari 9 years ago
activation: Don't fail if /var/lib exists.

This is a followup to commit 6526d43ea4fb0cd151a0d5e9a072c651c1c963d1.

* gnu/build/activation.scm (activate-user+groups): Use mkdir-p to create
/var/lib.
7247ecda — Hartmut Goebel 9 years ago
gnu: scribus: Update to 1.5.2.

* gnu/packages/scribus.scm (scribus): Update to 1.5.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
763899f0 — Leo Famulari 9 years ago
gnu: Add openssl-next.

* 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.
83457fe0 — John Darrington 9 years ago
gnu: Add teximpatient.

* gnu/packages/tex.scm (teximpatient): New variable.
Next