~ruther/guix-local

0202612d — nikita 10 years ago
gnu: Add emacs-ebuild-mode.

* gnu/packages/emacs.scm (emacs-ebuild-mode): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
26e08b4d — nikita 10 years ago
gnu: Add emacs-lua-mode.

* gnu/packages/emacs.scm (emacs-lua-mode): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
4714d521 — Ricardo Wurmus 10 years ago
gnu: Add r-bsgenome-mmusculus-ucsc-mm10.

* gnu/packages/bioinformatics.scm (r-bsgenome-mmusculus-ucsc-mm10): New
  variable.
c4e48b68 — Ricardo Wurmus 10 years ago
guix: Add downloader for Mercurial repositories.

* guix/build/hg.scm: New file.
* guix/hg-download.scm: New file.
* Makefile.am (MODULES): Add them.
9c4a8514 — Leo Famulari 10 years ago
gnu: openssl: Fix CVE-2016-2177 and CVE-2016-2178.

* gnu/packages/patches/openssl-CVE-2016-2177.patch,
gnu/packages/patches/openssl-CVE-2016-2178.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/tls.scm (openssl/fixed): Use them.
a44fd439 — Danny Milosavljevic 10 years ago
gnu: Add python-wcwidth and python2-wcwidth.

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

Co-authored-by: Leo Famulari <leo@famulari.name>
ce9cf64b — Ricardo Wurmus 10 years ago
gnu: Add log4cpp.

* gnu/packages/logging.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
ba6a996e — Ricardo Wurmus 10 years ago
gnu: Add gengetopt.

* gnu/packages/popt.scm (gengetopt): New variable.
d3a858cb — Hartmut Goebel 10 years ago
gnu: Add teensy-loader-cli.

* gnu/packages/flashing-tools.scm (teensy-loader-cli): New variable.
* gnu/packages/patches/teensy-loader-cli-help.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
1ec32f4a — Ludovic Courtès 10 years ago
store: Add #:select? parameter to 'add-to-store'.

* guix/store.scm (write-arg): Remove 'file' case.
(true): New procedure.
(add-to-store): Add #:select? parameter and honor it.  Use hand-coded
stub instead of 'operation'.
(interned-file): Add #:select? parameter and honor it.
* doc/guix.texi (The Store Monad): Adjust 'interned-file' documentation
accordingly.
0fb9a15b — Ludovic Courtès 10 years ago
gnu: grue-hunter: Move to (gnu packages games).

* gnu/packages/grue-hunter.scm: Remove.  Move contents to...
* gnu/packages/games.scm (grue-hunter): ... here.  New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
da675305 — Ludovic Courtès 10 years ago
packages: The 'source' can be any lowerable object.

* guix/packages.scm (expand-input): Use 'struct?' instead of 'origin?'
when matching SOURCE.
(package-source-derivation): Use 'lower-object' instead of
'origin->derivation'.
* tests/packages.scm ("package-source-derivation, local-file"): New
test.
* doc/guix.texi (package Reference): Update 'source' documentation
accordingly.
78951064 — Ludovic Courtès 10 years ago
packages: 'origin->derivation' expects an origin and nothing else.

* guix/packages.scm (origin->derivation): Rename 'source' parameter to
'origin'.  Move cases where SOURCE is a string to...
(package-source-derivation): ... here.
5257ab6d — Ludovic Courtès 10 years ago
packages: Recognize the '.Z' extension.

Reported by thomasd on #guix.

* guix/packages.scm (patch-and-repack)[decompression-type]: Add "Z".
6dc554fa — Efraim Flashner 10 years ago
gnu: pumpa: Build with qtbase.

* gnu/packages/pumpio.scm (pumpa)[inputs]: Remove qt, add qtbase.
e2788cef — Efraim Flashner 10 years ago
gnu: pinentry-qt: Build with qtbase.

* gnu/packages/gnupg.scm (pinentry-qt)[inputs]: Remove qt, add qtbase.
d438c968 — Efraim Flashner 10 years ago
gnu: Add qttools.

* gnu/packages/qt.scm (qttools): New variable.
d5ca54ce — Efraim Flashner 10 years ago
gnu: Add qtlocation.

* gnu/packages/qt.scm (qtlocation): New variable.
f5377013 — Efraim Flashner 10 years ago
gnu: Add qtwebchannel.

* gnu/packages/qt.scm (qtwebchannel): New variable.
00806f2b — Efraim Flashner 10 years ago
gnu: Add qtserialport.

* gnu/packages/qt.scm (qtserialport): New variable.
Next