Age | Commit message (Collapse) | Author |
|
* gnu/packages/make-bootstrap.scm: Import (gnu packages gcc).
|
|
* gnu/packages/gcc.scm (libelf): New variable.
|
|
* gnu/packages/gcc.scm (%gcc-infrastructure, isl, cloog): New variables.
|
|
* gnu/packages/base.scm (gcc-4.7): Move to...
* gnu/packages/gcc.scm: ... here. New file.
* Makefile.am (MODULES): Add it.
|
|
* gnu/packages/glib.scm (glib)[source]: Switch to mirror://gnome.
[inputs]: Add `patch/tests-prlimit'.
[arguments]: Add it.
* gnu/packages/patches/glib-tests-prlimit.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
|
|
* gnu/packages/cflow.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
* gnu/packages/cppi.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
* guix/store.scm (write-contents)[call-with-binary-input-file]: Set
%FILE-PORT-NAME-CANONICALIZATION to #f.
* gnu/packages.scm (search-patch, search-bootstrap-binary): Leave
%FILE-PORT-NAME-CANONICALIZATION unchanged. This reverts 9776ebb.
|
|
* gnu/packages/cmake.scm: New file.
* gnu/packages/patches/cmake-fix-tests.patch: New file.
* Makefile.am: Add them.
|
|
* gnu/packages.scm (search-patch, search-bootstrap-binary): Make sure no
canonicalization occurs. This reduces the number of 'stat' system
calls.
|
|
* gnu/packages/lua.scm: New file.
* Makefile.am: add it.
|
|
* gnu/packages/gnupg.scm (libgcrypt): Upgrade to 1.5.1.
|
|
* gnu/packages/vpn.scm (openconnect): New variable.
|
|
* gnu/packages/emacs.scm (emacs): Update to 24.3. Use the .xz tarball.
* gnu/packages/patches/emacs-configure-sh.patch: Adjust.
|
|
* gnu/packages/texinfo.scm (texinfo): Update to 5.1.
|
|
* guix/packages.scm (<package>): Remove the default value for `license'.
* gnu/packages/bootstrap.scm (package-from-tarball,
%bootstrap-glibc, %bootstrap-gcc): Initialize `license'.
* tests/packages.scm (dummy-package): Likewise.
|
|
* gnu/packages/fdisk.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
* gnu/packages/w3m.scm,
gnu/packages/patches/w3m-fix-compile.patch: New files.
* Makefile.am (MODULES): Add 'w3m.scm'.
(dist_patch_DATA): Add 'w3m-fix-compile.patch'.
|
|
* gnu/packages/avahi.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
* gnu/packages/gnutls.scm (gnutls): Update to 3.1.9.1.
|
|
* guix/download.scm (%mirrors): Add `gnome' mirrors.
* gnu/packages/glib.scm (intltool): New variable.
|
|
* gnu/packages/lsof.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
* gnu/packages/xml.scm (perl-xml-parser): New variable.
|
|
* gnu/packages/vpn.scm: New file.
* Makefile.am (MODULES): Add it.
* gnu/packages/patches/vpnc-script.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
|
|
* gnu/packages/libdaemon.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
* gnu/packages/global.scm (global): Update to 6.2.8.
|
|
* gnu/packages/screen.scm (screen): Use GNU mirror.
|
|
* gnu/packages/libpng.scm (libpng): Switch to version 1.5.14.
|
|
* gnu/packages/texinfo.scm (texinfo): Make PERL a propagated input.
|
|
* gnu/packages/guile.scm (guile-reader): Change the character preceding the
guile version number from '-' to '_' so that it will not be misinterpreted
as the package version number.
|
|
* gnu/packages/texinfo.scm (texinfo): Update to 5.0.
|
|
* gnu/system/vm.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
* gnu/packages/linux-initrd.scm: New file.
|
|
* gnu/packages/qemu.scm (qemu-kvm/smb-shares): New variable.
* gnu/packages/patches/qemu-multiple-smb-shares.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
|
|
* gnu/packages/make-bootstrap.scm (%guile-static): Add `name' field with
`-static' suffix.
|
|
* gnu/packages/patches/guile-linux-syscalls.patch: Add `scm_reboot'.
|
|
* gnu/packages/qemu.scm (qemu-kvm): Add dependency on Samba; pass
`--smbd' to ./configure.
|
|
* gnu/packages/samba.scm (samba): Add `add-lib-to-runpath' phase, and
PatchELF as an input.
|
|
* gnu/packages/parted.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
* gnu/packages/make-bootstrap.scm (%guile-static): Add
`guile-linux-syscalls.patch' as an input, and use it.
* gnu/packages/patches/guile-linux-syscalls.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
|
|
* gnu/packages/linux.scm (linux-libre): Choose "defconfig" instead of
"allmodconfig" since the latter enables all debugging features. Add
`CONFIG_CIFS=m'.
|
|
* gnu/packages/vim.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
* gnu/packages.scm (find-newest-available-packages):
New exported procedure.
* guix-build.in (newest-available-packages, find-best-packages-by-name):
New procedures.
(find-package): Use find-best-packages-by-name, to guarantee that
if a version number is not specified, only the newest versions will
be considered.
* guix-package.in (%options): Add --upgrade/-u option.
(newest-available-packages, find-best-packages-by-name, upgradeable?):
New procedures.
(find-package): Use find-best-packages-by-name, to guarantee that
if a version number is not specified, only the newest versions will
be considered.
(process-actions): Implement upgrade option.
* doc/guix.texi (Invoking guix-package): In the description of --install,
mention that if no version number is specified, the newest available
version will be selected.
|
|
* gnu/packages.scm (fold2): New procedure.
(fold-packages): Rework to suppress duplicates.
|
|
* gnu/packages/make-bootstrap.scm (%guile-static): Use libgc build with
CPPFLAGS=-DUSE_LIBC_PRIVATES.
* gnu/packages/bdw-gc.scm (libgc): Add TODO to always do it.
|
|
* gnu/packages/patches/mcron-install.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
|
|
* gnu/packages/wdiff.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
* gnu/packages/gnupg.scm (signing-party): New variable.
|
|
* gnu/packages/samba.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
* gnu/packages/scheme.scm (bigloo): Add `install-emacs-modes' phase.
|