summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add emacs-god-mode.Ricardo Wurmus2016-02-27
| | | | * gnu/packages/emacs.scm (emacs-god-mode): New variable.
* gnu: Add gtklick.Ricardo Wurmus2016-02-27
| | | | * gnu/packages/music.scm (gtklick): New variable.
* gnu: python2-pygtk: Add libglade to inputs.Ricardo Wurmus2016-02-27
| | | | * gnu/packages/gtk.scm (python2-pygtk)[inputs]: Add "libglade".
* gnu: Add pyliblo.Ricardo Wurmus2016-02-27
| | | | | * gnu/packages/audio.scm (python-pyliblo, python2-pyliblo): New variables.
* gnu: linux-libre-4.1: Update to 4.1.18.Mark H Weaver2016-02-27
| | | | * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.18.
* gnu: linux-libre: Update to 4.4.3.Mark H Weaver2016-02-27
| | | | * gnu/packages/linux.scm (linux-libre): Update to 4.4.3.
* import: Add github-updater.Ben Woodcroft2016-02-26
| | | | | | | * guix/import/github.scm: New file. * guix/scripts/refresh.scm (%updaters): Add %GITHUB-UPDATER. * doc/guix.texi (Invoking guix refresh): Mention it. * Makefile.am (MODULES): Add gnu/import/github.scm.
* store: 'path-info-deriver' is #f when there is no deriver.Ludovic Courtès2016-02-26
| | | | | | | * guix/store.scm (read-path-info): Use #f when we get the empty string for DERIVER. * guix/scripts/publish.scm (narinfo-string): Adjust accordingly. * tests/store.scm ("path-info-deriver"): New test.
* grafts: Add record type printer.Ludovic Courtès2016-02-26
| | | | | * guix/grafts.scm (write-graft): New procedure. Register it as a printer for <graft>.
* doc: Capitalize section title.Ludovic Courtès2016-02-26
| | | | * doc/guix.texi (Running GuixSD in a VM): Capitalize section title.
* gnu: gtk-doc: Improve fix-docbook phase.Mark H Weaver2016-02-25
| | | | | * gnu/packages/gtk.scm (gtk-doc)[arguments]: In the 'fix-docbook' phase, avoid hard-coding the docbook-xsl version number, and return #t.
* gnu: Add python-psycopg2.Danny Milosavljevic2016-02-25
| | | | * gnu/packages/python.scm (python-psycopg2, python2-psycopg2): New variables.
* gnu: diffoscope: Update to 49.Leo Famulari2016-02-25
| | | | | | | | | | * gnu/packages/package-management.scm (diffoscope): Update to 49. [source]: Use pypi-uri. [arguments]: Use python-3. Enable tests. Add 'dependency-on-python-magic' phase and remove 'dependency-on-rpm' phase. [native-inputs]: Remove python2-setuptools. [inputs]: Replace python2-file, python2-debian, python2-libarchive-c, python2-tlsh, python2-pytest, python2-chardet with python-3 variants.
* gnu: Add dconf-editor.Rene Saavedra2016-02-25
| | | | | | * gnu/packages/gnome.scm (dconf-editor): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: libx264: Change source URL to HTTP.Andy Wingo2016-02-25
| | | | | * gnu/packages/video.scm (libx264): Download via HTTP. The videolan ftp server does not work with IPv6.
* gnu: gtk-doc: Fix build.Andy Wingo2016-02-25
| | | | * gnu/packages/gtk.scm (gtk-doc): Fix build.
* gnu: youtube-dl: Update to 2016.02.22.Efraim Flashner2016-02-25
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2016.02.22.
* gnu: python-decorator: Update to 4.0.9.Efraim Flashner2016-02-25
| | | | * gnu/packages/python.scm (python-decorator): Update to 4.0.9.
* gnu: python-traitlets: Update to 4.1.0.Efraim Flashner2016-02-25
| | | | | * gnu/packages/python.scm (python-traitlets): Update to 4.1.0. [native-inputs]: Add python-mock.
* gnu: python-mccabe: Update to 0.4.0.Efraim Flashner2016-02-25
| | | | | | * gnu/packages/python.scm (python-mccabe): Update to 0.4.0. [inputs]: Add python-pytest, python-pytest-runner. (python-mccabe-0.2.1)[inputs]: Only use python-setuptools.
* gnu: python-flake8: Update to 2.5.4.Efraim Flashner2016-02-25
| | | | | * gnu/packages/python.scm (python-flake8): Update to 2.5.4. [inputs]: Use recent python-pep8, python-pyflakes.
* gnu: python-pep8: Update to 1.7.0.Efraim Flashner2016-02-25
| | | | * gnu/packages/python.scm (python-pep8): Update to 1.7.0.
* gnu: python-networkx: Update to 1.11.Efraim Flashner2016-02-25
| | | | * gnu/packages/python.scm (python-networkx): Update to 1.11.
* gnu: python-hypothesis: Update to 3.0.4.Efraim Flashner2016-02-25
| | | | | | | * gnu/packages/python.scm (python-hypothesis): Update to 3.0.4. [native-inputs]: Remove python-setuptools. (python2-hypothesis): Use 'strip-python2-variant'. [native-inputs]: Add python2-enum34, python2-setuptools.
* gnu: python-html5lib: Update to 1.0b8.Efraim Flashner2016-02-25
| | | | * gnu/packages/python.scm (python-html5lib): Update to 1.0b8.
* gnu: python-isodate: Update to 0.5.4.Efraim Flashner2016-02-25
| | | | * gnu/packages/python.scm (python-isodate): Update to 0.5.4.
* gnu: python-wsgi-intercept: Update to 1.1.2.Efraim Flashner2016-02-25
| | | | | * gnu/packages/python.scm (python-wsgi-intercept): Update to 1.1.2. [native-inputs]: Add python-six.
* gnu: python-pytest-localserver: Update to 0.3.5.Efraim Flashner2016-02-25
| | | | * gnu/packages/python.scm (python-pytest-localserver): Update to 0.3.5.
* gnu: python-requests-toolbelt: Update to 0.6.0.Efraim Flashner2016-02-25
| | | | * gnu/packages/python.scm (python-requests-toolbelt): Update to 0.6.0.
* gnu: python-requests: Update to 2.9.1.Efraim Flashner2016-02-25
| | | | * gnu/packages/python.scm (python-requests): Update to 2.9.1.
* gnu: python-wheel: Update to 0.29.0.Efraim Flashner2016-02-25
| | | | * gnu/packages/python.scm (python-wheel): Update to 0.29.0.
* gnu: Add python-pastescript.Christopher Allan Webber2016-02-25
| | | | | * gnu/packages/python.scm (python-pastescript, python2-pastescript): New variables.
* gnu: Add python-paste.Christopher Allan Webber2016-02-25
| | | | | | | * gnu/packages/python.scm (python-paste, python2-paste): New variables. * gnu/packages/patches/python-paste-remove-timing-test.patch: New file. * gnu/packages/patches/python-paste-remove-website-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add them.
* Merge branch 'media-updates'Mark H Weaver2016-02-25
|\
| * gnu: xf86-video-intel: Update to 2.99.917-1-d167280.Mark H Weaver2016-02-24
| | | | | | | | * gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-1-d167280.
| * gnu: services: Start X with -configdir.Andy Wingo2016-02-24
| | | | | | | | | | | | | | | | * gnu/services/xorg.scm (%default-xorg-modules): New public variable. (xorg-configuration-directory): New function. (xorg-start-command): Add #:modules keyword argument, defaulting to %default-xorg-modules. Build an xorg.conf.d directory from those modules, and pass it to X via the -configdir parameter.
| * gnu: libxaw: Update to 1.0.13.Andy Wingo2016-02-24
| | | | | | | | * gnu/packages/xorg.scm (libxaw): Update to 1.0.13.
| * gnu: libxt: Update to 1.1.5.Andy Wingo2016-02-24
| | | | | | | | * gnu/packages/xorg.scm (libxt): Update to 1.1.5.
| * gnu: libx11: Update to 1.6.3.Andy Wingo2016-02-24
| | | | | | | | * gnu/packages/xorg.scm (libx11): Update to 1.6.3.
| * gnu: xorg-server: Update to 1.18.1.Andy Wingo2016-02-24
| | | | | | | | * gnu/packages/xorg.scm (xorg-server): Update to 1.18.1.
| * gnu: libxxf86vm: Update to 1.1.4.Andy Wingo2016-02-24
| | | | | | | | * gnu/packages/xorg.scm (libxxf86vm): Update to 1.1.4.
| * gnu: libxvmc: Update to 1.0.9.Andy Wingo2016-02-24
| | | | | | | | * gnu/packages/xorg.scm (libxvmc): Update to 1.0.9.
| * gnu: libxrandr: Update to 1.5.0.Andy Wingo2016-02-24
| | | | | | | | * gnu/packages/xorg.scm (libxrandr): Update to 1.5.0.
| * gnu: libxi: Update to 1.7.6.Andy Wingo2016-02-24
| | | | | | | | * gnu/packages/xorg.scm (libxi): Update to 1.7.6.
| * gnu: xproto: Update to 7.0.28.Andy Wingo2016-02-24
| | | | | | | | * gnu/packages/xorg.scm (xproto): Update to 7.0.28.
| * gnu: libxrender: Update to 0.9.9.Andy Wingo2016-02-24
| | | | | | | | * gnu/packages/xorg.scm (libxrender): Update to 0.9.9.
| * gnu: libxp: Update to 1.0.3.Andy Wingo2016-02-24
| | | | | | | | * gnu/packages/xorg.scm (libxp): Update to 1.0.3.
| * gnu: xvinfo: Update to 1.1.3.Andy Wingo2016-02-24
| | | | | | | | * gnu/packages/xorg.scm (xvinfo): Update to 1.1.3.
| * gnu: xmodmap: Update to 1.0.9.Andy Wingo2016-02-24
| | | | | | | | * gnu/packages/xorg.scm (xmodmap): Update to 1.0.9.
| * gnu: xlsatoms: Update to 1.1.2.Andy Wingo2016-02-24
| | | | | | | | * gnu/packages/xorg.scm (xlsatoms): Update to 1.1.2.