~ruther/guix-local

a8f3d492 — Efraim Flashner 9 years ago
gnu: privoxy: Update to 3.0.26.

* gnu/packages/tor.scm (privoxy): Update to 3.0.26.
[home-page]: Use https.
0ab57b0d — Efraim Flashner 9 years ago
gnu: tor: Update to 0.2.8.8.

* gnu/packages/tor.scm (tor): Update to 0.2.8.8.
[source]: Update source url.
[home-page]: Use https.
0f65f54e — Carlos Sánchez de La Lama 9 years ago
system: grub.cfg uses correct file names when store is not in root partition.

Fixes <http://bugs.gnu.org/24346>.
Reported by csanchezdll@gmail.com (Carlos Sánchez de La Lama).

* guix/scripts/system.scm (previous-grub-entries): Get the initrd file
name from PARAMS.
* gnu/system.scm (operating-system-grub.cfg): Use
'operating-system-initrd-file' to retrieve the initrd file name.
* gnu/system/grub.scm (strip-mount-point): New procedure.
(grub-configuration-file)[entry->gexp]: Call 'strip-mount-point' for
LINUX and INITRD.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
d7b342d8 — Ludovic Courtès 9 years ago
system: 'read-boot-parameters' reads the 'initrd' parameter.

* gnu/system.scm (<boot-parameters>)[initrd]: New field.
(read-boot-parameters): Read the 'initrd' element and fill in the
'initrd' field of the result.
gnu: Add gforth.

* gnu/packages/gforth.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Co-authored-by: 宋文武 <iyzsong@gmail.com>
54021cd8 — Rene Saavedra 9 years ago
gnu: Add gnome-calculator.

* gnu/packages/gnome.scm (gnome-calculator): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
80588800 — Erik Edrosa 9 years ago
gnu: Add cmark.

* gnu/packages/markdown.scm (cmark): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: Add enet.

* gnu/packages/networking.scm (enet): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
03ddad84 — Danny Milosavljevic 9 years ago
gnu: flashrom: Update to 0.9.9

* gnu/packages/flashing-tools.scm (flashrom): Update to 0.9.9.
[source]: Use HTTPS URL. Remove "flashrom-use-libftdi1.patch".
[aruments]: Add 'CONFIG_ENABLE_LIBUSB0_PROGRAMMERS=no' to #:make-flags.
* gnu/packages/patches/flashrom-use-libftdi1.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: Add nickle.

* gnu/packages/nickle.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Leo Famulari <leo@famulari.name>
047cd01d — Efraim Flashner 9 years ago
gnu: orpheus: Use 'modify-phases'.

* gnu/packages/orpheus.scm (orpheus)[arguments]: Use the 'modify-phases'
syntax.
5bd62702 — Efraim Flashner 9 years ago
gnu: orpheus: Fix build on mips64el.

* gnu/packages/orpheus.scm (orpheus)[arguments]: On mips64el, pass
"--host=mips64el-unknown-linux-gnu" to ./configure.
236d522b — Nicolas Goaziou 9 years ago
gnu: giac-xcas: Update to 1.2.2-81.

* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-81.

Signed-off-by: Leo Famulari <leo@famulari.name>
8f309571 — Ricardo Wurmus 9 years ago
gnu: r-curl: Respect CURL_CA_BUNDLE variable.

* gnu/packages/web.scm (r-curl)[arguments]: Add phase
"allow-CURL_CA_BUNDLE".
646a8433 — Ricardo Wurmus 9 years ago
gnu: sra-tools: Update to 2.7.0.

* gnu/packages/bioinformatics.scm (sra-tools): Update to 2.7.0.
40974c93 — Ricardo Wurmus 9 years ago
gnu: ncbi-vdb: Update to 2.7.0.

* gnu/packages/bioinformatics.scm (ncbi-vdb): Update to 2.7.0.
48b419eb — Ricardo Wurmus 9 years ago
gnu: ngs-sdk: Update to 1.2.5.

* gnu/packages/bioinformatics.scm (ngs-sdk): Update to 1.2.5.
47818201 — Ricardo Wurmus 9 years ago
gnu: randomjungle: Only build on x86_64 and i686.

* gnu/packages/machine-learning.scm (randomjungle)[supported-systems]:
Only build on x86_64 and i686.
fc3b2cbb — Efraim Flashner 9 years ago
gnu: retroarch: Update to 1.3.6.

* gnu/packages/games.scm (retroarch): Update to 1.3.6.
5989d4ea — Ricardo Wurmus 9 years ago
gnu: synfig: Fix isnan error.

* gnu/packages/animation.scm (synfig)[arguments]: Add build phase to
replace "::isnan" with "std::isnan".
Next