aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: openssl: Remove run-time dependency on Perl.Ludovic Courtès2015-09-09
| | | | | | | | | | This shrinks the closure of OpenSSL from 154 MiB to 73 MiB. * gnu/packages/patches/openssl-c-rehash.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/tls.scm (openssl)[source]: Use it. [arguments]: Add 'remove-miscellany' phase. * gnu/packages/certs.scm (nss-certs)[native-inputs]: Add PERL.
* gnu: openssl: Allow shared objects to be stripped.Ludovic Courtès2015-09-09
| | | | | * gnu/packages/tls.scm (openssl)[arguments]: Add 'make-libraries-writable' phase.
* gnu: openssl: Install data and documentation to PREFIX/share.Ludovic Courtès2015-09-09
| | | | | * gnu/packages/tls.scm (openssl)[arguments]: Add 'fix-man-dir' phase. Pass --openssldir=PREFIX/share/openssl-VERSION to ./config.
* gnu: openssl: Use 'modify-phases'.Ludovic Courtès2015-09-09
| | | | * gnu/packages/tls.scm (openssl)[arguments]: Use 'modify-phases'.
* gnu: libtiff: Add "doc" output.Ludovic Courtès2015-09-09
| | | | * gnu/packages/image.scm (libtiff)[outputs, arguments]: New fields.
* gnu: glibc: Patch 'openat64', which was buggy on 32-bit platforms.Ludovic Courtès2015-09-08
| | | | | | * gnu/packages/patches/glibc-o-largefile.patch: New file. * gnu/packages/base.scm (glibc)[source]: Add it to 'patches'. * gnu-system.am (dist_patch_DATA): Add it.
* packages: Build tarballs in sorted order even if tar doesn't support it.Mark H Weaver2015-09-06
| | | | | | | | This is a followup to commit 92226a470ddc980e54863632e5b179bf40444bd7. * guix/packages.scm (patch-and-repack)[build]: Determine if tar supports the "--sort=name" option using a run-time test. If not supported, generate the sorted file list with 'find-files' and pass it to tar using "--files-from".
* utils: find-files: Add DIRECTORIES? and FAIL-ON-ERROR? arguments.Mark H Weaver2015-09-06
| | | | | * guix/build/utils.scm (find-files): Add DIRECTORIES? and FAIL-ON-ERROR? keyword arguments.
* gnu: poppler: Update to 0.35.0.宋文武2015-09-06
| | | | * gnu/packages/pdf.scm (poppler): Update to 0.35.0.
* gnu: harfbuzz: Update to 1.0.3.宋文武2015-09-06
| | | | * gnu/packages/gtk.scm (harfbuzz): Update to 1.0.3.
* gnu: graphite2: Update to 1.3.1.宋文武2015-09-06
| | | | | | * gnu/packages/fontutils.scm (graphite2): Update to 1.3.1. Remove unused PERL from inputs. [native-inputs]: New field.
* gnu: Add python-fonttools.宋文武2015-09-06
| | | | | * gnu/packages/python.scm (python-fonttools, python2-fonttools): New variables.
* gnu: fontconfig: Update to 2.11.94.宋文武2015-09-06
| | | | | | * gnu/packages/fontutils.scm (fontconfig): Update to 2.11.94. [arguments]: Pass '--with-cache-dir=/var/cache/fontconfig' to configure. Add #:phases.
* gnu: coreutils-light: Rename to coreutils-minimal.Alex Kost2015-09-06
| | | | | | * gnu/packages/base.scm (coreutils-light): Rename to ... (coreutils-minimal): ...this. * gnu/packages/commencement.scm (%boot5-inputs): Use it.
* gnu: bash-light: Rename to bash-minimal.Alex Kost2015-09-06
| | | | | | | * gnu/packages/bash.scm (bash-light): Rename to ... (bash-minimal): ...this. (static-bash): Use it. * gnu/packages/make-bootstrap.scm (%bash-static): Use it.
* gnu: libtiff: Build with the current libjpeg instead of libjpeg-8.Andreas Enge2015-09-05
| | | | | * gnu/packages/image.scm (libtiff)[inputs]: Use libjpeg instead of libjpeg-9. [arguments]: Drop the now unneeded field.
* gnu: libtiff: Update to 4.0.5.Andreas Enge2015-09-05
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/libtiff-CVE-2012-4564.patch, gnu/packages/patches/libtiff-CVE-2013-1960.patch, gnu/packages/patches/libtiff-CVE-2013-1961.patch, gnu/packages/patches/libtiff-CVE-2013-4231.patch, gnu/packages/patches/libtiff-CVE-2013-4232.patch, gnu/packages/patches/libtiff-CVE-2013-4243.patch, gnu/packages/patches/libtiff-CVE-2013-4244.patch, gnu/packages/patches/libtiff-CVE-2014-8127-pt1.patch, gnu/packages/patches/libtiff-CVE-2014-8127-pt2.patch, gnu/packages/patches/libtiff-CVE-2014-8127-pt3.patch, gnu/packages/patches/libtiff-CVE-2014-8127-pt4.patch, gnu/packages/patches/libtiff-CVE-2014-8128-pt1.patch, gnu/packages/patches/libtiff-CVE-2014-8128-pt2.patch, gnu/packages/patches/libtiff-CVE-2014-8128-pt3.patch, gnu/packages/patches/libtiff-CVE-2014-8128-pt4.patch, gnu/packages/patches/libtiff-CVE-2014-8128-pt5.patch, gnu/packages/patches/libtiff-CVE-2014-8129.patch, gnu/packages/patches/libtiff-CVE-2014-9330.patch, gnu/packages/patches/libtiff-CVE-2014-9655.patch: Delete files. * gnu-system.am (dist_patch_DATA): Unregister the patches. * gnu/packages/image.scm (libtiff): Update to 4.0.5 and drop the patches.
* gnu: base: Add glibc-hurd and hurd-minimal.Manolis Ragkousis2015-09-04
| | | | | | | | | | | * gnu/packages/base.scm (glibc/hurd, glibc/hurd-headers): New variables. * gnu/packages/hurd.scm (hurd-minimal): New variable. * gnu/packages/patches/glibc-hurd-extern-inline.patch: New file. * gnu/packages/patches/libpthread-glibc-preparation.patch: New file. * gnu-system.am (dist_patch_DATA): Add them. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Co-authored-by: Mark H Weaver <mhw@netris.org>
* packages: Define '%hurd-systems'.Ludovic Courtès2015-09-04
| | | | * guix/packages.scm (%hurd-systems): New variable.
* gnu: make-bootstrap: Remove unneeded configure flag from %gcc-static.Manolis Ragkousis2015-09-04
| | | | | | | With this commit "guix build bootstrap-tarballs --target=i686-pc-gnu" works. * gnu/packages/make-bootstrap.scm (%gcc-static): Remove unneeded --disable-decimal-float.
* gnu: hurd: Add flex as an input to mig.Manolis Ragkousis2015-09-04
| | | | * gnu/packages/hurd (mig): Add flex as an input.
* gnu: acl: Fix i686-gnu build.Manolis Ragkousis2015-09-04
| | | | | * gnu/packages/patches/acl-hurd-path-max.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: gcc: Also substitute the dynamic linker name for GNU/Hurd.Marek Benc2015-09-04
| | | | | | | | * gnu/packages/gcc.scm (gcc-4.7): Also substitute the dynamic linker name for GNU (ie. Hurd) systems. Signed-off-by: Manolis Ragkousis <manolis837@gmail.com> Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: bootstrap: Add the location of ld.so on GNU/Hurd.Marek Benc2015-09-04
| | | | | | | * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add the dynamic linker for i686-gnu and i585-gnu. Signed-off-by: Manolis Ragkousis <manolis837@gmail.com>
* gnu: acl: Remove explicit 'sed' dependency.Ludovic Courtès2015-09-04
| | | | | * gnu/packages/acl.scm (acl)[native-inputs]: Remove SED, which is implicit.
* gnu: coreutils: Drop dependency on libcap when cross-compiling.Ludovic Courtès2015-09-04
| | | | | * gnu/packages/base.scm (coreutils)[inputs]: Drop LIBCAP when (%current-target-system) is true.
* Build tarballs with deterministic file ordering.Mark H Weaver2015-09-03
| | | | | | | | * guix/packages.scm (patch-and-repack)[build], gnu/system/install.scm (self-contained-tarball)[build], gnu/packages/make-bootstrap.scm (tarball-package), gnu/packages/admin.scm (isc-dhcp), gnu/packages/video.scm (avidemux): Pass "--sort=name" to 'tar'.
* packages: Add 'armhf-linux' to '%hydra-supported-systems'.Mark H Weaver2015-09-02
| | | | | * guix/packages.scm (%hydra-supported-systems): Do not remove 'armhf-linux' from it. It is now equal to '%supported-systems'.
* gexp: Remove duplicate 'mkdir-p' definition.Ludovic Courtès2015-09-02
| | | | | | | * guix/gexp.scm (%mkdir-p-definition): Remove. (%utils-module): New variable. (imported-files, compiled-modules): Have gexp load %UTILS-MODULE instead of using %MKDIR-P-DEFINITION.
* gnu: coreutils: Add dependency on libcap.Ludovic Courtès2015-09-02
| | | | * gnu/packages/base.scm (coreutils)[inputs]: Add LIBCAP.
* gnu: libcap: Update to 2.24.Ludovic Courtès2015-09-02
| | | | | * gnu/packages/linux.scm (libcap): Update to 2.24. Fetch the source from mirror://kernel.org.
* gnu: glibc: Upgrade to 2.22.Ludovic Courtès2015-09-02
| | | | | | | | | | * gnu/packages/base.scm (glibc): Upgrade to 2.22. (coreutils-light): New variable. * gnu/packages/commencement.scm (locale-proof-package): New procedure. (%boot5-inputs): Add LD-WRAPPER, BINUTILS-FINAL, BASH-FINAL, GNU-MAKE, DIFFUTILS, FINDUTILS, COREUTILS-LIGHT (pass through 'new-libc-package'), and %BOOTSTRAP-COREUTILS&CO (passed through 'locale-proof-package'.)
* utils: Move 'package-name->name+version' to (guix build utils).Ludovic Courtès2015-08-30
| | | | | | | | * guix/utils.scm (package-name->name+version): Move to... * guix/build/utils.scm (package-name->name+version): ... here. New procedure. * guix/build/emacs-build-system.scm (package-name->name+version): Remove.
* utils: Add 'strip-store-file-name'.Ludovic Courtès2015-08-30
| | | | | | | | * guix/build/utils.scm (strip-store-file-name): New procedure. * guix/build/emacs-build-system.scm (store-directory->name-version): Remove. Update callers to use 'strip-store-file-name'. * gnu/packages/gcc.scm (make-libstdc++-doc)[arguments]: Use 'strip-store-file-name' instead of 'string-drop'.
* gnu: glibc: _PATH_BSHELL refers to our static bash.Ludovic Courtès2015-08-30
| | | | | * gnu/packages/base.scm (glibc)[arguments]: Change _PATH_BSHELL in paths.h to refer to STATIC-BASH.
* gnu: glibc: Use 'modify-phases'.Ludovic Courtès2015-08-30
| | | | | * gnu/packages/base.scm (glibc)[arguments]: Use 'modify-phases' instead of 'alist-cons-before'.
* build-system/gnu: Use monotic time to measure elapsed time.Ludovic Courtès2015-08-30
| | | | | | | | * guix/build/gnu-build-system.scm (gnu-build)[elapsed-time]: New procedure. Use it, and use (current-time time-monotonic) instead of (gettimeofday). Show one digit after the comma for the elapsed time.
* gnu: ncurses: Really install headers to OUT/include.Ludovic Courtès2015-08-30
| | | | * gnu/packages/ncurses.scm (ncurses)[arguments]: Pass --enable-overwrite.
* gnu: Use 'install-file' instead of 'mkdir-p' and 'copy-file' in obvious cases.Ludovic Courtès2015-08-29
| | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (bedtools, bowtie, bwa, hisat, samtools, plink, star): Use 'install-file' instead of 'mkdir-p' + 'copy-file'. * gnu/packages/check.scm (catch-framework): Likewise. * gnu/packages/code.scm (global): Likewise. * gnu/packages/emacs.scm (magit-svn, haskell-mode, emacs-pdf-tools): Likewise. * gnu/packages/engineering.scm (fastcap, fasthenry): Likewise. * gnu/packages/gnuzilla.scm (nss): Likewise. * gnu/packages/guile.scm (guile-minikanren): Likewise. * gnu/packages/java.scm (swt): Likewise. * gnu/packages/make-bootstrap.scm (%static-binaries): Likewise. * gnu/packages/maths.scm (lpsolve): Likewise. * gnu/packages/mp3.scm (mpc123): Likewise. * gnu/packages/ninja.scm (ninja): Likewise. * gnu/packages/python.scm (python-numpy, python-pyparsing): Likewise. * gnu/packages/screen.scm (dtach): Likewise. * gnu/packages/synergy.scm (synergy): Likewise. * gnu/packages/textutils.scm (utf8proc): Likewise. * gnu/packages/version-control.scm (git-test-sequence): Likewise. * gnu/packages/wicd.scm (wicd): Likewise.
* utils: Add 'install-file'.Ludovic Courtès2015-08-29
| | | | * guix/build/utils.scm (install-file): New procedure.
* gnu: glibc: Do not copy static Bash binary to bin/.Ludovic Courtès2015-08-29
| | | | | | | | | | | | | | This avoids problems when installing 'glibc' in a profile, where glibc's limited 'bash' would take precedence over the valid 'bash'. * gnu/packages/base.scm (glibc)[arguments]: Do not copy STATIC-BASH to OUT/bin. Instead, simply refer to it directly. [inputs]: Use STATIC-BASH instead of BASH-LIGHT. * gnu/packages/commencement.scm (static-bash-for-glibc): Likewise. (glibc-final)[arguments]: Add STATIC-BASH-FOR-GLIBC to #:allowed-references. (gcc-final)[arguments]: Likewise. [native-inputs]: Add "static-bash".
* gnu: ncurses: Remove obsolete hack.Ludovic Courtès2015-08-29
| | | | | * gnu/packages/ncurses.scm (ncurses)[arguments]: Remove obsolete Solaris hack.
* gnu: ncurses: Rework trick to avoid reference to the bootstrap bash.Ludovic Courtès2015-08-29
| | | | | | | | | This removes reliance on the availability of 'bin/sh' in glibc. * gnu/packages/ncurses.scm (ncurses): Remove 'configure-phase'. Add 'remove-shebang-phase'. [arguments]: Remove distinction between cross builds and native builds. Use 'modify-phases'. Add 'remove-unneeded-shebang' phase.
* gnu: ncurses: Upgrade to 6.0.Ludovic Courtès2015-08-29
| | | | | * gnu/packages/ncurses.scm (ncurses): Upgrade to 6.0. Change library names to '.so.6'.
* gnu: binutils: Upgrade to 2.25.1.Ludovic Courtès2015-08-29
| | | | * gnu/packages/base.scm (binutils): Upgrade to 2.25.1.
* gnu: Add 'bash-static'.Ludovic Courtès2015-08-29
| | | | * gnu/packages/bash.scm (static-bash): New variable.
* download: Keep only 2 store items for all the downloads.Ludovic Courtès2015-08-29
| | | | | | | | | This significantly reduces churn in the store. It also reduces run time of 'guix build inkscape -Sd' by ~10%. * guix/download.scm (url-fetch)[mirror-file]: New variable. [builder]: Get URL from the "guix download url" env. var. Get the mirrors from MIRROR-FILE. Pass #:script-name and #:env-vars to 'gexp->derivation'.
* gexp: Add #:script-name parameter to 'gexp->derivation'.Ludovic Courtès2015-08-29
| | | | | * guix/gexp.scm (gexp->derivation): Add #:script-name parameter. * doc/guix.texi (G-Expressions): Document it.
* monads: Inline the procedure returned by liftN.Ludovic Courtès2015-08-29
| | | | | * guix/monads.scm (define-lift): Turn into a macro that open-codes the result of its lift.
* gnu: shadow: Update to 4.2.1.宋文武2015-08-28
| | | | | * gnu/packages/admin.scm (shadow): Update to 4.2.1. [source]: Use the release tarball.