aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAge
...
| * | | | Merge branch 'master' into core-updates•••Conflicts: gnu/packages/libwebsockets.scm Ludovic Courtès2014-02-27
| |\ \ \ \
| * | | | | gnu: coreutils: Attempt to really fix cross-compilation.•••* gnu/packages/patches/coreutils-dummy-man.patch: Directly take the patch from <http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch>. Ludovic Courtès2014-02-22
| * | | | | gnu: grep: Upgrade to 2.18.•••* gnu/packages/base.scm (grep): Upgrade to 2.18. Ludovic Courtès2014-02-22
| * | | | | build-system/gnu: Allow the source to be a directory.•••* guix/build/gnu-build-system.scm (unpack): Check if SOURCE is a directory, and copy it locally if it is. * gnu/packages/libwebsockets.scm (libwebsockets)[arguments]: Remove 'unpack' phase. Ludovic Courtès2014-02-22
| * | | | | Merge branch 'master' into core-updates•••Conflicts: gnu-system.am Ludovic Courtès2014-02-22
| |\ \ \ \ \
| * | | | | | gnu: glibc: Upgrade to 2.19.•••* gnu/packages/base.scm (glibc): Upgrade to 2.19. Remove 'glibc-make-4.0.patch'. * gnu/packages/patches/glibc-make-4.0.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès2014-02-10
| * | | | | | gnu: coreutils: Fix cross-compilation issue with 'dummy-man'.•••This should work around the bug described at <http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch>. * gnu/packages/base.scm (coreutils)[patches]: Add 'coreutils-dummy-man.patch'. [native-inputs]: Don't pass PERL when (%current-target-system) is true. * gnu/packages/patches/coreutils-dummy-man.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès2014-02-10
| * | | | | | gnu: binutils: Build with --enable-deterministic-archives.•••* gnu/packages/base.scm (binutils): Add '--enable-deterministic-archives' to #:configure-flags. Suggestion from Lunar's 2014 FOSDEM talk on reproducible builds. Ludovic Courtès2014-02-06
| * | | | | | gnu: coreutils: Move Perl to 'native-inputs'.•••* gnu/packages/base.scm (coreutils): Add 'native-inputs' field. This should allow cross builds to have man pages, and work around this 'dummy-man' bug: <http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch>. Ludovic Courtès2014-02-06
| * | | | | | Revert "build-system/gnu: Pass --localstatedir=/var --sharedstatedir=/com."•••This reverts commit 65529e49ff5b9052544271b1b7923feed4312849. Ludovic Courtès2014-01-28
| * | | | | | build-system/gnu: Pass --localstatedir=/var --sharedstatedir=/com.•••Suggested by John Darrington <john@darrington.wattle.id.au> and Mark H Weaver <mhw@netris.org>. * guix/build/gnu-build-system.scm (configure): Pass --localstatedir=/var --sharedstatedir=/com. * gnu/packages/admin.scm (dmd): Remove 'arguments' field. * gnu/packages/avahi.scm (avahi): Remove --localstatedir flag. * gnu/packages/glib.scm (dbus): Likewise. * gnu/packages/package-management.scm (guix): Likewise. * gnu/packages/pulseaudio.scm (pulseaudio): Likewise. Ludovic Courtès2014-01-27
| * | | | | | gnu: libffi: Leave a copy of headers where libffi.pc expects them.•••Suggested by Sree Harsha Totakura <sreeharsha@totakura.in>. * gnu/packages/libffi.scm (libffi): Symlink header files instead of moving them. Ludovic Courtès2014-01-27
| * | | | | | Prefer local builds for "small" derivations.•••* gnu/system.scm (union, file-union, links): Pass #:local-build? #t to 'derivation-expression'. * guix/derivations.scm (imported-files, compiled-modules): Likewise. * guix/profiles.scm (profile-derivation): Likewise. Ludovic Courtès2014-01-25
| * | | | | | Merge branch 'master' into core-updatesLudovic Courtès2014-01-25
| |\ \ \ \ \ \
| * | | | | | | gnu: mpc: Update to 1.0.2.•••* gnu/packages/multiprecision.scm (mpc): Update to 1.0.2. Andreas Enge2014-01-15
| * | | | | | | gnu: grep, coreutils: Upgrade.•••* gnu/packages/base.scm (grep): Upgrade to 2.16. (coreutils): Upgrade to 8.22. Ludovic Courtès2014-01-08
| * | | | | | | gnu: gettext: Upgrade to 0.18.3.2.•••* gnu/packages/gettext.scm (gnu-gettext): Upgrade to 0.18.3.2. Ludovic Courtès2014-01-08
| * | | | | | | gnu: binutils: Upgrade to 2.24.•••* gnu/packages/patches/binutils-loongson-madd-fix.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/base.scm (binutils): Upgrade to 2.24. Remove 'binutils-loongson-madd-fix.patch'. Remove 'outputs' field. Pass '--enable-install-libbfd'. Ludovic Courtès2014-01-08
| * | | | | | | Merge branch 'master' into core-updatesLudovic Courtès2014-01-08
| |\ \ \ \ \ \ \
| * | | | | | | | gnu: make: Build with Guile support.•••* gnu/packages/base.scm (gnu-make, gnu-make-boot0): Add 'native-inputs' field. Ludovic Courtès2014-01-07
| * | | | | | | | gnu: glibc: Build the Info pages.•••* gnu/packages/base.scm (glibc): Add 'native-inputs' field. (perl-boot0): New variable. (linux-libre-headers-boot0): Use it. (texinfo-boot0): New variable. (glibc-final-with-bootstrap-bash): Add 'native-inputs' field. Ludovic Courtès2014-01-07
| * | | | | | | | gnu: gnu-build-system: Add CC_FOR_BUILD to configure flags.•••* guix/build/gnu-build-system.scm: Add new configure flag: CC_FOR_BUILD=gcc * gnu/packages/gnupg.scm, gnu/packages/guile.scm, gnu/packages/make-bootstrap.scm: remove CC_FOR_BUILD from these package descriptions. Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Darrington2013-12-17
* | | | | | | | | gnu: gp2c: Upgrade to 0.0.8pl1.•••* gnu/packages/algebra.scm (gp2c): Upgrade to 0.0.8pl1, add native input perl. Andreas Enge2014-03-26
* | | | | | | | | gnu: pari-gp: Upgrade to 2.7.0.•••* gnu/packages/algebra.scm (pari-gp): Upgrade to 2.7.0. Andreas Enge2014-03-26
* | | | | | | | | gnu: gnu-pw-mgr: Upgrade to 1.2•••* gnu/packages/gnu-pw-mgr.scm: Upgrade to 1.2 Eric Bavier2014-03-25
* | | | | | | | | gnu: guile-ssh: Upgrade to 0.6.0.•••* gnu/packages/ssh.scm (guile-ssh): Upgrade to 0.6.0. [arguments]: Remove #:tests? #f; add #:parallel-build? #f. Ludovic Courtès2014-03-25
* | | | | | | | | gnu: recutils: Upgrade to 1.7.•••* gnu/packages/recutils.scm (recutils): Upgrade to 1.7. Add 'arguments' field. Ludovic Courtès2014-03-25
* | | | | | | | | gnu: Add cursynth•••* gnu/packages/cursynth.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it Eric Bavier2014-03-25
* | | | | | | | | gnu: autotools: Add Autoconf 2.68; turn 'autoconf-wrapper' into a procedure.•••* gnu/packages/autotools.scm (autoconf-2.68): New variable. (autoconf-wrapper): Turn into a procedure. Turn comment into a docstring. (automake): Adjust accordingly. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Manolis Ragkousis2014-03-24
* | | | | | | | | gnu: tor: Upgrade to 0.2.4.21.•••* gnu/packages/tor.scm (tor): Upgrade to 0.2.4.21. Mark H Weaver2014-03-23
* | | | | | | | | gnu: Provide single-precision fftw library for pulseaudio•••* gnu/packages/algebra.scm (fftwf): New variable * gnu/packages/pulseaudio.scm (pulseaudio): Use it Eric Bavier2014-03-22
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | gnu: cmake: Install man pages and docs in share/{man,doc}.•••* gnu/packages/cmake.scm (cmake): Pass --mandir and --docdir to configure. Rewrite the code that selects the first two components of the version. Mark H Weaver2014-03-22
* | | | | | | | gnu: flac: Install man pages in share/man.•••* gnu/packages/xiph.scm (flac): Add --mandir configure flag. Mark H Weaver2014-03-22
* | | | | | | | gnu: libvorbis: disable parallel tests•••* gnu/packages/xiph.scm (libvorbis): disable parallel tests Eric Bavier2014-03-21
* | | | | | | | gnu: openssh: Upgrade to 6.6p1.•••* gnu/packages/ssh.scm (openssh): Upgrade to 6.6p1. Mark H Weaver2014-03-21
* | | | | | | | gnu: tzdata: Upgrade to 2014a.Mark H Weaver2014-03-20
* | | | | | | | gnu: lynx: Upgrade to 2.8.8rel.2.•••* gnu/packages/lynx.scm (lynx): Upgrade to 2.8.8rel.2. Mark H Weaver2014-03-20
* | | | | | | | gnu: bc: Install docs in share/man and share/info.•••* gnu/packages/algebra.scm (bc): Pass --mandir and --infodir to configure. Mark H Weaver2014-03-20
* | | | | | | | gnu: unzip: Install man pages in share/man.•••* gnu/packages/zip.scm (unzip): Substitute /share/man/ for /man/ in Makefile. Mark H Weaver2014-03-20
* | | | | | | | gnu: screen: Install docs in share/man and share/info.•••* gnu/packages/screen.scm (screen): Add --mandir and --infodir configure flags. Mark H Weaver2014-03-20
* | | | | | | | gnu: netcat: Install docs in share/man and share/info.•••* gnu/packages/admin.scm (netcat): Add --mandir and --infodir configure flags. Mark H Weaver2014-03-20
* | | | | | | | gnu: xterm: Upgrade to 303.•••* gnu/packages/xorg.scm (xterm): Upgrade to 303. Ludovic Courtès2014-03-19
* | | | | | | | gnu: imagemagick: Upgrade to 6.8.8-8.•••* gnu/packages/imagemagick.scm (imagemagick): Upgrade to 6.8.8-8. Ludovic Courtès2014-03-19
* | | | | | | | gnu: Add Window Maker.•••* gnu/packages/gnustep.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès2014-03-19
* | | | | | | | gnu: libxft: Propagate Freetype and Fontconfig.•••* gnu/packages/xorg.scm (libxft): Move Freetype and Fontconfig from 'inputs' to 'propagated-inputs'. Ludovic Courtès2014-03-18
* | | | | | | | gnu: luajit: Update to 2.0.3.•••* gnu/packages/lua.scm (luajit): Update to 2.0.3. Raimon Grau2014-03-17
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | gnu: python: Change URL to https.•••* gnu/packages/python.scm (python-2, python)[source]: Change URL to https. This makes sure GnuTLS is available in the derivation that downloads the source, which is required since http URLs get redirected to https anyway. Reported by Manolis Ragkousis <manolis837@gmail.com>. Ludovic Courtès2014-03-17
* | | | | | | gnu: pulseaudio: Upgrade to 5.0.•••* gnu/packages/pulseaudio.scm (pulseaudio): Upgrade to 5.0. Remove patches. * gnu/packages/patches/pulseaudio-test-timeouts.patch, gnu/packages/patches/pulseaudio-volume-test.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès2014-03-17
* | | | | | | gnu: fuse: Refer to the right 'mount' and 'umount' commands.•••* gnu/packages/linux.scm (fuse)[inputs]: Change to... [native-inputs]: ... this. [arguments]: Add #:phases argument. Ludovic Courtès2014-03-16
* | | | | | | gnu: guile-xcb: Upgrade to 1.3.•••* gnu/packages/guile-wm.scm (guile-xcb): Upgrade to 1.3. [arguments] Pass --with-guile-site-dir= instead of --datadir=, and pass --with-guile-site-ccache-dir=. Remove #:phases. Ludovic Courtès2014-03-13