aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | gnu: gcc-final: Remove unnecessary CPPFLAGS.•••* gnu/packages/commencement.scm (gcc-final)[arguments]: Remove unnecessary CPPFLAGS from #:make-flags. Ludovic Courtès2015-12-11
| * | | | | | gnu: commencement: Restrict allowed references for libstdc++.•••* gnu/packages/commencement.scm (libstdc++)[arguments]: Add #:allowed-references. Ludovic Courtès2015-12-10
| * | | | | | gnu: texinfo: Remove unneeded dependency on xz.•••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. Ludovic Courtès2015-12-10
| * | | | | | gnu: libarchive: Fix test failure on SELinux systems.•••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. Ludovic Courtès2015-12-09
| * | | | | | gnu: Move pkg-config to native inputs.•••* gnu/packages/glib.scm (gobject-introspection)[native-inputs]: Move pkg-config from inputs. * gnu/packages/pulseaudio.scm (libsndfile, libsamplerate) (pulseaudio)[native-inputs]: Likewise. Mathieu Lirzin2015-12-06
| * | | | | | gnu: gmp: Drop patch included in release 6.1.0.•••* 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. Andreas Enge2015-12-02
| * | | | | | ld-wrapper: Compute the library search path globally.•••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. Ludovic Courtès2015-11-28
| * | | | | | gnu: gmp: Update to 6.1.0.•••* gnu/packages/multiprecision.scm (gmp): Update to 6.1.0. Andreas Enge2015-11-25
| * | | | | | gnu: procps: Update to 3.3.11.•••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. 宋文武2015-11-16
| * | | | | | gnu: file: Update to 5.25.•••* gnu/packages/file.scm (file): Update to 5.25. 宋文武2015-11-16
| * | | | | | gnu: emacs: Honor 'SOURCE_DATE_EPOCH'.•••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. Alex Kost2015-11-14
| * | | | | | build-system/gnu: Set 'SOURCE_DATE_EPOCH'.•••Suggested by Ludovic Courtès <ludo@gnu.org>. * guix/build/gnu-build-system.scm (gnu-build): Set SOURCE_DATE_EPOCH for deterministic builds. Alex Kost2015-11-14
| * | | | | | gnu: xz: Update to 5.2.2.•••* gnu/packages/compression.scm (xz): Update to 5.2.2. Ludovic Courtès2015-11-07
| * | | | | | gnu: grep: Update to 2.22.•••* 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. Ludovic Courtès2015-11-07
| * | | | | | gnu: ghc: Add GHC_PACKAGE_PATH native search path.•••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. Eric Bavier2015-10-29
| * | | | | | utils: Have search-path-as-list pattern search for directories.•••* 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. Eric Bavier2015-10-29
| * | | | | | gnu: unzip: Reorganize security fixes for improved clarity.•••* 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. Mark H Weaver2015-10-23
| * | | | | | gnu: recutils: Build the Bash builtin, readrec.•••* 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> Leo Famulari2015-10-21
| * | | | | | gnu: bash: Use 'install-file' instead of 'mkdir-p' and 'copy-file'.•••* gnu/packages/bash.scm (bash): Use 'install-file' instead of 'mkdir-p' and 'copy-file'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Leo Famulari2015-10-21
| * | | | | | gnu: bash: Install more headers in "include" output.•••* gnu/packages/bash.com (bash): Include contents of include directory in "include" output. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Leo Famulari2015-10-21
* | | | | | | gnu: shepherd: Update to 0.3.•••* gnu/packages/admin.scm (shepherd): Update to 0.3. Ludovic Courtès2016-01-28
* | | | | | | services: guix: Provide Guix via 'profile-service-type'.•••* gnu/services/base.scm (guix-service-type): Extend PROFILE-SERVICE-TYPE. * gnu/system.scm (%base-packages): Remove GUIX. Ludovic Courtès2016-01-27
* | | | | | | services: dmd: Provide dmd via 'profile-service-type'.•••* gnu/services/dmd.scm (dmd-root-service-type): Extend PROFILE-SERVICE-TYPE. * gnu/system.scm (%base-packages): Remove dmd. Ludovic Courtès2016-01-27
* | | | | | | gnu: Add snapshot of the GNU Shepherd.•••* gnu/packages/admin.scm (shepherd): New variable. Ludovic Courtès2016-01-27
* | | | | | | gnu: Add ruby-http-cookie.•••* gnu/packages/ruby.scm (ruby-http-cookie): New variable. Ben Woodcroft2016-01-28
* | | | | | | gnu: Add ruby-domain-name.•••* gnu/packages/ruby.scm (ruby-domain-name): New variable. Ben Woodcroft2016-01-28
* | | | | | | gnu: Add ruby-unf.•••* gnu/packages/ruby.scm (ruby-unf): New variable. Ben Woodcroft2016-01-28
* | | | | | | gnu: Add ruby-shoulda.•••* gnu/packages/ruby.scm (ruby-shoulda): New variable. Ben Woodcroft2016-01-28
* | | | | | | gnu: Add ruby-shoulda-matchers-2.•••* gnu/packages/ruby.scm (ruby-shoulda-matchers-2): New variable. Ben Woodcroft2016-01-28
* | | | | | | gnu: Add ruby-shoulda-matchers.•••* gnu/packages/ruby.scm (ruby-shoulda-matchers): New variable. Ben Woodcroft2016-01-28
* | | | | | | gnu: Add ruby-shoulda-context.•••* gnu/packages/ruby.scm (ruby-shoulda-context): New variable. Ben Woodcroft2016-01-28
* | | | | | | gnu: Add ruby-sqlite3.•••* gnu/packages/ruby.scm (ruby-sqlite3): New variable. Ben Woodcroft2016-01-28
* | | | | | | gnu: Add ruby-mime-types.•••* gnu/packages/ruby.scm (ruby-mime-types): New variable. Ben Woodcroft2016-01-28
* | | | | | | gnu: Add ruby-fivemat.•••* gnu/packages/ruby.scm (ruby-fivemat): New variable. Ben Woodcroft2016-01-28
* | | | | | | gnu: Add ruby-mime-types-data.•••* gnu/packages/ruby.scm (ruby-mime-types-data): New variable. Ben Woodcroft2016-01-28
* | | | | | | gnu: Add ruby-minitest-rg.•••* gnu/packages/ruby.scm (ruby-minitest-rg): New variable. Ben Woodcroft2016-01-28
* | | | | | | gnu: Add ruby-minitest-bonus-assertions.•••* gnu/packages/ruby.scm (ruby-minitest-bonus-assertions): New variable. Ben Woodcroft2016-01-28
* | | | | | | gnu: Add ruby-minitest-moar.•••* gnu/packages/ruby.scm (ruby-minitest-moar): New variable. Ben Woodcroft2016-01-28
* | | | | | | gnu: Add ruby-minitest-pretty-diff.•••* gnu/packages/ruby.scm (ruby-minitest-pretty-diff): New variable. Ben Woodcroft2016-01-28
* | | | | | | gnu: Add ruby-minitest-focus.•••* gnu/packages/ruby.scm (ruby-minitest-focus): New variable. Ben Woodcroft2016-01-28
* | | | | | | gnu: Add ruby-turn.•••* gnu/packages/ruby.scm (ruby-turn): New variable. Ben Woodcroft2016-01-28
* | | | | | | gnu: Add aria2.•••* gnu/packages/bittorrent.scm (aria2): New variable. Efraim Flashner2016-01-27
* | | | | | | gnu: c-ares: Move to adns.scm.•••* gnu/packages/aria2.scm (c-ares): Move to... * gnu/packages/adns.scm (c-ares): ... here. * gnu/packages/aria2.scm: Remove file. * gnu-system.am (GNU_SYSTEM_MODULES): Remove aria2.scm. Efraim Flashner2016-01-27
* | | | | | | gnu: libressl: Update to 2.2.5.•••* gnu/packages/tls.scm (libressl): Update to 2.2.5. Andreas Enge2016-01-26
* | | | | | | gnu: nginx: Update to 1.8.1 [fixes CVE-2016-{0742,0746,0747}].•••* gnu/packages/web.scm (nginx): Update to 1.8.1. Leo Famulari2016-01-26
* | | | | | | doc: Show how to boot result of 'vm-image'.•••* doc/guix.texi (Running GuixSD in a VM): New node. (Invoking guix system): Add reference to 'Running GuixSD in a VM'. Leo Famulari2016-01-26
* | | | | | | gnu: alsa-modular-synth: Update to 2.1.2.•••* gnu/packages/audio.scm (alsa-modular-synth): Update to 2.1.2. Ricardo Wurmus2016-01-26
* | | | | | | gnu: Add ruby-ttfunk.•••* gnu/packages/ruby.scm (ruby-ttfunk): New variable. Ben Woodcroft2016-01-26
* | | | | | | gnu: Add ruby-ascii85.•••* gnu/packages/ruby.scm (ruby-ascii85): New variable. Ben Woodcroft2016-01-26
* | | | | | | gnu: Add ruby-afm.•••* gnu/packages/ruby.scm (ruby-afm): New variable. Ben Woodcroft2016-01-26