summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-02gnu: python2-scikit-image: Use strip-python2-variant....* gnu/packages/python.scm (python2-scikit-image): Inherit using strip-python2-variant. [propagated-inputs]: Remove work-around for python2-matplotlib, python2-numpy, python2-scipy. Efraim Flashner
2016-09-02gnu: python-scikit-learn: Set source file name....* gnu/packages/python.scm (python-scikit-learn)[source]: Add 'file-name' field. Efraim Flashner
2016-09-02gnu: python2-scikit-learn: Use strip-python2-variant....* gnu/packages/python.scm (python2-scikit-learn): Replace package definition with 'package-with-python2', using 'strip-python2-variant' to simplify the package definition. Efraim Flashner
2016-09-02gnu: python-requests-mock: Update to 1.0.0....* gnu/packages/openstack.scm (python-requests-mock): Update to 1.0.0. [inputs]: Remove python-setuptools. Move python-mock ... [native-inputs]: ... to here. Add python-discover, python-fixtures, python-sphinx, python-testrepostory, python-testtools. [properties]: Add python2-variant. (python2-requests-mock): inherit stripped variant. [native-inputs]: Use python2-setuptools. Efraim Flashner
2016-09-01Revert "gnu: gsl: Update to 2.2."...This reverts commit b16b16e6c2ba9780ebdf936c325e06ebcc0a950b. Rationale: gsl-2.2 consistently fails its test suite on i686. Inkscape depends on gsl, and the grub background image is converted using inkscape, so i686 systems can no longer be built. Mark H Weaver
2016-09-02gnu: dtc: Add missing symbols patch from debian....* gnu/packages/u-boot.scm (dtc)[source]: Add patch. * gnu/packages/patches/dtc-add-missing-symbols-to-lds.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: David Craven <david@craven.ch> Danny Milosavljevic
2016-09-01guix build: Rewrite '--with-input' in terms of 'package-input-rewriting'....* guix/scripts/build.scm (transform-package-inputs): Rewrite in terms of 'package-input-rewriting'. Ludovic Courtès
2016-09-01packages: Add 'package-input-rewriting'....* guix/packages.scm (package-input-rewriting): New procedure. * tests/packages.scm ("package-input-rewriting"): New test. * doc/guix.texi (Defining Packages): Document it. (Package Transformation Options): Add cross-reference. Ludovic Courtès
2016-09-01gnu: Fix typo in description of xfce-desktop-service....* gnu/services/desktop.scm (xfce-desktop-service) abilit --> ability. John Darrington
2016-09-01gnu: Add rpcbind...* gnu/packages/onc-rpc.scm (rpcbind): New variable. John Darrington
2016-09-01gnu: Add telepathy-mission-control....* gnu/packages/freedesktop.scm (telepathy-mission-control): New variable. Kei Kebreau
2016-09-01gnu: Add u-boot....* gnu/packages/u-boot.scm (u-boot, make-u-boot-package, u-boot-vexpress_ca9x4, u-boot-malta): New variables. Co-authored-by: David Craven <david@craven.ch> Danny Milosavljevic
2016-09-01gnu: Add dtc....* gnu/packages/u-boot.scm (dtc): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add file. Co-authored-by: David Craven <david@craven.ch> Danny Milosavljevic
2016-09-01Update 'TODO'....* TODO: Remove items about guix challenge & guix publish. Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vincent Legoll
2016-09-01Reinstate "services: elogind: Provide '%elogind-file-systems' by extension."...This reverts commit 17073dafc59d62fb8cbb8b94d61d3ecc488ac59f. Ludovic Courtès
2016-09-01gnu: slim: Move to display-managers.scm....* gnu/packages/display-managers.scm: New file. * gnu/packages/slim.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. * gnu/services/xorg.scm: Likewise. Marius Bakke
2016-09-01tests: hackage: Fix mock urls....Followup to 18f747350437136b203ef6400176d1fb07b131ea. * tests/hackage.scm (hackage->guix-package): Use 'https' in mock urls. Efraim Flashner
2016-09-01gnu: Fix typo in copyright notice in (gnu packages networking)....* gnu/packages/networking.scm: "Coypright" --> "Copyright". Mark H Weaver
2016-08-31gnu: icedtea-6: Update to 1.13.12 [security fixes]....Fixes CVE-2016-{3458,3485,3500,3508,3550,3606}. * gnu/packages/java.scm (icedtea-6): Update to 1.13.12. [source]: Remove 'icedtea-remove-overrides' patch. [arguments]: Move ALSA header substitution to 'patch-paths' phase. * gnu/packages/patches/icedtea-remove-overrides.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Leo Famulari
2016-08-31gnu: rofi: Update to 1.2.0....* gnu/packages/xdisorg.scm (rofi): Update to 1.2.0. [inputs]: Drop libx11 and add xcb-util-xrm. Signed-off-by: Leo Famulari <leo@famulari.name> Marius Bakke
2016-08-31gnu: Add xcb-util-xrm....* gnu/packages/xdisorg.scm (xcb-util-xrm): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Marius Bakke
2016-08-31gnu: wcslib: Correct formatting and grammar....* gnu/packages/astronomy.scm (wcslib): Minor whitespace and grammatical changes. John Darrington
2016-08-31gnu: bambam: Remove wrap-binary phase....Functionality provided already by python-build-system. * gnu/packages/games.scm (bambam)[arguments]: Remove 'wrap-binary phase. [synopsis]: Capitalize first word. Eric Bavier
2016-08-31tests: cpan: Fix mock urls....Followup to 7a62263ee5. * tests/cpan.scm (cpan->guix-package): Use "https" in mock urls. Eric Bavier
2016-08-31services: shepherd: Add 'shepherd-service-upgrade', from 'guix system'....* guix/scripts/system.scm (service-upgrade): Move to... * gnu/services/shepherd.scm (shepherd-service-upgrade): ... here. * tests/system.scm ("service-upgrade: nothing to do", "service-upgrade: one unchanged, one upgraded, one new", "service-upgrade: service depended on is not unloaded", "service-upgrade: obsolete services that depend on each other"): Move to... * tests/services.scm: ... here. Adjust to 'service-upgrade' rename. Ludovic Courtès
2016-08-31guix system: Do not unload services depended on....Reported by Mark H Weaver <mhw@netris.org> at <https://lists.gnu.org/archive/html/guix-devel/2016-08/msg01470.html>. * guix/scripts/system.scm (service-upgrade)[live-service-required?]: New procedure. [obsolete?]: Use it. * tests/system.scm ("service-upgrade: service depended on is not unloaded", "service-upgrade: obsolete services that depend on each other"): New tests. Ludovic Courtès
2016-08-31services: shepherd: Parameterize 'shepherd-service-back-edges'....* gnu/services/shepherd.scm (shepherd-service-back-edges): Add #:provision and #:requirement parameter. Honor them. Ludovic Courtès
2016-08-31guix system: Use 'shepherd-service-lookup-procedure' in 'service-upgrade'....* guix/scripts/system.scm (service-upgrade)[essential?]: SERVICE is now a <live-service>. [lookup-target, lookup-live, running?, stopped, obsolete?]: New procedures. [to-load, to-unload]: Use them. TO-UNLOAD is now a list of <live-service>. (call-with-service-upgrade-info): Extract symbols from TO-UNLOAD. * tests/system.scm ("service-upgrade: one unchanged, one upgraded, one new"): Adjust accordingly. Ludovic Courtès
2016-08-31services: shepherd: Add 'shepherd-service-lookup-procedure'....* gnu/services/shepherd.scm (shepherd-service-lookup-procedure): New procedure. (shepherd-service-back-edges)[provision->service]: Use it. * tests/services.scm ("shepherd-service-lookup-procedure"): New test. Ludovic Courtès
2016-08-31guix system: Extract and test the service upgrade procedure....* guix/scripts/system.scm (service-upgrade): New procedure, with code from... (call-with-service-upgrade-info): ... here. Use it. * tests/system.scm (live-service, service-upgrade): New variables. ("service-upgrade: nothing to do", "service-upgrade: one unchanged, one upgraded, one new"): New tests. Ludovic Courtès
2016-08-31services: herd: Provide <live-service> objects....* gnu/services/herd.scm (<live-service>): New record type. (current-services): Change to return a single value: #f or a list of <live-service>. * guix/scripts/system.scm (call-with-service-upgrade-info): Adjust accordingly. * gnu/tests/base.scm (run-basic-test)["shepherd services"]: Adjust accordingly. Ludovic Courtès
2016-08-31doc: Fix 'ntp-service' typo....Reported by Vincent Legoll <vincent.legoll@gmail.com>. * doc/guix.texi (Networking Services): Change #:name-service to #:servers in 'ntp-service' documentation. Ludovic Courtès
2016-08-31gnu: subread: Update to 1.5.1....* gnu/packages/bioinformatics.scm (subread): Update to 1.5.1. Ricardo Wurmus
2016-08-31gnu: Add emacs-auto-complete....* gnu/packages/emacs.scm (emacs-auto-complete): New variable. Signed-off-by: Alex Kost <alezost@gmail.com> ng0
2016-08-31gnu: Add emacs-cyberpunk-theme....* gnu/packages/emacs.scm (emacs-cyberpunk-theme): New variable. Signed-off-by: Alex Kost <alezost@gmail.com> ng0
2016-08-31gnu: Add emacs-flx....* gnu/packages/emacs.scm (emacs-flx): New variable. Signed-off-by: Alex Kost <alezost@gmail.com> ng0
2016-08-31gnu: aragorn: Update to 1.2.37....* gnu/packages/bioinformatics.scm (aragorn): Update to 1.2.37. Ben Woodcroft
2016-08-31gnu: autojump: Fix failing tests....This is a followup to 1d33b9e; test script was moved in upgrade to version 22.3.4. * gnu/packages/admin.scm (autojump)[arguments]: Adjust unit test script file name. Eric Bavier
2016-08-31gnu: Add bambam....* gnu/packages/games.scm (bambam): New variable. Efraim Flashner
2016-08-31gnu: alsa-utils: Use 'modify-phases'....* gnu/packages/linux.scm (alsa-utils)[arguments]: Use 'modify-phases' syntax. Efraim Flashner
2016-08-31gnu: alsa-utils: Update to 1.1.2....* gnu/packages/linux.scm (alsa-utils): Update to 1.1.2. Efraim Flashner
2016-08-31gnu: Add gnuastro...* gnu/packages/astronomy.scm (gnuastro): New variable. John Darrington
2016-08-31gnu: Add wcslib...* gnu/packages/astronomy.scm (wcslib): New variable. John Darrington
2016-08-31gnu: Add cfitsio...* gnu/packages/astronomy.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. John Darrington
2016-08-31gnu: fossil: Update to 1.35....* gnu/packages/version-control.scm (fossil): Update to 1.35. [source]: Download from fossil-scm.org, remove patch, remove snippet. * gnu/packages/patches/fossil-test-fixes.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner
2016-08-30gnu: Add telepathy-idle....* gnu/packages/freedesktop.scm (telepathy-idle): New variable. Kei Kebreau
2016-08-30gnu: Add kpmcore....* gnu/packages/kde-frameworks.scm (kpmcore): New variable. David Craven
2016-08-30gnu: Add plasma-framework....* gnu/packages/kde-frameworks.scm (plasma-framework): New variable. David Craven
2016-08-30gnu: Add kxmlrpcclient....* gnu/packages/kde-frameworks.scm (kxmlrpcclient): New variable. David Craven
2016-08-30gnu: Add kxmlgui....* gnu/packages/kde-frameworks.scm (kxmlgui): New variable. David Craven