~ruther/guix-local

e5f9ec8b — Rutger Helling 8 years ago
gnu: Add dolphin-emu.

* gnu/packages/emulators.scm (dolphin-emu): New variable.
6352e994 — Rutger Helling 8 years ago
gnu/local.mk: Add emulators.scm.

* gnu/local.mk (GNU_SYSTEM_MODULES): Add emulators.scm.
3fd2ecb3 — David Thompson 8 years ago
gnu: Add wxwidgets-gtk2-3.1.

* gnu/packages/wxwidgets.scm (wxwidgets-gtk2-3.1): New variable.

Signed-off-by: Rutger Helling <rhelling@mykolab.com>
62d14d24 — Leo Famulari 8 years ago
gnu: mpd-mpc: Update to 0.29.

* gnu/packages/mpd.scm (mpd-mpc): Update to 0.29.
[build-system]: Use the meson-build-system.
943100f6 — Leo Famulari 8 years ago
gnu: mpd: Update to 0.20.17.

* gnu/packages/mpd.scm (mpd): Update to 0.20.17.
[source]: Use HTTPS URL.
c59ea46f — Leo Famulari 8 years ago
gnu: libmpdclient: Update to 2.14.

* gnu/packages/mpd.scm (libmpdclient): Update to 2.14.
[source]: Use HTTPS URL.
267379f8 — David Thompson 8 years ago
environment: Add --manifest option.

* guix/scripts/environment.scm (show-help, %options): Add -m/--manifest.
(options/resolve-packages): Handle manifests.
* tests/guix-envronment.sh: Add a test.
* doc/guix.texi (Invoking guix environment): Document it.
ea6b1bae — Efraim Flashner 8 years ago
etc: guix-install.sh: Add aarch64-linux support.

* etc/guix-install.sh (chk_sys_arch): Add aarch64 case.
659f790b — Oleg Pykhalov 8 years ago
gnu: Add emacs-edit-indirect.

* gnu/packages/emacs.scm (emacs-edit-indirect): New public variable.
22261238 — Leo Famulari 8 years ago
gnu: mbedtls-apache: Update to 2.7.0 [security fixes].

Fixes CVE-2017-18187 and CVE-2018-{0487,0488}.

* gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.0.
a0343008 — Danny Milosavljevic 8 years ago
gnu: libx264: Use nasm.

Follow-up to a33727db1bf0eaf4a0024da45610bd8e3e727a8e.

* gnu/packages/video.scm (libx264)[native-inputs]: Replace yasm by nasm.
a33727db — Efraim Flashner 8 years ago
gnu: libx264: Update to 20180219-2245.

* gnu/packages/video.scm (libx264): Update to 20180219-2245.
a89e0cf5 — Tobias Geerinckx-Rice 8 years ago
gnu: lpsolve: Update to 5.5.2.5.

* gnu/packages/maths.scm (lpsolve): Update to 5.5.2.5.
453c0026 — Tobias Geerinckx-Rice 8 years ago
gnu: shflags: Update to 1.2.3.

* gnu/packages/version-control.scm (shflags): Update to 1.2.3.
[arguments]: Match new sources layout.
dcb06ac9 — Tobias Geerinckx-Rice 8 years ago
gnu: shflags: Use the GNU-BUILD-SYSTEM.

The TRIVIAL-BUILD-SYSTEM doesn't really save any effort and is actually
slightly longer.

* gnu/packages/version-control.scm (shflags)[build-system: Use
GNU-BUILD-SYSTEM.
[arguments]: Adjust accordingly and prefer INSTALL-FILE over COPY-FILE.
79f0561f — Tobias Geerinckx-Rice 8 years ago
gnu: htop: Fix tree view.

* gnu/packages/patches/htop-fix-process-tree.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (htop)[source]: Use it.
6c96b545 — Tobias Geerinckx-Rice 8 years ago
gnu: lpsolve: Update phase style.

* gnu/packages/maths.scm (lpsolve)[arguments]: Use INVOKE and
INSTALL-FILE, and end phases with #t.
be5dc5fb — Tobias Geerinckx-Rice 8 years ago
gnu: iptables: Edit synopsis & description.

* gnu/packages/linux.scm (iptables)[synopsis, description]: Improve.
4f3bf205 — Tobias Geerinckx-Rice 8 years ago
gnu: iptables: Update to 1.6.2.

* gnu/packages/linux.scm (iptables): Update to 1.6.2.
9a9d64ea — Tobias Geerinckx-Rice 8 years ago
gnu: lout: Update phase style.

* gnu/packages/lout.scm (lout)[arguments]: Write phases in-line, use
MODIFY-PHASES syntax, INVOKE, and WITH-DIRECTORY-EXCURSION, and end
phases with #t.  Re-indent the result.
Next