~ruther/guix-local

b53e44fb — Alex Kost 10 years ago
gnu: iproute: Use 'modify-phases'.

* gnu/packages/linux.scm (iproute)[arguments]: Use 'modify-phases'.
a42d99f2 — Andreas Enge 10 years ago
gnu: calibre: Update to 2.51.0.

* gnu/packages/ebook.scm (calibre): Update to 2.51.0.
ec4130b7 — Andreas Enge 10 years ago
gnu: gnuplot: Update to 5.0.2.

* gnu/packages/maths.scm (gnuplot): Update to 5.0.2.
8c1088bb — Jan Nieuwenhuizen 10 years ago
gnu: lablgtk: Build cmxa libraries.

* gnu/packages/ocaml.scm (lablgtk)[arguments]: Add the make target "opt"
  to also build *.cmxa files.
6372e336 — Jan Nieuwenhuizen 10 years ago
gnu: ocaml: Set search path.

* gnu/packages/ocaml.scm (ocaml): Register OCAMLPATH as a search path.
a747baba — Jan Nieuwenhuizen 10 years ago
gnu: Add ocaml-findlib.

* gnu/packages/ocaml.scm (ocaml-findlib): New variable.
* gnu/packages/patches/ocaml-findlib-make-install.patch: New file.
* gnu-system.am (dist_patch_DATA): Register it.
3a7261bf — Mark H Weaver 10 years ago
gnu: gnupg: Add upstream fix for test failures on x86_64.

Fixes <https://debbugs.gnu.org/22558>.

* gnu/packages/patches/gnupg-simple-query-ignore-status-messages.patch: New
  file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnupg.scm (gnupg)[source]: Add patch.
511539ae — Jan Nieuwenhuizen 10 years ago
gnu: Add tclxml.

* gnu/packages/patches/tclxml-3.2-install.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/tcl.scm (tclxml): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
6cefd53d — Leo Famulari 10 years ago
gnu: Split acme into python-acme and python2-acme.

* gnu/packages/tls.scm (acme): Split variable into...
(python-acme, python2-acme): ...both Python variants.
(letsencrypt)[propagated-inputs]: Update user of renamed variable.
8ad4ae20 — Leo Famulari 10 years ago
gnu: python-wheel: Define 'python2-variant'.

* gnu/packages/python.scm (python-wheel)[properties]: New field.
(python2-wheel): Use 'strip-python2-variant'.
(python2-requests): Take the result of 'package-with-python2' directly.
* gnu/packages/openstack.scm (python2-requests-mock): Likewise.
(python2-oslosphinx): Likewise.
a14600ec — Leo Famulari 10 years ago
gnu: python-jsonschema: Define 'python2-variant'.

* gnu/packages/python.scm (python-jsonschema)[properties]: New field.
(python2-jsonschema): Use 'strip-python2-variant'.
* gnu/packages/openstack.scm (python2-tempest-lib): Take the result of
'package-with-python2' directly.
519e2f4f — Leo Famulari 10 years ago
gnu: python-cryptography: Define 'python2-variant'.

* gnu/packages/python.scm (python-cryptography)[properties]: New field.
(python2-cryptography): Use 'strip-python2-variant'.
(python2-pyopenssl): Take the result of 'package-with-python2' directly.
50fe318c — Jan Nieuwenhuizen 10 years ago
gnu: Add tcllib.

* gnu/packages/tcl.scm (tcllib): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
e4c38581 — Jan Nieuwenhuizen 10 years ago
gnu: tcl: Use tcl/tk license.

* gnu/packages/tcl.scm (tcl)[license]: Use the tcl/tk license variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
d29f6470 — Jan Nieuwenhuizen 10 years ago
licenses: Add tcl/tk license.

* guix/licenses.scm (tcl/tk): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
779aa003 — David Thompson 10 years ago
scripts: environment: Build environments as profiles.

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

* guix/scripts/environment.scm (evaluate-input-search-paths)
(build-inputs): Delete.
(evaluate-profile-search-paths, strip-input-name)
(package-or-package+output?, package-environment-inputs)
(build-environment, inputs->profile-derivations): New procedures.
(create-environment, show-search-paths, launch-environment)
(launch-environment/container): Replace 'inputs' argument
with 'profile' argument.
(package+propagated-inputs): Strip off names off of input tuples.
(options/resolve-packages): Handle input tuples that specify an output
in expressions.
(guix-environment): Convert inputs into a profile to use in the
environment.  Remove non-package inputs such as origins from
environment inputs.
* doc/guix.texi ("invoking guix environment"): Document package+output
tuples for --expression option.
* tests/guix-environment.sh: Update tests.
* tests/guix-environment-container.sh: Likewise.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
e5f04c2d — Ludovic Courtès 10 years ago
profiles: Add #:system argument to profile-derivation.

Suggested by David Thompson <davet@gnu.org>.

* guix/profiles.scm (profile-derivation): Add #:system parameter and
honor it.
98a7b528 — Ludovic Courtès 10 years ago
store: Add monadic access to '%current-system'.

* guix/store.scm (current-system, set-current-system): New procedures.
* tests/store.scm ("current-system"): New test.
0d0bcaa0 — Ricardo Wurmus 10 years ago
gnu: macs: Update to 2.1.0.20151222.

* gnu/packages/bioinformatics.scm (macs): Update to 2.1.0.20151222.
43ec07f1 — Ricardo Wurmus 10 years ago
gnu: macs: Use "pypi-uri".

* gnu/packages/bioinformatics.scm (macs)[source]: Use "pypi-uri" to
  build source URI.
Next