~ruther/guix-local

6bcf1cd5 — Leo Famulari 8 years ago
gnu: mpg123: Update to 1.25.0.

* gnu/packages/mp3.scm (mpg123): Update to 1.25.0.
e61bc976 — Ricardo Wurmus 8 years ago
gnu: snakemake: Fix cluster execution.

* gnu/packages/python.scm (snakemake)[arguments]: Add build phase
"call-wrapper-not-wrapped-snakemake".
03b055a1 — Efraim Flashner 8 years ago
gnu: darktable: Limit supported platforms.

* gnu/packages/photo.scm (darktable)[supported-systems]: New field,
explicitly limit to i686-linux, x86_64-linux and aarch64-linux.
b049ae2f — Mark H Weaver 8 years ago
gnu: xf86-video-intel: Use UXA accel method by default.

* gnu/packages/xorg.scm (xf86-video-intel)[arguments]: Add #:configure-flags
with "--with-default-accel=uxa".
d07d2928 — Mark H Weaver 8 years ago
gnu: icecat: Add more fixes from upstream mozilla-esr52.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
fea00404 — Efraim Flashner 8 years ago
gnu: aria2: Update to 1.32.0.

* gnu/packages/bittorrent.scm (aria2): Update to 1.32.0.
ceb56fb1 — Efraim Flashner 8 years ago
gnu: translate-shell: Update to 0.9.6.4.

* gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.6.4.
9dac2a8e — Ricardo Wurmus 8 years ago
gnu: emacs-calfw: Fix typo in description.

* gnu/packages/emacs.scm (emacs-calfw)[description]: Fix typo.
51c15375 — Ricardo Wurmus 8 years ago
gnu: texlive-latex-graphics: Update hash for graphics-def.

This is a follow-up commit to e3c970fc5c71b936279afee4fd24bc267f40549c.

* gnu/packages/tex.scm (texlive-latex-graphics)[native-inputs]: Update hash
for graphics-def.
171160d5 — Ricardo Wurmus 8 years ago
gnu: Add texlive-latex-seminar.

* gnu/packages/tex.scm (texlive-latex-seminar): New variable.
9b416042 — Ricardo Wurmus 8 years ago
gnu: Add texlive-latex-natbib.

* gnu/packages/tex.scm (texlive-latex-natbib): New variable.
c75a3081 — Mark H Weaver 8 years ago
gnu: linux-libre@4.4: Update to 4.4.74.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.74.
[source]: Remove patch.
795f3a00 — Kei Kebreau 8 years ago
gnu: python-xsge: Fix source URL.

* gnu/packages/game-development.scm (python-xsge)[source]: Fix URL.
18733212 — Ludovic Courtès 8 years ago
gnu: kde-frameworks: Fix 'license' fields.

* gnu/packages/kde-frameworks.scm (kde-frameworkintegration)[license]:
Turn into a list of <license> objects.
(kdelibs4support)[license]: Likewise.
(khtml)[license]: Likewise.
(kjs)[license]: Likewise.
(kross)[license]: Likewise.
2482c02f — Arun Isaac 8 years ago
gnu: emacs-which-key: Avoid leading "(" in description line.

* gnu/packages/emacs.scm (emacs-which-key): Reformat description to avoid a
line beginning with "(" because such lines break indentation in Emacs.
0040140d — Ludovic Courtès 8 years ago
guix package: Allow '--rollback', after all.

* guix/scripts/package.scm (%options): Add "rollback" as an alias for
"roll-back".
fc8fdcf5 — Ludovic Courtès 8 years ago
guix package: 'guix package -r PKG -u' does not upgrade PKG.

Fixes <http://bugs.gnu.org/27262>.
Reported by Mark H Weaver <mhw@netris.org>.

* guix/scripts/package.scm (transaction-upgrade-entry): Check if ENTRY
matches 'manifest-transaction-removal-candidate?' and return TRANSACTION
if it does.
(process-actions): Move 'options->removable' from step 2 to step 1.
6d382339 — Ludovic Courtès 8 years ago
profiles: Add 'manifest-transaction-removal-candidate?'.

* guix/profiles.scm (manifest-transaction-removal-candidate?): New
procedure.
* tests/profiles.scm ("manifest-transaction-removal-candidate?"): New
test.
94a400be — Ludovic Courtès 8 years ago
import cran: Generate a valid 'license' field for "GPL".

Fixes <http://bugs.gnu.org/27294>.
Reported by Joshua Sierles <joshua@joshua.si>.

* guix/import/cran.scm (string->license) <"GPL">: Return a quoted list.
b74e2f61 — Danny Milosavljevic 8 years ago
gnu: stellarium: Update to 0.16.0.

* gnu/packages/astronomy.scm (stellarium)[inputs]: Add qtlocation.
[arguments]: Remove "patch-version-check" phase.
Add "patch-tests" phase.
Next