summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* Add (guix self) and use it when pulling.Ludovic Courtès2017-11-21
| | | | | | | | | | | | | | | | | | | | This mitigates <https://bugs.gnu.org/27284>. * guix/self.scm: New file. * Makefile.am (MODULES): Add it. * build-aux/build-self.scm (libgcrypt, zlib, gzip, bzip2, xz) (false-if-wrong-guile, package-for-current-guile, guile-json) (guile-ssh, guile-git, guile-bytestructures): Remove. (build): Rewrite to simply delegate to 'compiled-guix'. * gnu/packages.scm (%distro-root-directory): Rewrite to try different directories. * guix/discovery.scm (guix): Export 'scheme-files'. * guix/scripts/pull.scm (build-and-install): Split into... (install-latest): ... this. New procedure. And... (build-and-install): ... this, which now takes a monadic value argument. (indirect-root-added): Remove. (guix-pull): Call 'add-indirect-root'. Call 'build-from-source' and pass the result to 'build-and-install'.
* gnu: guix: Update snapshot.Marius Bakke2017-11-21
| | | | * gnu/packages/package-management.scm (guix): Update to 953c2de.
* tests: Disable test for freed disk space that fails on Btrfs.Marius Bakke2017-11-21
| | | | | | | | | This is a follow-up to commit 40e89f5be609045bc2666cc16a4ef80bb7f84095. * tests/store.scm ("dead path can be explicitly collected"): Don't check that (> freed 0). * gnu/packages/package-management.scm (guix)[arguments]<#:phases>: Remove workaround for the same problem.
* gnu: taglib: Update to 1.11.1 and fix home page.Pierre Langlois2017-11-21
| | | | | | | | * gnu/packages/mp3.scm (taglib)[version]: Update to 1.11.1. [arguments]: Configure with -DBUILD_SHARED_LIBS=ON. [home-page]: Change to http://taglib.org. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: retroarch: Update to 1.6.9.Rutger Helling2017-11-21
| | | | | | * gnu/packages/games.scm (retroarch): Update to 1.6.9. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: gnupg: Update to 2.2.3.Marius Bakke2017-11-21
| | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.2.3.
* gnu: orc: Update to 0.4.28.Marius Bakke2017-11-21
| | | | * gnu/packages/gstreamer.scm (orc): Update to 0.4.28.
* gnu: samba: Update to 4.7.3 [fixes CVE-2017-14746 and CVE-2017-15275].Marius Bakke2017-11-21
| | | | * gnu/packages/samba.scm (samba): Update to 4.7.3.
* gnu: signify: Update to 23.Marius Bakke2017-11-21
| | | | * gnu/packages/crypto.scm (signify): Update to 23.
* gnu: guix: Disable test that fails on Btrfs.Marius Bakke2017-11-21
| | | | | | | | | Works around <https://bugs.gnu.org/29363>. Reported by Rutger Helling <rhelling@mykolab.com>. * gnu/packages/package-management.scm (guix)[arguments]: Rename 'disable-container-tests' phase to 'disable-failing-tests' and add substitution to disable test for freed disk space.
* gnu: retroarch: Update to 1.6.8.Rutger Helling2017-11-21
| | | | | | * gnu/packages/games.scm (retroarch): Update to 1.6.8. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: cdogs-sdl: Update to 0.6.6.Rutger Helling2017-11-21
| | | | | | * gnu/packages/games.scm (cdogs-sdl): Update to 0.6.6. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: procenv: Update to 0.50.Rutger Helling2017-11-21
| | | | | | * gnu/packages/linux.scm (procenv): Update to 0.50. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: you-get: Update to 0.4.964.Rutger Helling2017-11-21
| | | | | | * gnu/packages/video.scm (you-get): Update to 0.4.964. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Patch path to locale in gnome-desktop.Christopher Baines2017-11-21
| | | | | * gnu/packages/gnome.scm (gnome-desktop)[arguments]: Add 'patch-path phase to get libgnome-desktop to use the full path to the locale binary.
* gnu: knot: Update licence information.Tobias Geerinckx-Rice2017-11-21
| | | | * gnu/packages/dns.scm (knot)[license]: Add PUBLIC-DOMAIN. Expand comments.
* gnu: knot: Support dnstap query logging.Tobias Geerinckx-Rice2017-11-21
| | | | | | | * gnu/packages/dns.scm (knot)[source]: No longer delete dnstap. It appears that dnstap is intended to be bundled and modified. [inputs]: Add fstrm and protobuf-c. [arguments]: Add ‘--with-module-dnstap=yes’ to #:configure-flags.
* gnu: Use ‘license:’ prefix in (gnu packages protobuf).Tobias Geerinckx-Rice2017-11-21
| | | | | * gnu/packages/protobuf.scm (fstrm, protobuf, protobuf-2, protobuf-c) (python-protobuf, python2-protobuf): Use ‘license:’ prefix.
* gnu: Add fstrm.Tobias Geerinckx-Rice2017-11-21
| | | | * gnu/packages/protobuf.scm (fstrim): New public variable.
* gnu: protobuf: Add ‘static’ output.Tobias Geerinckx-Rice2017-11-21
| | | | | * gnu/packages/protobuf.scm (protobuf)[outputs]: New field. [arguments]: Add new ‘move-static-libraries’ phase.
* gnu: perl-devel-stacktrace: Update to 2.03.Tobias Geerinckx-Rice2017-11-21
| | | | * gnu/packages/perl.scm (perl-devel-stacktrace): Update to 2.03.
* gnu: btrfs-progs: Update to 4.14.Tobias Geerinckx-Rice2017-11-21
| | | | * gnu/packages/linux.scm (btrfs-progs): Update to 4.14.
* gnu: nss: Mark up description.Tobias Geerinckx-Rice2017-11-21
| | | | * gnu/packages/gnuzilla.scm (nss)[description]: Use @dfn.
* gnu: eid-mw: Update to 4.3.4.Tobias Geerinckx-Rice2017-11-21
| | | | | * gnu/packages/security-token.scm (eid-mw): Update to 4.3.4. Fix up indentation.
* gnu: musl: Update to 1.1.18.Leo Famulari2017-11-20
| | | | * gnu/packages/musl.scm (musl): Update to 1.1.18.
* gnu: Add python-pyodbc.Danny Milosavljevic2017-11-20
| | | | * gnu/packages/databases.scm (python-pyodbc, python2-pyodbc): New variables.
* Add semicolon in commands that set GUIX_PROFILE.Ludovic Courtès2017-11-20
| | | | | | | | | | | Fixes <https://bugs.gnu.org/28223>. Reported by Rosebud Uplink <Uplink.Introversion@outlook.com>. * doc/guix.texi (Binary Installation): Add missing semicolon after 'GUIX_PROFILE=' line. (Invoking guix package): Likewise. * gnu/system.scm (operating-system-etc-service)[profile]: Likewise. * guix/build/profiles.scm (build-etc/profile): Likewise.
* gnu: wget2: Switch to official URL.Rutger Helling2017-11-20
| | | | | | * gnu/packages/wget.scm (wget2): Switch to official URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: scribus: Fix No module named _sysconfigdata_nd.Nicolas Goaziou2017-11-20
| | | | | | | * gnu/packages/scribus.scm (scribus): Wrap PATH with expected Python around executable. Fixes <https://bugs.gnu.org/25035>.
* gnu: linux-libre@4.9: Update to 4.9.63.Mark H Weaver2017-11-20
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.63.
* gnu: linux-libre@4.4: Update to 4.4.99.Mark H Weaver2017-11-20
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.99.
* gnu: Add python-clf.Oleg Pykhalov2017-11-20
| | | | * gnu/packages/web.scm (python-clf): New variable.
* gnu: kodi: Update snapshot.Marius Bakke2017-11-20
| | | | * gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-67fd70f.
* gnu: gcc@6: Respect SOURCE_DATE_EPOCH in __DATE__ and __TIME__ macros.Marius Bakke2017-11-20
| | | | | | | * gnu/packages/patches/gcc-6-source-date-epoch-1.patch, gnu/packages/patches/gcc-6-source-date-epoch-2.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them. * gnu/packages/gcc.scm (gcc-6)[source]: Use them.
* gnu: guix: Update snapshot.Ludovic Courtès2017-11-20
| | | | * gnu/packages/package-management.scm (guix): Update to 0b4c385.
* gnu: gajim: Add python2-axolotl to inputs.Rutger Helling2017-11-19
| | | | | | * gnu/packages/messaging.scm (gajim)[inputs]: Add python2-axolotl. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: qtox: Add filteraudio to inputs.Rutger Helling2017-11-19
| | | | | | * gnu/packages/messaging.scm (qtox)[inputs]: Add filteraudio. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: c-toxcore: Update to 0.1.10.Rutger Helling2017-11-19
| | | | | | * gnu/packages/messaging.scm (c-toxcore): Update to 0.1.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: audacity: Fix building on non-Intel systems.Efraim Flashner2017-11-19
| | | | | * gnu/packages/audio.scm (audacity)[arguments]: On non-Intel systems add a configure-flag to disable SSE optimizations.
* gnu: nss, nss-certs: Update to 3.34.Marius Bakke2017-11-19
| | | | | * gnu/packages/certs.scm (nss-certs): Update to 3.34. * gnu/packages/gnuzilla.scm (nss): Update to 3.34.
* gnu: bitcoin: Update to 0.15.1.Marius Bakke2017-11-19
| | | | * gnu/packages/finance.scm (bitcoin-core): Update to 0.15.1.
* gnu: strace: Update to 4.20.Marius Bakke2017-11-19
| | | | * gnu/packages/linux.scm (strace): Update to 4.20.
* gnu: samba: Update to 4.7.2.Marius Bakke2017-11-19
| | | | * gnu/packages/samba.scm (samba): Update to 4.7.2.
* gnu: tevent: Update to 0.9.34.Marius Bakke2017-11-19
| | | | * gnu/packages/samba.scm (tevent): Update to 0.9.34.
* Update email address for ng0.ng02017-11-19
|
* gnu: Patch ikiwiki to set PERL5LIB in the CGI wrapper.Christopher Baines2017-11-19
| | | | | | | This helps with CGI support. * gnu/packages/web.scm (ikiwik)[arguments]: Add 'include-PERL5LIB-in-wrapper phase.
* gnu: nano: Update to 2.9.0.Efraim Flashner2017-11-18
| | | | * gnu/packages/nano.scm (nano): Update to 2.9.0.
* gnu: owncloud-client: Update to 2.3.4.Efraim Flashner2017-11-18
| | | | * gnu/packages/sync.scm (owncloud-client): Update to 2.3.4.
* gnu: owncloud-client: Don't check for updates.Efraim Flashner2017-11-18
| | | | | | * gnu/packages/sync.scm (owncloud-client)[source]: Add patch. * gnu/packages/patches/owncloud-disable-updatecheck.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: libreoffice: Remove GTK+ 2.Rutger Helling2017-11-18
| | | | | | | | | LibreOffice doesn't need to use both GTK+ 2 and GTK+ 3. * gnu/packages/libreoffice.scm (libreoffice)[inputs]: Remove gtk+-2. [configure-flags]: Add "--disable-gtk". Signed-off-by: Leo Famulari <leo@famulari.name>