summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: re2: Update to 2017-01-01.Marius Bakke2017-01-30
| | | | | * gnu/packages/regex.scm (re2): Update to 2017-01-01. [arguments]: End 'delete-static-library' phase on #t.
* gnu: ghc-8: Update to 8.0.2.Federico Beffa2017-01-30
| | | | | | | | | * gnu/packages/haskell.scm (ghc-8): Update to 8.0.2. [arguments]: Remove #:modules, #:imported-modules and phase configure-testsuite. * gnu/packages/patches/ghc-dont-pass-linker-flags-via-response-files.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add reducelcs.ng02017-01-30
| | | | | | * gnu/packages/maths.scm (reducelcs): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* maint: Fix invalid calls to 'info'.Mathieu Lirzin2017-01-30
| | | | | * HACKING <Contributing>: Remove name of the manual from the item argument. * README <Installation>: Likewise.
* gnu: Add r-bsgenome-hsapiens-1000genomes-hs37d5.Roel Janssen2017-01-30
| | | | | * gnu/packages/bioinformatics.scm (r-bsgenome-hsapiens-1000genomes-hs37d5): New variable.
* gnu: Add light.José Miguel Sánchez García2017-01-30
| | | | | | * gnu/packages/linux.scm (light): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* environment: Fix setting writable? on networking related filesChristopher Baines2017-01-30
| | | | | | | | * guix/scripts/environment.scm (launch-environment/container): Include the file name in the call to string=? when deciding if the file should be writable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add font-awesome.José Miguel Sánchez García2017-01-30
| | | | | | * gnu/packages/fonts.scm (font-awesome): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add opencascade-oce.Paul Garlick2017-01-30
| | | | | | * gnu/packages/maths.scm (opencascade-oce): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* store: Add 'add-data-to-store'.Ludovic Courtès2017-01-30
| | | | | | | | | * guix/serialization.scm (write-bytevector): New procedure. (write-string): Rewrite in terms of 'write-bytevector'. * guix/store.scm (write-arg): Add 'bytevector' case. (add-data-to-store): New procedure, from former 'add-text-to-store'. (add-text-to-store): Rewrite in terms of 'add-data-to-store'. * tests/store.scm ("add-data-to-store"): New test.
* gnu: Add catimg.ng02017-01-29
| | | | | | * gnu/packages/image-viewers.scm (catimg): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: Add dub.Danny Milosavljevic2017-01-29
| | | | * gnu/packages/ldc.scm (dub): New variable.
* gnu: khal: Update to 0.9.1.Leo Famulari2017-01-29
| | | | * gnu/packages/calendar.scm (khal): Update to 0.9.1.
* doc: Fix typo.Julien Lepiller2017-01-29
| | | | * doc/guix.texi (ocaml-build-system): Replace ocaml with OCaml.
* doc: Document ocaml-build-system.Julien Lepiller2017-01-29
| | | | * doc/guix.texi (Build Systems) [ocaml-build-system]: New definition.
* gnu: emacs-org: Update to 20170124.Nicolas Goaziou2017-01-29
| | | | | | * gnu/packages/emacs.scm (emacs-org): Update to 20170124. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: wireshark: Update to 2.2.4.Nicolas Goaziou2017-01-29
| | | | | | * gnu/packages/networking.scm (wireshark): Update to 2.2.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: asymptote: Update to 2.39Nicolas Goaziou2017-01-29
| | | | | | * gnu/packages/plotutils.scm (asymptote): Update to 2.39. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: vim: Update to 8.0.0257.Tobias Geerinckx-Rice2017-01-28
| | | | * gnu/packages/vim.scm (vim): Update to 8.0.0257.
* gnu: Add GNU Freetalk.Clément Lassieur2017-01-28
| | | | | | * gnu/packages/messaging.scm (freetalk): New variable. Signed-off-by: Mathieu Lirzin <mthl@gnu.org>
* gnu: exfat-utils: Update to 1.2.6.Tobias Geerinckx-Rice2017-01-28
| | | | * gnu/packages/mtools.scm (exfat-utils): Update to 1.2.6.
* gnu: fuse-exfat: Update to 1.2.6.Tobias Geerinckx-Rice2017-01-28
| | | | * gnu/packages/linux.scm (fuse-exfat): Update to 1.2.6.
* build-system/python: 'package-with-explicit-python' uses 'eq?' memoization.Ludovic Courtès2017-01-28
| | | | | | * guix/build-system/python.scm (package-with-explicit-python): Use 'mlambdaq' instead of 'mlambda'. This does not change the <package> graph and has no visible impact on performance.
* gnu-maintenance: 'gnu-package?' uses 'eq?' memoization.Ludovic Courtès2017-01-28
| | | | | * guix/gnu-maintenance.scm (gnu-package?): Use 'mlambdaq' instead of 'mlambda'.
* packages: Remove 'define-memoized/v' and use 'mlambdaq' instead.Ludovic Courtès2017-01-28
| | | | | | | * guix/packages.scm (define-memoized/v): Remove. (package-transitive-supported-systems): Use 'mlambdaq' instead of 'define-memoized/v'. (package-input-rewriting)[replace]: Likewise.
* Use 'mlambda' instead of 'memoize'.Ludovic Courtès2017-01-28
| | | | | | | | | | | | | | | | | * gnu/packages.scm (find-newest-available-packages): Use 'mlambda' instead of (memoize (lambda ...) ...). * gnu/packages/bootstrap.scm (package-with-bootstrap-guile): Likewise. * guix/build-system/gnu.scm (package-with-explicit-inputs)[rewritten-input]: Likewise. * guix/build-system/python.scm (package-with-explicit-python)[transform]: Likewise. * guix/derivations.scm (derivation->string): Likewise. * guix/gnu-maintenance.scm (gnu-package?): Likewise. * guix/modules.scm (module-file-dependencies): Likewise. * guix/scripts/graph.scm (standard-package-set): Likewise. * guix/scripts/lint.scm (official-gnu-packages*): Likewise. * guix/store.scm (store-regexp*): Likewise. * guix/utils.scm (location): Likewise.
* Add (guix memoization).Ludovic Courtès2017-01-28
| | | | | | | | | | | | | * guix/combinators.scm (memoize): Remove. * guix/memoization.scm: New file. * Makefile.am (MODULES): Add it. * gnu/packages.scm, gnu/packages/bootstrap.scm, guix/build-system/gnu.scm, guix/build-system/python.scm, guix/derivations.scm, guix/gnu-maintenance.scm, guix/import/cran.scm, guix/import/elpa.scm, guix/modules.scm, guix/scripts/build.scm, guix/scripts/graph.scm, guix/scripts/lint.scm, guix/store.scm, guix/utils.scm: Adjust imports accordingly.
* doc: Fix typos.Alex Kost2017-01-28
| | | | | | | | | Fixes a regression introduced in commit f31f1acac2efb4bc6558b604a07b56f826423177. Reported-by roptat on #guix. * doc/guix.texi (Invoking guix build): Use "@@" instead of "@".
* gnu: Add emacs-mu4e-alert.Mathieu Othacehe2017-01-28
| | | | | | * gnu/packages/emacs.scm (emacs-mu4e-alert): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add emacs-alert.Mathieu Othacehe2017-01-28
| | | | | | * gnu/packages/emacs.scm (emacs-alert): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add emacs-gntp.Mathieu Othacehe2017-01-28
| | | | | | * gnu/packages/emacs.scm (emacs-gntp): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add emacs-log4e.Mathieu Othacehe2017-01-28
| | | | | | * gnu/packages/emacs.scm (emacs-log4e): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add emacs-ht.Mathieu Othacehe2017-01-28
| | | | | | * gnu/packages/emacs.scm (emacs-ht): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: tvtime: Update to 1.0.11.Alex Kost2017-01-28
| | | | * gnu/packages/tv.scm (tvtime): Update to 1.0.11.
* gnu: manaplus: Update to 1.7.1.21.Alex Kost2017-01-28
| | | | * gnu/packages/games.scm (manaplus): Update to 1.7.1.21.
* doc: Fix typos.Alex Kost2017-01-28
| | | | * doc/guix.texi: Use "@" for package specifications.
* gnu: transmission-remote-cli: Superseded by tremc.Leo Famulari2017-01-28
| | | | * gnu/packages/bittorrent.scm (transmission-remote-cli)[properties]: New field.
* gnu: Add tremc.Leo Famulari2017-01-28
| | | | * gnu/packages/bittorrent.scm (tremc): New variable.
* doc: Clarify "Installing GuixSD in a VM".Leo Famulari2017-01-28
| | | | | * doc/guix.texi (Installing GuixSD in a VM): Mention decompressing the installation image.
* gnu: ldc: Add missing patches.Leo Famulari2017-01-28
| | | | | | | This is a followup to commit 2429dde57d8461cc8e51dbe6c9d47d795fe6fc9a. * gnu/packages/patches/ldc-1.1.0-disable-dmd-tests.patch, gnu/packages/patches/ldc-1.1.0-disable-phobos-tests.patch: New files.
* doc: Fix networking instructions in "Installing GuixSD in a VM".Leo Famulari2017-01-28
| | | | | | This is a followup to commit c8b543741f422ecf41e7635c6a1c40b3bd55947a. * doc/guix.texi (Installing GuixSD in a VM): Fix typo.
* gnu: assword: Wrap with the GObject typelib of GTK+.宋文武2017-01-28
| | | | | | | Fixes <https://debbugs.gnu.org/25457>. * gnu/packages/password-utils.scm (assword)[inputs]: Add 'gtk+'. [arguments]: Add 'wrap-assword' phase.
* gnu: python-xdo: Hardcode the path of 'libxdo.so'.宋文武2017-01-28
| | | | | * gnu/packages/python.scm (python-xdo)[arguments]: Add 'patch-libxdo-path' phase.
* gnu: python-xdo: Add 'python-six' to 'propagated-inputs'.宋文武2017-01-28
| | | | * gnu/packages/python.scm (python-xdo)[propagated-inputs]: New field.
* gnu: gtksourceview-2: Adjust inputs.宋文武2017-01-28
| | | | | | | Fixes <https://debbugs.gnu.org/25537>. * gnu/packages/gtk.scm (gtksourceview-2): Move 'shared-mime-info' and 'xorg-server' to 'native-inputs'. Move 'gtk+-2' to 'propagated-inputs'.
* gnu: Add ldc@1.1.0-beta6.Muriithi Frederick Muriuki2017-01-28
| | | | | | | | | * gnu/packages/ldc.scm (ldc-1.1.0-beta6, ldc-beta): New variables. * gnu/packages/patches/ldc-1.1.0-disable-dmd-tests.patch: New file. * gnu/packages/patches/ldc-1.1.0-disable-phobos-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* tests: Adjust pypi test to recent importer change.Carlo Zancanaro2017-01-28
| | | | | | | | | | This is a followup to 2f977d92d3ae517788d3dee98f63680ca149aa1a. * tests/pypi.scm ("pypi->guix-package"): Don't expect 'python-setuptools' in 'propagated-inputs'. ("pypi->guix-package, wheels"): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Add missing Upstart command for the binary installation.Ludovic Courtès2017-01-28
| | | | | | | | Fixes <http://bugs.gnu.org/25551>. Reported by Jason Self <jason@bluehome.net>. * doc/guix.texi (Binary Installation): Add 'initctl reload-configuration' command for Upstart.
* doc: Add 'cups-configuration' example with 'hplip'.Ludovic Courtès2017-01-28
| | | | * doc/guix.texi (Printing Services): Add example with 'hplip'.
* packages: Add 'package-upstream-name' and use it.Ludovic Courtès2017-01-28
| | | | | | | * guix/packages.scm (package-upstream-name): New procedure. * guix/gnu-maintenance.scm (gnu-package?, ftp-server/directory) (latest-release*, latest-gnome-release) (latest-kde-release): Use it instead of the inline expression.