~ruther/guix-local

963521a3 — 宋文武 9 years ago
profiles: manifest-lookup-package: Correctly handle package entries.

* guix/profiles.scm (manifest-lookup-package): Consider the package entry
in addition to its 'package-transitive-inputs'.
359f06aa — 宋文武 9 years ago
profiles: xdg-mime-database: Union the "share/mime/packages" directory.

* guix/profiles.scm (xdg-mime-database): Call 'union-build' for the
"share/mime/packages" directory of inputs.
436dd046 — Leo Famulari 9 years ago
gnu: expat: Fix CVE-2012-6702 and CVE-2016-5300.

* gnu/packages/patches/expat-CVE-2012-6702-and-CVE-2016-5300.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xml.scm (expat/fixed): Use it.
a50afcf9 — Mark H Weaver 9 years ago
gnu: linux-libre: Update to 4.6.2.

* gnu/packages/linux.scm (linux-libre): Update to 4.6.2.
c785fe13 — Mark H Weaver 9 years ago
gnu: linux-libre-4.4: Update to 4.4.13.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.13.
08ffddea — Mark H Weaver 9 years ago
gnu: linux-libre-4.1: Update to 4.1.26.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.26.
7c6058c0 — Taylan Ulrich Bayırlı/Kammer 9 years ago
gnu: higan: Various improvements.

* gnu/packages/games.scm (higan): Use semi-official repository at GitLab
(using hotfix tag 098b which is equivalent to official release 098).
Add a patch to remove the build flag -march=native.  Set profile to
balanced.
* gnu/packages/patches/higan-remove-march-native-flag.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
c59f62e9 — Ludovic Courtès 9 years ago
gnu: dstat: Adjust license.

* gnu/packages/admin.scm (dstat)[license]: Change to GPL2+.
1a0346f0 — Peter 9 years ago
gnu: Add dstat.

* gnu/packages/admin.scm (dstat): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
0ee23de9 — Clément Lassieur 9 years ago
gnu: Add woof.

* gnu/packages/web.scm (woof): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9e8599a3 — Patrick Hetu 9 years ago
gnu: g-wrap: Install modules to 'site/2.0'.

* gnu/packages/guile.scm (g-wrap)[arguments]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b92d02d9 — Roel Janssen 9 years ago
gnu: Add sparql-query.

* gnu/packages/databases.scm (sparql-query): New variable.
aece7602 — Efraim Flashner 9 years ago
gnu: qtbase: Update to 5.6.1.

* gnu/packages/qt.scm (qtbase): Update to 5.6.1.
e4c7a5f7 — Ludovic Courtès 9 years ago
publish: Add '--ttl'.

* guix/scripts/publish.scm (show-help, %options): Add --ttl.
(render-narinfo): Add #:ttl and honor it.
(make-request-handler): Add #:narinfo-ttl and honor it.
(run-publish-server): Likewise.
(guix-publish): Honor --ttl, pass it to 'run-publish-server'.
638c5b79 — Ludovic Courtès 9 years ago
ui: 'string->duration' supports hours and seconds.

* guix/ui.scm (string->duration): Add seconds and hours.
* tests/ui.scm ("duration, 1 second"): New test.
gnu: st: Update to 0.6

* gnu/packages/suckless.scm (st): Update to 0.6.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu: weechat: Update to 1.5.

* gnu/packages/irc.scm (weechat): Update to 1.5.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
5f6aba6b — Lukas Gradl 9 years ago
gnu: Add googletest.

* gnu/packages/check.scm (googletest): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
1f3cf0fd — Efraim Flashner 9 years ago
gnu: owncloud-client: Update to 2.2.1.

* gnu/packages/owncloud.scm (owncloud-client): Update to 2.2.1.
4e530049 — 宋文武 9 years ago
gnu: xboard: Update to 4.9.0, use GTK+ front-end.

* gnu/packages/games.scm (xboard): Update to 4.9.0.
[inputs]: Add gtk+-2.
Next