~ruther/guix-local

8a56a3d7 — Justus Winter 10 years ago
po: Drop removed file 'weechat.scm'.

Fixes <http://bugs.gnu.org/22888>.
weechat has been merged into 'irc.scm' in e288f007.

* po/packages/POTFILES.in: Drop removed file 'weechat.scm'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
d0a65256 — Petter 10 years ago
system: GRUB menu entry says "beta" instead of "alpha"

* gnu/system.scm (kernel->grub-label): Change "alpha" to "beta'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
16cc9961 — Ludovic Courtès 10 years ago
system: Add rfkill to '%base-packages'.

* gnu/system.scm (%base-packages): Add RFKILL.
649e9b3b — Ricardo Wurmus 10 years ago
gnu: python-pysam: Move cython and setuptools to native inputs.

* gnu/packages/bioinformatics.scm (python-pysam)[inputs]: Move
"python-cython" and "python-setuptools" from here...
[native-inputs]: ... to here.
3acb8c85 — Ricardo Wurmus 10 years ago
gnu: deeptools: Update to 2.1.1.

* gnu/packages/bioinformatics.scm (deeptools): Update to 2.1.1.
[inputs]: Add "python2-numpydoc" and "python2-pybigwig".
14bda1ff — Ricardo Wurmus 10 years ago
gnu: deeptools: Change "propagated-inputs" to "inputs".

* gnu/packages/bioinformatics.scm (deeptools)[propagated-inputs]: Move
all inputs from here...
[inputs]: ...to here.
69e0e03c — Ricardo Wurmus 10 years ago
gnu: Add python-pybigwig.

* gnu/packages/bioinformatics.scm (python-pybigwig, python2-pybigwig):
  New variables.
d454640c — Ricardo Wurmus 10 years ago
gnu: python-pysam: Update to 0.8.4.

* gnu/packages/bioinformatics.scm (python-pysam): Update to 0.8.4.
55a9a8c2 — Ricardo Wurmus 10 years ago
gnu: python-pysam, python2-pysam: Move to bioinformatics.scm.

* gnu/packages/python.scm (python-pysam, python2-pysam): Move to...
* gnu/packages/bioinformatics.scm (python-pysam, python2-pysam):
  ...here.
937690f9 — Ludovic Courtès 10 years ago
lint: derivation: Disable grafts, but check replacements.

* guix/scripts/lint.scm (check-derivation): Pass #:graft? #f.  When
'package-replacement' exists, compute its derivation.
e90819c4 — Lukas Gradl 10 years ago
gnu: Add procmail.

 * gnu/packages/patches/procmail-ambiguous-getline-debian.patch: New file.
 * gnu-system.am (dist_patch_DATA): Add it.
 * gnu/packages/mail.scm (procmail): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
94d609ab — Ludovic Courtès 10 years ago
guix build: -S returns the replacement's source.

Reported by Mark H Weaver.

* guix/scripts/build.scm (options->derivations): When SRC and GRAFT? are
true, use the source of P's replacement.
* tests/guix-build.sh: Add test.
49c4fd2a — Ludovic Courtès 10 years ago
hydra: Completely disable grafting.

* build-aux/hydra/gnu-system.scm (hydra-jobs): Parameterize '%graft?'.
Build package replacements when they are available.
f8187bde — Ludovic Courtès 10 years ago
hydra: Improve readability.

* build-aux/hydra/gnu-system.scm (hydra-jobs): Use 'filter-map' instead
of directly 'fold-packages'.
1b846da8 — Mathieu Lirzin 10 years ago
utils: Use '@' for separating package names and version numbers.

This provides the ability to use numbers in package names.

Fixes <http://bugs.gnu.org/19219>.

* guix/utils.scm (package-name->name+version): New procedure.
* gnu/packages.scm (%find-package): Add a FALLBACK? keyword argument.
Use the previous method when no package is found.
(specification->package+output, specification->package): Adapt
documentation to new syntax.
* doc/guix.texi (Invoking guix package, Invoking guix import): Likewise.
* guix/ui.scm (package-specification->name+version+output): Likewise.
* guix/scripts/import/hackage.scm (show-help): Likewise.
* tests/guix-build.sh: Adapt to new syntax.
* tests/guix-lint.sh: Likewise.
* tests/guix-package.sh: Likewise.
* tests/ui.scm ("package-specification->name+version+output"): Likewise.
* tests/utils.scm ("package-name->name+version"): Likewise.
* NEWS: Mention new syntax.
fad155d4 — Mathieu Lirzin 10 years ago
packages: Factorize package specification search.

* gnu/packages.scm (%find-package): New procedure.
(specification->package, specification->package+output): Use it.
b134a80c — Mark H Weaver 10 years ago
gnu: icecat: Update bundled graphite2 to 1.3.6 [unspecified security fixes].

* gnu/packages/patches/icecat-update-graphite2-pt2.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patch.
bd009cd9 — Mark H Weaver 10 years ago
gnu: nss: Update to 3.21.1.

* gnu/packages/gnuzilla.scm (nss): Update to 3.21.1.
d47ad089 — Mark H Weaver 10 years ago
gnu: graphite2: Replace with 1.3.6 [unspecified security fixes].

See <https://bodhi.fedoraproject.org/updates/FEDORA-2016-dec1faadc5>

* gnu/packages/fontutils.scm (graphite2)[replacement]: New field.
(graphite2-1.3.6): New variable.
c285a400 — Jessica Tallon 10 years ago
gnu: Add password-store.

* gnu/packages/password-utils.scm (password-store): New variable.

Co-authored-by: Andreas Enge <andreas@enge.fr>
Co-authored-by: Leo Famulari <leo@famulari.name>
Next