summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-14gnu: pv: Use HTTPS....* gnu/packages/pv.scm (pv)[source, home-page]: Use HTTPS. Tobias Geerinckx-Rice
2017-05-13doc: Document the branching and rebuild scheduling strategy....* doc/contributing.texi (Submitting Patches): Document the branching scheme. Ludovic Courtès
2017-05-13gnu: guile-ssh: Rename "guile2.2-ssh" to "guile-ssh"....* gnu/packages/ssh.scm (guile-ssh)[inputs]: Change GUILE-2.0 to GUILE-2.2. (guile2.2-ssh): Define using 'deprecated-package'. (guile2.0-ssh): New variable. * gnu/packages/package-management.scm (guix)[propagated-inputs]: Adjust accordingly. Ludovic Courtès
2017-05-13gnu: guile-json: Rename "guile2.2-json" to "guile-json"....* gnu/packages/guile.scm (guile-json)[native-inputs]: Change GUILE-2.0 to GUILE-2.2. (guile2.2-json): Define using 'deprecated-package'. (guile2.0-json): New variable. * gnu/packages/bioinformatics.scm (rcas-web)[inputs]: Update accordingly. * gnu/packages/ci.scm (cuirass)[inputs]: Likewise. * gnu/packages/package-management.scm (guix)[inputs]: Likewise. Ludovic Courtès
2017-05-13gnu: Add nnn....* gnu/packages/admin.scm (nnn): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Ethan R. Jones
2017-05-13gnu: emacs-clojure-mode: Enable tests....* gnu/packages/emacs.scm (emacs-clojure-mode)[arguments]: Add 'check' phase. [native-inputs]: Add emacs-dash, emacs-s and ert-runner. Arun Isaac
2017-05-13gnu: Add ert-runner....* gnu/packages/emacs.scm (ert-runner): New variable. Arun Isaac
2017-05-13gnu: Add emacs-commander....* gnu/packages/emacs.scm (emacs-commander): New variable. Arun Isaac
2017-05-13gnu: Add emacs-ansi....* gnu/packages/emacs.scm (emacs-ansi): New variable. Arun Isaac
2017-05-13bournish: 'ls' adjusts the column width depending on the entries....* guix/build/bournish.scm (display-tabulated): Remove #:columns and #:column-width parameters. Add #:terminal-width and #:column-gap. Compute COLUMN-WIDTH and COLUMNS. Ludovic Courtès
2017-05-13bournish: 'ls' lists directory contents....Suggested by Ricardo Wurmus. * guix/build/bournish.scm (ls-command-implementation): When FILE is a directory, list its contents rather than FILE itself. Ludovic Courtès
2017-05-13gnu: php: Add '--with-mysqli' configure option....* gnu/packages/php.scm: Add '--with-mysqli' configure option. Alex Sassmannshausen
2017-05-13gnu: php: Remove '--enable-threads' configure option....* gnu/packages/php.scm (php): Remove '--enable-threads' configure option, as it is no longer recognized in PHP 7. Alex Sassmannshausen
2017-05-13gnu: emacs-key-chord: Set source file-name....* gnu/packages/emacs.scm (emacs-key-chord)[source]: Add file-name field. Arun Isaac
2017-05-13gnu: emacs-transpose-frame: Set source file-name....* gnu/packages/emacs.scm (emacs-transpose-frame)[source]: Add file-name field. Arun Isaac
2017-05-13gnu: emacs-goto-chg: Set source file-name....* gnu/packages/emacs.scm (emacs-goto-chg)[source]: Add file-name field. Arun Isaac
2017-05-13import: pypi: Robustify latest-release....* guix/import/pypi.scm (latest-release): Check if pypi-fetch has failed. If so return #f, else construct the <upstream-source>. Mathieu Othacehe
2017-05-13import: cran: Robustify cran-package?....* guix/import/cran.scm (package->upstream-name): Return #f if url start and end index could not be determined. (cran-package?): Check if the upstream-name can be extracted from given package. * tests/cran.scm: Add "r-minimal is not a cran package" to make sure that r-minimal is not detected as a cran package. This fixes a failure of guix refresh on r-minimal because no upsteam-name can be determined from ".../R-version.tar.gz" uri. Mathieu Othacehe
2017-05-13gnu: python-termcolor: Fix uri....* gnu/packages/python.scm (python-termcolor): Remove "python-" from pypi uri. This was causing guix refresh to fail on this package. Mathieu Othacehe
2017-05-13.gitignore: Ignore Emacs auto-save files....* .gitignore: Add entries for temporary files created by Emacs. Co-authored-by: Alex Kost <alezost@gmail.com> ng0
2017-05-13system: Export 'read-boot-parameters'....This partially reverts commit 9530e73b496fefe65dcb936825b6beda79f7fdf2. * gnu/system.scm: Export 'read-boot-parameters' for backward compatibility. Alex Kost
2017-05-12gnu: gimp: Update to 2.8.22 [fixes CVE-2007-3126]....* gnu/packages/gimp.scm (gimp): Update to 2.8.22. Leo Famulari
2017-05-13gnu: Add e3....* gnu/packages/text-editors.scm (e3): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> ng0
2017-05-13scripts: Do not create the config directory....This fixes runs of 'guix package' and 'guix system' tests in environments where $HOME is read-only. * guix/ui.scm (config-directory): Add #:ensure? parameter and honor it. * guix/scripts.scm (warn-about-old-distro): Pass #:ensure? #f to 'config-directory'. Ludovic Courtès
2017-05-13doc: Update "Limitations"....* doc/guix.texi (Limitations): Mention LXDE; increase the package count; reword sentence about services. Ludovic Courtès
2017-05-13tests: "basic" test loads (guix …) modules from the right place....This is a followup to 7561881f2a5d2dc463c24713745eca03e67044bf. * gnu/tests/base.scm (run-basic-test)["/run/current-system is a GC root"]: Remove 'set!' statements, add 'add-to-load-path' statement for GUIX. Ludovic Courtès
2017-05-13tests: Strengthen GC root test....* gnu/tests/base.scm (run-basic-test)["/run/current-system is a GC root"]: Check for a specific return value, 'success!. Ludovic Courtès
2017-05-12gnu: reptry: Fix build....* gnu/packages/patches/reptyr-fix-gcc-7.patch: New file. * gnu/local.mk (dist_patch_DATA): Add new patch. * gnu/packages/screen.scm (reptyr): Use patch. Mathieu Othacehe
2017-05-12gnu: postgresql: Update to 9.6.3 [fixes CVE-2017-{7484,7485,7486}]....* gnu/packages/databases.scm (postgresql): Update to 9.6.3. Marius Bakke
2017-05-12gnu: Add lierolibre....* gnu/packages/patches/lierolibre-check-unaligned-access.patch, gnu/packages/patches/lierolibre-is-free-software.patch, gnu/packages/patches/lierolibre-remove-arch-warning.patch, gnu/packages/patches/lierolibre-try-building-other-arch.patch, gnu/packages/patches/lierolibre-newer-libconfig.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/games.scm (lierolibre): New variable. Marius Bakke
2017-05-12gnu: openvpn: Update to 2.4.2 [fixes CVE-2017-7478, CVE-2017-7479]....* gnu/packages/vpn.scm (openvpn): Update to 2.4.2. Marius Bakke
2017-05-12gnu: rocksdb: Disable tests on 32-bit systems....* gnu/packages/databases.scm (rocksdb)[arguments]: Make #:tests? conditional. Delete unnecessary 'build' phase. Move portability environment variable before check phase. Marius Bakke
2017-05-12gnu: cryptsetup: Update to 1.7.5....* gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.5. Marius Bakke
2017-05-12gnu: kbd: Set home page to kbd-project.org....* gnu/packages/linux.scm (kbd)[home-page]: Update. Marius Bakke
2017-05-12gnu: psmisc: Update to 22.21....* gnu/packages/linux.scm (psmisc): Update to 22.21. [home-page]: Update. Marius Bakke
2017-05-12gnu: proot: Add statically-linked variant....* gnu/packages/linux.scm (proot-static): New variable. Ludovic Courtès
2017-05-12gnu: talloc: Add static variant....* gnu/packages/samba.scm (talloc/static): New variable. Ludovic Courtès
2017-05-12gnu: emacs-ag: Propagate the-silver-searcher....This allows emacs-ag to be used on remote systems. * gnu/packages/emacs.scm (emacs-ag)[inputs]: Remove. Move THE-SILVER-SEARCHER to... [propagated-inputs]: ... here. [arguments]: Remove 'patch-exec-paths' phase. Clément Lassieur
2017-05-12gnu: miniupnpc: Fix CVE-2017-8798....* gnu/packages/patches/miniupnpc-CVE-2017-8798.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/upnp.scm (miniupnpc)[source]: Use it. Marius Bakke
2017-05-11gnu: cryptsetup-static: Fix FTBFS with lvm2-static@2.02.171....* gnu/packages/cryptsetup.scm (cryptsetup-static)[arguments]<#:configure-flags>: Add "-lm" to LIBS. Marius Bakke
2017-05-11nls: Update 'fr' translation.Ludovic Courtès
2017-05-11gnu: lxde-common: Provide 'startlxde' with the 'lxsession' file name....Fixes <https://bugs.gnu.org/26688>. * gnu/packages/lxde.scm (lxde-common)[arguments, inputs]: New fields. Ludovic Courtès
2017-05-11gnu: Add antlr3 and stringtemplate4....* gnu/packages/java.scm (antlr3, stringtemplate4): New variables. Julien Lepiller
2017-05-11gnu: Add stringtemplate3....* gnu/packages/java.scm (stringtemplate3): New variable. Julien Lepiller
2017-05-11gnu: Add antlr2....* gnu/packages/java.scm (antlr2): New variable. Julien Lepiller
2017-05-11gnu: Add pootle....* gnu/packages/django.scm (pootle): New variable. Julien Lepiller
2017-05-11gnu: Fix python2-django-allauth....* gnu/packages/python.scm (python-openid)[properties]: Use python2-variant. Julien Lepiller
2017-05-11gnu: python-pytest-django: Update to 3.1.2....* gnu/packages/django.scm (python-pytest-django, python2-pytest-django): Update to 3.1.2. Julien Lepiller
2017-05-11gnu: Add python-django-statici18n....* gnu/packages/django.scm (python-django-statici18n, python2-django-statici18n): New variables. Julien Lepiller
2017-05-11gnu: Add python-django-appconf....* gnu/packages/django.scm (python-django-appconf, python2-django-appconf): New variables. Julien Lepiller