summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: gcc-final: Remove unnecessary CPPFLAGS.Ludovic Courtès2015-12-11
| | | | | * gnu/packages/commencement.scm (gcc-final)[arguments]: Remove unnecessary CPPFLAGS from #:make-flags.
* gnu: commencement: Restrict allowed references for libstdc++.Ludovic Courtès2015-12-10
| | | | | * gnu/packages/commencement.scm (libstdc++)[arguments]: Add #:allowed-references.
* gnu: texinfo: Remove unneeded dependency on xz.Ludovic Courtès2015-12-10
| | | | | | | | | | The impetus for this is that XZ 5.2.2 requires pthreads. However, when using the bootstrap GCC, using '-pthread' doesn't work because it tries to refer to /nix/store/eeeeee-glibc-2.18. XZ eventually fails to build with undefined references to pthread symbols. * gnu/packages/texinfo.scm (texinfo)[inputs]: Remove XZ, which was unneeded.
* gnu: libarchive: Fix test failure on SELinux systems.Ludovic Courtès2015-12-09
| | | | | | | | | Reported by Jan Synáček <jan.synacek@gmail.com> at <https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00522.html>. * gnu/packages/patches/libarchive-bsdtar-test.patch: New file. * gnu/packages/backup.scm (libarchive)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Move pkg-config to native inputs.Mathieu Lirzin2015-12-06
| | | | | | | * gnu/packages/glib.scm (gobject-introspection)[native-inputs]: Move pkg-config from inputs. * gnu/packages/pulseaudio.scm (libsndfile, libsamplerate) (pulseaudio)[native-inputs]: Likewise.
* gnu: gmp: Drop patch included in release 6.1.0.Andreas Enge2015-12-02
| | | | | | * gnu/packages/multiprecision.scm (gmp)[source]: Drop patch. * gnu/packages/patches/gmp-arm-asm-nothumb.patch: Remove patch. * gnu-system.am (dist_patch_DATA): Unregister patch.
* ld-wrapper: Compute the library search path globally.Ludovic Courtès2015-11-28
| | | | | | | | | | Fixes <http://bugs.gnu.org/21941>. * gnu/packages/ld-wrapper.in (library-search-path): New procedure. (library-files-linked): Add 'library-path' parameter. Use it. Do not thread it in 'fold'. (ld-wrapper): Add call to 'library-search-path' and pass the result to 'library-files-linked'. When debugging, print the value of PATH.
* gnu: gmp: Update to 6.1.0.Andreas Enge2015-11-25
| | | | * gnu/packages/multiprecision.scm (gmp): Update to 6.1.0.
* gnu: procps: Update to 3.3.11.宋文武2015-11-16
| | | | | | | | | | procps-ng is the new upstream. * gnu/packages/procps.scm (procps): Update to 3.3.11. [source]: Adjust formatting. Remove patches. [home-page]: Update URL. * gnu/packages/patches/procps-make-3.82.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it.
* gnu: file: Update to 5.25.宋文武2015-11-16
| | | | * gnu/packages/file.scm (file): Update to 5.25.
* gnu: emacs: Honor 'SOURCE_DATE_EPOCH'.Alex Kost2015-11-14
| | | | | | | | Suggested by Ludovic Courtès <ludo@gnu.org>. * gnu/packages/patches/emacs-source-date-epoch.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/emacs.scm (emacs)[source]: Use it.
* build-system/gnu: Set 'SOURCE_DATE_EPOCH'.Alex Kost2015-11-14
| | | | | | | Suggested by Ludovic Courtès <ludo@gnu.org>. * guix/build/gnu-build-system.scm (gnu-build): Set SOURCE_DATE_EPOCH for deterministic builds.
* gnu: xz: Update to 5.2.2.Ludovic Courtès2015-11-07
| | | | * gnu/packages/compression.scm (xz): Update to 5.2.2.
* gnu: grep: Update to 2.22.Ludovic Courtès2015-11-07
| | | | | | | * gnu/packages/base.scm (grep): Upgrade to 2.22. Remove 'grep-CVE-2015-1345.patch'. * gnu/packages/patches/grep-CVE-2015-1345.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu: ghc: Add GHC_PACKAGE_PATH native search path.Eric Bavier2015-10-29
| | | | | | | | | | | | Benefits include: 'guix environment' more useful for ghc libraries, more useful 'guix package --search-paths' for installed ghc libraries, cleaner package recipes: no longer need to propagate runtime package dependencies. * guix/build/haskell-build-system.scm (configure): Unset GHC_PACKAGE_PATH around cabal configure. (make-ghc-package-database): Use pattern directory search. (register): Install complete package database for the current package. * gnu/packages/haskell.scm (ghc): Add native-search-paths field.
* utils: Have search-path-as-list pattern search for directories.Eric Bavier2015-10-29
| | | | | | * guix/build/utils.scm (search-path-as-list)[pattern]: Check requested file type. Check pattern against directory names. * guix/search-paths.scm (evaluate-search-paths)[pattern]: Remove symlink hack.
* gnu: unzip: Reorganize security fixes for improved clarity.Mark H Weaver2015-10-23
| | | | | | | | | | * gnu/packages/patches/unzip-fix-overflows-and-infloop.patch: Delete file. Its contents are now split into the following new files: * gnu/packages/patches/unzip-CVE-2015-7696.patch, gnu/packages/patches/unzip-CVE-2015-7697.patch, gnu/packages/patches/unzip-overflow-on-invalid-input.patch: New files. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/zip.scm (unzip)[source]: Adjust patches accordingly.
* gnu: recutils: Build the Bash builtin, readrec.Leo Famulari2015-10-21
| | | | | | | | * gnu/packages/databases.scm (recutils)[native-inputs]: Add bash:include. [arguments]: Add configure-flag with path to headers provided by bash:include. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: bash: Use 'install-file' instead of 'mkdir-p' and 'copy-file'.Leo Famulari2015-10-21
| | | | | | | * gnu/packages/bash.scm (bash): Use 'install-file' instead of 'mkdir-p' and 'copy-file'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: bash: Install more headers in "include" output.Leo Famulari2015-10-21
| | | | | | | * gnu/packages/bash.com (bash): Include contents of include directory in "include" output. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* packages: Update 'check-package-freshness' to use (guix upstream).Ludovic Courtès2015-10-21
| | | | | | | | This is a followup to 0a7c5a0. Reported by Efraim Flashner <efraim@flashner.co.il>. * gnu/packages.scm (check-package-freshness): Update to the new (guix upstream) interface.
* gnu: gnu-pw-mgr: Update to 1.6.Ludovic Courtès2015-10-21
| | | | * gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 1.6.
* gnu: help2man: Update to 1.47.2.Ludovic Courtès2015-10-21
| | | | * gnu/packages/man.scm (help2man): Update to 1.47.2.
* gnu: less: Update to 481.Ludovic Courtès2015-10-21
| | | | * gnu/packages/less.scm (less): Update to 481.
* gnu: freeipmi: Update to 1.4.10.Ludovic Courtès2015-10-21
| | | | * gnu/packages/freeipmi.scm (freeipmi): Update to 1.4.10.
* import: cran: Add copyright notice.Ludovic Courtès2015-10-21
| | | | Add notice for commit d882c23.
* import: cran: Avoid HTTP redirect.Ludovic Courtès2015-10-21
| | | | | * guix/import/cran.scm (cran-fetch): Add trailing slash in URL to avoid HTTP redirect.
* import: cran: Add updater.Ludovic Courtès2015-10-21
| | | | | | | | | * guix/import/cran.scm (downloads->url, nodes->text): New procedures. (cran-sxml->sexp): Use them. Remove equivalent local code. (latest-release, cran-package?): New procedures. (%cran-updater): New variable. * guix/scripts/refresh.scm (%updaters): Add %CRAN-UPDATER. * doc/guix.texi (Invoking guix refresh): Mention CRAN.
* refresh: Remove exception catch-all.Ludovic Courtès2015-10-21
| | | | * guix/scripts/refresh.scm (update-package): Remove 'catch #t'.
* refresh: Add '--type' option.Ludovic Courtès2015-10-21
| | | | | | | | * guix/scripts/refresh.scm (%options, show-help): Add --type. (lookup-updater): New procedure. (update-package): Add 'updaters' parameter and honor it. (guix-refresh)[options->updaters]: New procedure. Use it, and honor --type.
* import: elpa: Add updater.Ludovic Courtès2015-10-21
| | | | | | | * guix/import/elpa.scm (latest-release, package-from-gnu.org?): New procedures. (%elpa-updater): New variable. * guix/scripts/refresh.scm (%updaters): Add %ELPA-UPDATER.
* import: elpa: Use 'http-fetch/cached' to retrieve the archive.Ludovic Courtès2015-10-21
| | | | | | | * guix/import/elpa.scm (elpa-fetch-archive): Set %HTTP-CACHE-TTL to 6 hours. (call-with-downloaded-file): Use 'http-fetch/cached' instead of 'url-fetch'.
* gnu-maintenance: Generalize, leading to (guix upstream).Ludovic Courtès2015-10-21
| | | | | | | | | | | | | | | | | | | | * guix/gnu-maintenance.scm (<gnu-release>): Remove. (coalesce-releases): Move to upstream.scm. Rename to 'coalesce-sources'; adjust callers. (releases, latest-release): Return <upstream-source> objects instead of <gnu-release> objects. (latest-release*, non-emacs-gnu-package?): New procedures. (gnu-release-archive-types): Remove. (%gnu-updater): New variable. (package-update-path, download-tarball, package-update, update-package-source): Move to... * guix/upstream.scm: ... here. New file. * Makefile.am (MODULES): Add it. * po/guix/POTFILES.in: Replace gnu-maintenance.scm with upstream.scm. * guix/scripts/refresh.scm (%updaters): New variable. (update-package): Adjust to new 'package-update' interface. (guix-refresh): Adjust to new 'package-update-path'. Remove 'false-if-exception' around it.
* http-client: '%http-cache-ttl' is really a parameter.Ludovic Courtès2015-10-21
| | | | | | | Fixes a typo in commit 739ab68 that made it a procedure returning a parameter. * guix/http-client.scm (%http-cache-ttl): Turn into a parameter.
* gnu: Add evilwm.Eric Bavier2015-10-20
| | | | * gnu/packages/wm.scm (evilwm): New variable.
* services: xorg: Include font-alias in default FontPath.Eric Bavier2015-10-20
| | | | | * gnu/services/xorg.scm (xorg-configuration-file): Add font-alias directories to xserver.conf FontPath.
* font-alias: Install dummy fonts.dir files.Eric Bavier2015-10-20
| | | | | * gnu/packages/xorg.scm (font-alias)[arguments]: New 'install-fonts-dir' phase.
* gnu: Add xlsfonts.Eric Bavier2015-10-20
| | | | * gnu/packages/xorg.scm (xlsfonts): New variable.
* Revert "gnu: giflib: Update to 5.1.1."Mark H Weaver2015-10-20
| | | | This reverts commit a5d06c0c53a51a6fc4b5802cf282a961cc24655f.
* Revert "gnu: curl: Update to 7.45.0."Mark H Weaver2015-10-20
| | | | This reverts commit 075c3ebd2dc3d8223e23025ceb5026810dfaa98d.
* gnu: giflib: Update to 5.1.1.Efraim Flashner2015-10-20
| | | | * gnu/packages/image.scm (giflib): Update to 5.1.1.
* gnu: gnurl: Update to 7.45.0.Andreas Enge2015-10-20
| | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.45.0.
* gnu: curl: Update to 7.45.0.Andreas Enge2015-10-20
| | | | * gnu/packages/curl.scm (curl): Update to 7.45.0.
* emacs: devel: Add indentation rules for 'modify-phases' keywords.Alex Kost2015-10-20
| | | | | | | * emacs/guix-devel.el: Add indentation rules for 'modify-phases' keywords. (guix-devel-indent-modify-phases-keyword, guix-devel-indent-modify-phases-keyword-1, guix-devel-indent-modify-phases-keyword-2): New functions.
* emacs: config: Use "emacs-config-" prefix for constants.Alex Kost2015-10-20
| | | | | | | | | | | | | | | * emacs/guix-config.el.in (guix-emacs-interface-directory, guix-state-directory): Rename to ... (guix-config-emacs-interface-directory, guix-config-state-directory): ...this. (guix-config-guile-program): New constant. (guix-guile-program): Move to ... * emacs/guix-external.el (guix-guile-program): ...here. Make it a 'defcustom'. * emacs/guix-profiles.el (guix-default-profile): Use 'guix-config-state-directory'. * emacs/guix-backend.el (guix-load-path): Use 'guix-config-emacs-interface-directory'.
* build: Set DOT_USER_PROGRAM for Emacs interface.Alex Kost2015-10-20
| | | | | | | | Suggested by Ludovic Courtès <ludo@gnu.org>. * configure.ac: Set DOT_USER_PROGRAM variable. * emacs/guix-config.el.in (guix-config-dot-program): New constant. * emacs/guix-external.el (guix-dot-program): Use it.
* gnu: units: Update to 2.12.Efraim Flashner2015-10-20
| | | | * gnu/packages/maths.scm (units): Update to 2.12.
* Add 'guix challenge'.Ludovic Courtès2015-10-20
| | | | | | | | | | | | * guix/scripts/challenge.scm, tests/challenge.scm: New files. * Makefile.am (MODULES): Add the former. (SCM_TESTS): Add the latter. * doc.am (SUBCOMMANDS): Add 'challenge'. * doc/guix.texi (Substitutes): Add xref to 'guix challenge'. (Invoking guix challenge): New node. * doc/contributing.texi (Submitting Patches): Add note about using 'guix challenge'. * po/guix/POTFILES.in: Add guix/scripts/challenge.scm.
* substitute: Expose narinfo access.Ludovic Courtès2015-10-19
| | | | | | * guix/scripts/substitute.scm: Export <narinfo> accessors. (narinfo-hash->sha256): New procedure. (cache-narinfo!): Ignore EACCES exceptions.
* guix archive: Add '--extract'.Ludovic Courtès2015-10-19
| | | | | | | * guix/scripts/archive.scm (show-help, %options): Add --extract. (guix-archive): Honor it. * tests/guix-archive.sh: Test it. * doc/guix.texi (Invoking guix archive): Document it.