~ruther/guix-local

63d8f08f — Efraim Flashner 9 years ago
gnu: qtmultimedia: Remove bundled library.

* gnu/packages/qt.scm (qtmultimedia)[source]: Remove bundled library.
c04854da — Efraim Flashner 9 years ago
gnu: qtimageformats: Remove bundled libraries.

* gnu/packages/qt.scm (qtimagesformats)[source]: Remove bundled 3rd
party libraries.
26d07efb — Danny Milosavljevic 9 years ago
gnu: python-sqlalchemy-utils: Use python-pytest.

* gnu/packages/python.scm (python-sqlalchemy-utils)[native-inputs]: Add
python-pytest.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
c22b4f87 — Danny Milosavljevic 9 years ago
gnu: python-sqlalchemy-utils: Propagate existing inputs.

* gnu/packages/python.scm (python-sqlalchemy-utils)[inputs]: Move to ...
[propagated-inputs]: ... here.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
462bf271 — Danny Milosavljevic 9 years ago
gnu: Add python-flask-babel.

* gnu/packages/python.scm (python-flask-babel, python2-flask-babel):
  New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
9dede065 — Danny Milosavljevic 9 years ago
gnu: Add python-furl.

* gnu/packages/python.scm (python-furl, python2-furl): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
b91912c4 — Danny Milosavljevic 9 years ago
gnu: Add python-orderedmultidict.

* gnu/packages/python.scm (python-orderedmultidict, python2-orderedmultidict):
  New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4a093330 — Danny Milosavljevic 9 years ago
gnu: Add python-pycodestyle.

* gnu/packages/python.scm (python-pycodestyle, python2-pycodestyle):
  New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
290ad224 — John Darrington 9 years ago
gnu: Remove comment which is factually incorrect.

* gnu/system/pam.scm: Remove incorrect comment.
8074b330 — Chris Marusich 9 years ago
system: Add 'guix system' actions: switch-generation and roll-back.

* guix/scripts/system.scm (roll-back-system, switch-to-system-generation): new
actions.
(reinstall-grub): New procedure, used by switch-to-system-generation.
(show-help, process-command, guix-system): Honor the new actions.
* doc/guix.texi (Invoking guix system) <switch-generation, roll-back>: Add the
new actions.
<reconfigure>: In the footnote, mention that the new actions also only work on
GuixSD.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1e17a2d5 — Chris Marusich 9 years ago
install: Extract procedure: install-grub-config.

* gnu/build/install.scm (install-grub-config): New procedure.
(install-grub): Use it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
aff7280a — Chris Marusich 9 years ago
system: Optionally limit the entries returned by profile-grub-entries.

* guix/scripts/system.scm (profile-grub-entries): Add an optional parameter
which allows the caller to limit the number of returned grub entries.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
45e39eee — Chris Marusich 9 years ago
system: Rename previous-grub-entries to profile-grub-entries.

* guix/scripts/system.scm (previous-grub-entries, profile-grub-entries):
Rename previous-grub-entries to profile-grub-entries to indicate that it is
stateful and returns the entries for all profile generations, not just the
previous ones.  Update all callers.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9008debc — Chris Marusich 9 years ago
profiles: Extract a procedure for getting relative generation numbers.

* guix/profiles.scm (relative-generation-spec->number): New procedure.
* guix/scripts/package.scm (switch-generation-action): Use it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3382bfe9 — Chris Marusich 9 years ago
system: Avoid using device paths in <menu-entry> device field.

This fixes a regression introduced by
1ef8b72a7f87afe7cffe52393d99e1b14e4770e1, in which we would incorrectly use a
device path in a label-based grub root search command, e.g. 'search --label
--set /dev/sda4'.

* gnu/system.scm (grub-device): New procedure.
(operating-system-grub.cfg, operating-system-parameters-file): Use it.
(read-boot-parameters): Handle device paths correctly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
f4dc22bc — Marius Bakke 9 years ago
gnu: nmap: Update to 7.31.

* gnu/packages/admin.scm (nmap): Update to 7.31.
[arguments]: Add phase 'patch-Makefile' to prevent lua from being built.
331ef882 — Marius Bakke 9 years ago
gnu: wireshark: Use lua-5.2.

* gnu/packages/networking.scm (wireshark)[inputs]: Change from 'lua' to
'lua-5.2'.
6dbf1fec — Marius Bakke 9 years ago
gnu: lua: Update to 5.3.3.

* gnu/packages/patches/lua52-liblua-so.patch: Rename to ...
* gnu/packages/patches/lua-liblua-so.patch: ... this. Add version comment.
* gnu/local.mk (dist_patch_DATA): Adjust patch name.
* gnu/packages/lua.scm (lua): Update to 5.3.3.
[source]: Use https URL. Use new patch name.
[home-page]: Use https URL.
(lua-5.2): New variable.
(lua-5.1)[source]: Use https URL.
gnu: build: file-system: Change url of LUKS specification.

* gnu/build/file-system.scm: Change url of LUKS specification.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu: pingus: Update upstream location.

* gnu/packages/games.scm (pingus)[source]: Update source uri.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Next