~ruther/guix-local

d3a858cb — Hartmut Goebel 9 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 9 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 9 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 9 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 9 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 9 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 9 years ago
gnu: pumpa: Build with qtbase.

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

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

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

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

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

* gnu/packages/qt.scm (qtserialport): New variable.
bc8ede01 — Efraim Flashner 9 years ago
gnu: Add qtwayland.

* gnu/packages/qt.scm (qtwayland): New variable.
15378f93 — Efraim Flashner 9 years ago
gnu: Add qtmultimedia.

* gnu/packages/qt.scm (qtmultimedia): New variable.
3474767c — Efraim Flashner 9 years ago
gnu: Add qtsensors.

* gnu/packages/qt.scm (qtsensors): New variable.
cac893ec — Efraim Flashner 9 years ago
gnu: Add qtwebsockets.

* gnu/packages/qt.scm (qtwebsockets): New variable.
e98cb96d — Efraim Flashner 9 years ago
gnu: Add qtconnectivity.

* gnu/packages/qt.scm (qtconnectivity): New variable.
e3a2ed81 — Efraim Flashner 9 years ago
gnu: Add qtdeclarative.

* gnu/packages/qt.scm (qtdeclarative): New variable.
98eec712 — Efraim Flashner 9 years ago
gnu: Add qtxmlpatterns.

* gnu/packages/qt.scm (qtxmlpatterns): New variable.
f6c13613 — Efraim Flashner 9 years ago
gnu: Add qtx11extras.

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