summaryrefslogtreecommitdiff
path: root/gnu/packages/package-management.scm
Commit message (Collapse)AuthorAge
* gnu: guix: Update development snapshot.Mark H Weaver2015-04-22
| | | | * gnu/packages/package-management.scm (guix-devel): Update to fc34dee.
* gnu: guix: Update development snapshot.Mark H Weaver2015-04-21
| | | | * gnu/packages/package-management.scm (guix-devel): Update to dd3a42e.
* gnu: guix: Don't install in /etc/bash_completion.d within build environment.Mark H Weaver2015-04-21
| | | | | | | | Fixes <http://bugs.gnu.org/20394>. Patch by Ludovic Courtès <ludo@gnu.org>. * gnu/packages/package-management.scm (guix)[arguments]: Pass "--with-bash-completion-dir" option to configure.
* gnu: Remove all #:select from (gnu packages ...) modules.Ludovic Courtès2015-04-20
| | | | | | | | | | | | | This works around Guile bug <http://bugs.gnu.org/15540>. Reported by Andreas Enge <andreas@enge.fr>. * gnu/packages/engineering.scm: Don't #:select from (gnu packages ...). * gnu/packages/gcc.scm: Likewise. * gnu/packages/package-management.scm: Likewise. * gnu/packages/photo.scm: Likewise. * gnu/packages/pulseaudio.scm: Likewise. * gnu/packages/moe.scm: Likewise, and #:select from (guix licenses) instead.
* gnu: nix: Propagate perl inputs.Eric Bavier2015-04-19
| | | | | | * gnu/packages/package-management.scm (nix)[inputs]: Move perl-www-curl, perl-dbi, perl-dbd-sqlite to... [propagated-inputs]: ...this new field
* gnu: guix: Update development snapshot.Ludovic Courtès2015-04-08
| | | | * gnu/packages/package-management.scm (guix-devel): Update to 0b13161.
* gnu: guix: Update snapshot.Ludovic Courtès2015-03-23
| | | | * gnu/packages/package-management.scm (guix-devel): Update.
* gnu: Use emacs-no-x when we just want to byte-compile code.Ludovic Courtès2015-03-19
| | | | | | | | | | | | | * gnu/packages/code.scm (cflow)[native-inputs]: Change EMACS to EMACS-NO-X. * gnu/packages/databases.scm (recutils): Likewise. * gnu/packages/emacs.scm (geiser, paredit, magit, emacs-w3m, emacs-wget, emms, bbdb): Likewise. * gnu/packages/idutils.scm (idutils): Likewise. * gnu/packages/mail.scm (mu): Likewise. * gnu/packages/package-management.scm (guix-0.8.1): Likewise. * gnu/packages/scheme.scm (bigloo): Likewise. * gnu/packages/version-control.scm (vc-dwim): Likewise.
* gnu: guix: Update snapshot.Ludovic Courtès2015-03-06
| | | | * gnu/packages/package-management.scm (guix-devel): Update snapshot.
* gnu: Move autoconf-style phases after the unpack phase.Mark H Weaver2015-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/audio.scm (soundtouch)[arguments]: Move 'bootstrap' after 'unpack'. Remove custom /usr/bin/file patching, which will now be handled by the 'patch-usr-bin-file' phase. * gnu/packages/emacs.scm (emacs-w3m)[arguments]: Rename 'pre-configure' phase to 'autoconf' and move it after 'unpack'. * gnu/packages/fontutils.scm (libuninameslist)[arguments]: Move 'bootstrap' phase after 'unpack'. * gnu/packages/libevent.scm (libuv)[arguments]: Move 'autogen' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". * gnu/packages/linux.scm (bridge-utils)[arguments]: Move 'bootstrap' phase after 'unpack'. * gnu/packages/mail.scm (libetpan)[arguments]: Move 'autogen' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". Setenv "NOCONFIGURE" before running autogen.sh. * gnu/packages/package-management.scm (guix-devel)[arguments]: Move 'bootstrap' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". * gnu/packages/rdf.scm (lrdf)[arguments]: Move 'autoreconf' phase after 'remove-out-of-tree-references' phase. * gnu/packages/tor.scm (privoxy)[arguments]: Move 'autoconf' phase after 'unpack'. * gnu/packages/web.scm (libpsl)[arguments]: Move 'bootstrap' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". Remove 'fix-autogen-shebang' phase.
* gnu: Add Stow.Ricardo Wurmus2015-02-24
| | | | * gnu/packages/package-management.scm (stow): New variable.
* gnu: guix: Update snapshot.Ludovic Courtès2015-01-28
| | | | | * gnu/packages/package-management.scm (guix-devel): Update snapshot. (guix): Change to GUIX-DEVEL.
* gnu: guix: Update to 0.8.1.Ludovic Courtès2015-01-28
| | | | | | | | * gnu/packages/package-management.scm (guix-0.8): Rename to... (guix-0.8.1): ... this. Add 'propagated-inputs'. (guix-devel): Append ".0" to version number. Remove 'propagated-inputs'. (guix): Set to GUIX-0.8.1.
* gnu: guix: Update snapshot.Ludovic Courtès2015-01-27
| | | | | | | * gnu/packages/package-management.scm (boot-guile-uri): New procedure. (guix-0.8): Add "boot-guile/armhf" input. Update 'copy-bootstrap-guile' phase to handle it. (guix-devel): Update snapshot.
* gnu: guix-devel: Propagate Geiser.Ludovic Courtès2015-01-22
| | | | | * gnu/packages/package-management.scm (guix-devel)[propagated-inputs]: Add GEISER.
* gnu: nix: Update to 1.8.Ludovic Courtès2015-01-15
| | | | * gnu/packages/package-management.scm (nix): Update to 1.8.
* gnu: guix: Update snapshot.Ludovic Courtès2015-01-13
| | | | | * gnu/packages/package-management.scm (guix-devel): Update snapshot. Remove now-unneeded sub-module stuff in the 'bootstrap' phase.
* gnu: guix: Update snapshot.Ludovic Courtès2014-11-29
| | | | * gnu/packages/package-management.scm (guix-devel): Update.
* gnu: guix: Update snapshot.Ludovic Courtès2014-11-17
| | | | | | * gnu/packages/package-management.scm (guix-devel): Update to post-0.8 commit. (guix): Switch from GUIX-0.8 to GUIX-DEVEL.
* gnu: guix: Update to 0.8.Ludovic Courtès2014-11-17
| | | | | | * gnu/packages/package-management.scm (guix-0.7): Rename to... (guix-0.8): ... this. Update to 0.8. Adjust users accordingly. (guix): Switch from GUIX-DEVEL to GUIX-0.8.
* gnu: guix: Fix hash of snapshot source.Ludovic Courtès2014-11-15
| | | | | * gnu/packages/package-management.scm (guix-devel): Fix hash, which was wrongfully input in commit a0e59dd.
* gnu: guix: Update snapshot.Ludovic Courtès2014-11-14
| | | | * gnu/packages/package-management.scm (guix-devel): Update snapshot.
* gnu: guix: Add Emacs as an input.Ludovic Courtès2014-11-12
| | | | | * gnu/packages/package-management.scm (guix-0.7)[native-inputs]: Add Emacs.
* gnu: guix: Update Git snapshot.Ludovic Courtès2014-11-12
| | | | | * gnu/packages/package-management.scm (guix-devel): Update to commit 8ee0e71.
* gnu: Move pkg-config to 'native-inputs' in various places.Ludovic Courtès2014-11-07
| | | | | | | | | | | * gnu/packages/glib.scm (libsigc++): Move pkg-config to 'native-inputs'. (glibmm): Likewise. * gnu/packages/mpd.scm (mpd): Likewise. * gnu/packages/package-management.scm (guix-0.7): Likewise. * gnu/packages/sdl.scm (sdl-net): Likewise. (sdl-ttf): Likewise. * gnu/packages/xiph.scm (vorbis-tools): Likewise.
* gnu: guix: Update development snapshot.Ludovic Courtès2014-11-05
| | | | | * gnu/packages/package-management.scm (guix-devel): Update to commit 84934f4.
* gnu: guix: Update development snapshot.Ludovic Courtès2014-10-13
| | | | | | | * gnu/packages/package-management.scm (guix-0.7): Make public. (guix-devel)[source]: Update to commit 14e84b2. [propagated-inputs]: New field. (guix): Alias for GUIX-DEVEL.
* gnu: Add Nix.Ludovic Courtès2014-09-28
| | | | | | | This commit is dedicated to the Nix project, without which we wouldn't be hacking all this today. :-) * gnu/packages/package-management.scm (nix): New variable.
* gnu: Synchronize GNU package descriptions with upstream.Ludovic Courtès2014-09-13
| | | | | These are mostly two-space-after-end-of-sentence-period changes resulting from commit 3a09e1d2.
* gnu: Consolidate databases in (gnu packages databases).Ludovic Courtès2014-09-08
| | | | | | | | | | | | | | | * gnu/packages/databases.scm: New file, with the contents of the following deleted files. * gnu/packages/mysql.scm, gnu/packages/postgresql.scm, gnu/packages/recutils.scm, gnu/packages/sqlite.scm, gnu/packages/bdb.scm: Remove. * gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly. * gnu/packages/apl.scm, gnu/packages/dc.scm, gnu/packages/games.scm, gnu/packages/gnunet.scm, gnu/packages/linux.scm, gnu/packages/mail.scm, gnu/packages/mpd.scm, gnu/packages/nvi.scm, gnu/packages/openldap.scm, gnu/packages/package-management.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/rdf.scm, gnu/packages/version-control.scm: Adjust to new module name.
* gnu: guix: Update to 0.7.Ludovic Courtès2014-07-25
| | | | | | | * gnu/packages/package-management.scm (guix-0.6): Rename to... (guix-0.7): ... this. Upgrade to 0.7. (guix): Alias for GUIX-0.7. (guix-devel): Change 'guix-0.6' to 'guix-0.7'.
* gnu: guix: Upgrade development snapshot.Ludovic Courtès2014-07-17
| | | | | * gnu/packages/package-management.scm (guix): Upgrade to commit 0ae8c15.
* gnu: guix: Use the development version by default.Ludovic Courtès2014-06-27
| | | | | | | | * gnu/packages/package-management.scm (guix): Rename to... (guix-0.6): ... this. (guix-devel): Rename to... (guix): ... this. Replace references to 'guix' by references to 'guix-0.6'.
* gnu: guix: Add development version.Ludovic Courtès2014-06-27
| | | | * gnu/packages/package-management.scm (guix-devel): New variable.
* gnu: guix: Use /etc as sysconfdir.Ludovic Courtès2014-06-04
| | | | | * gnu/packages/package-management.scm (guix)[arguments]: Pass --sysconfdir=/etc.
* gnu: guix: Upgrade to 0.6.Ludovic Courtès2014-04-09
| | | | | | | * gnu/packages/package-management.scm (guix): Upgrade to 0.6. * gnu/services/dmd.scm (dmd-configuration-file): Change /var/nix to /var/guix. * gnu/system/vm.scm (operating-system-default-contents): Likewise.
* gnu: guix: Upgrade to 0.5.Ludovic Courtès2013-12-11
| | | | | | * gnu/packages/package-management.scm (guix): Upgrade to 0.5. Update the bootstrap binaries; add mips64el; add 'guix-test-networking.patch'.
* gnu: Synchronize descriptions with 'gnumaint'.Ludovic Courtès2013-12-01
|
* gnu: guix: Update to 0.4.Ludovic Courtès2013-09-27
| | | | | | | * gnu/packages/package-management.scm (guix): Update to 0.4. (guix-0.4): Remove. * gnu/system/vm.scm (qemu-image, system-qemu-image): Use GUIX instead of GUIX-0.4.
* gnu: guix: Remove warning about 0.4 hack.Ludovic Courtès2013-09-27
| | | | * gnu/packages/package-management.scm (guix-0.4): Remove warning.
* gnu: guix: Rework 0.4 hack to gracefully handle lack of tarball.Ludovic Courtès2013-09-25
| | | | | * gnu/packages/package-management.scm (guix-0.4): Fall back to the source of GIUX when the tarball doesn't exist.
* gnu: vm: Initialize the image's store.Ludovic Courtès2013-09-24
| | | | | | * gnu/system/vm.scm (qemu-image): Add 'initialize-store?' keyword parameter. Use 'guix-register' when INITIALIZE-STORE? is true. (system-qemu-image): Pass #:initialize-store? #t.
* gnu: guix: Set $localstatedir; add gzip as input.Ludovic Courtès2013-09-24
| | | | | * gnu/packages/package-management.scm (guix): Add "--localstatedir=/var". Add GZIP as an explicit input, to avoid referring to the final gzip.
* gnu: Add Guix.Ludovic Courtès2013-08-24
* gnu/packages/package-management.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.