summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lint: Fold 'sync-descriptions' script as 'gnu-description' lint checker.Ludovic Courtès2014-11-19
| | | | | | | | | | * build-aux/sync-descriptions.scm: Remove. Move payload to... * guix/scripts/lint.scm: ... here. (escape-quotes, official-gnu-packages*, check-gnu-synopsis+description): New procedures. (%checkers): Add 'gnu-descriptions'. * Makefile.am (EXTRA_DIST): Remove build-aux/sync-descriptions.scm. (sync-descriptions): Use 'guix lint'.
* gnu: Add NcFTP Client.Ludovic Courtès2014-11-19
| | | | * gnu/packages/ftp.scm (ncftp): New variable.
* licenses: Add the Clarified Artistic License.Ludovic Courtès2014-11-19
| | | | * guix/licenses.scm (clarified-artistic): New variable.
* gnu: Add Glulxe.宋文武2014-11-19
| | | | | | * gnu/packages/games.scm (glkterm, glulxe): New variables. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: Add some more gstreamer pluginsJohn Darrington2014-11-19
| | | | | | | | * gnu/packages/gstreamer.scm (gst-plugins-good): New variable. (gst-plugins-base): New inputs: pango, libogg, libtheora, libvorbis, libx11, libXext, libxv, alsa-lib, zlib
* gnu: busybox - whitespace changes only.John Darrington2014-11-19
| | | | * gnu/packages/busybox.scm: Adjust formatting of description field.
* gnu: intltool: Make file a regular input.Eric Bavier2014-11-18
| | | | | | * gnu/packages/glib.scm (intltool)[propagated-inputs]: Move file from here... [inputs]: to here. [arguments]: New 'patch-file-references phase.
* gnu: acl: Towards tests; enable infrastructure, but keep tests disabledAndreas Enge2014-11-18
| | | | | | | since they fail. * gnu/packages/acl.scm (acl): Correct test target, add inputs perl and sed, replace "/bin/sh" in perl test script.
* gnu: acl: Also install header files.Andreas Enge2014-11-18
| | | | | * gnu/packages/acl.scm (acl): Install header files. Drop unneeded phase PATCH-MAKEFILE-SHELL.
* gnu: Add Wine.宋文武2014-11-18
| | | | | | | * gnu/packages/wine.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Add Julien to 'AUTHORS'.Ludovic Courtès2014-11-18
|
* gnu: Add Openbox.Julien Lepiller2014-11-18
| | | | | | | * gnu/packages/openbox.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: pango: Add dependency on libxft.Julien Lepiller2014-11-18
| | | | * gnu/packages/gtk.scm (pango)[inputs]: Add LIBXFT.
* gnu: curl: Enable more verbose test output.Ludovic Courtès2014-11-18
| | | | | | * gnu/packages/curl.scm (curl)[arguments]: Fold 'patch-runtests' phase into 'check' phase, and replace the standard 'check' phase. Run "make -C tests test".
* gnu: Fix cross-compilation issue in guile-jsonJohn Darrington2014-11-18
| | | | * gnu/packages/guile.scm (guile-json): Move guile from inputs to native inputs.
* gnu: Fix cross compilation issue with libgcrypt.John Darrington2014-11-18
| | | | | * gnu/packages/gnupg.scm (libgcrypt): Distinguish between the native and non-native libgpg-error input
* gnu: Fix cross-compilation issues with autotoolsJohn Darrington2014-11-18
| | | | * gnu/packages/autotools.scm (autoconf, automake): Move inputs to native-inputs.
* gnu: Add perl-digest-sha1.Ludovic Courtès2014-11-17
| | | | * gnu/packages/perl.scm (perl-digest-sha1): New variable.
* 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.
* Update NEWS.v0.8Ludovic Courtès2014-11-17
|
* Thank Bruno.Ludovic Courtès2014-11-17
|
* doc: Fix misuses of @ref.Ludovic Courtès2014-11-17
| | | | | | | * doc/guix.texi (Invoking guix-daemon, Features, Invoking guix download, Invoking guix refresh, GNU Distribution, Package Modules, Packaging Guidelines, Package Naming): Replace misuses of @ref with @xref or @pxref.
* doc: Suggest using 'guix pull' before 'guix system reconfigure'.Ludovic Courtès2014-11-17
| | | | | * doc/guix.texi (Invoking guix system): Suggest running 'guix pull' before the first use of 'guix system reconfigure'.
* build: Add doc/emacs.texi to the distribution.Ludovic Courtès2014-11-17
| | | | * doc.am (EXTRA_DIST): Add doc/emacs.texi.
* build: Add guix/tests.scm to the distribution.Ludovic Courtès2014-11-17
| | | | | * Makefile.am (noinst_DATA): Rename to... (dist_noinst_DATA): ... this.
* gnu: Add minetest.David Thompson2014-11-16
| | | | | | * gnu/packages/patches/minetest-subgame-env-var.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/games.scm (minetest): New variable.
* gnu: Add minetest-data.David Thompson2014-11-16
| | | | * gnu/packages/games.scm (minetest-data): New variable.
* gnu: Add irrlicht.David Thompson2014-11-16
| | | | * gnu/packages/games.scm (irrlicht): New variable.
* gnu: Add openal.David Thompson2014-11-16
| | | | * gnu/packages/games.scm (openal): New variable.
* Fix typo in NEWS.David Thompson2014-11-16
|
* doc: Document --key-download option of 'guix refresh'.Ludovic Courtès2014-11-16
| | | | * doc/guix.texi (Invoking guix refresh): Document --key-download.
* Adjust NEWS for 'guix import'.Ludovic Courtès2014-11-16
|
* doc: Document "guix import".Ludovic Courtès2014-11-16
| | | | | | | * doc/guix.texi (Requirements): Add xref to "Invoking guix import". (Defining Packages): Likewise. Remove footnote about Nixpkgs imports. (Invoking guix import): New section.
* gnu: hello: Update to 2.10.Ludovic Courtès2014-11-16
| | | | * gnu/packages/base.scm (hello): Update to 2.10.
* gnu: ruby: Update to 2.1.5.David Thompson2014-11-15
| | | | * gnu/packages/ruby.scm (ruby): Update to version 2.1.5.
* 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: Add opus-toolsJohn Darrington2014-11-15
| | | | * gnu/packages/xiph.scm (opus-tools): New variable.
* doc: Fix Hydra URL.Ludovic Courtès2014-11-15
| | | | | | Reported by John Darrington <john@darrington.wattle.id.au>. * doc/guix.texi (Packaging Guidelines): Fix hydra.gnu.org URL.
* gnu: linux-libre: Update to 3.17.3Jason Self2014-11-14
| | | | * gnu/packages/linux.scm (linux-libre): Update to version 3.17.3.
* Add the name of Sou Bunnbu in its original script to 'AUTHORS'.Ludovic Courtès2014-11-14
|
* gnu: Add Tiled.宋文武2014-11-14
| | | | | | * gnu/packages/games.scm (tiled): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Clarify use of the 'password' field for user accounts.Ludovic Courtès2014-11-14
| | | | | | | | | Suggested by Alex Sassmannshausen <alex.sassmannshausen@gmail.com>. * doc/guix.texi (Using the Configuration System): Remove 'password' field in the example. (User Accounts): Clarify use of the 'password' field, with links to the libc and Guile manuals.
* gnu: guix: Update snapshot.Ludovic Courtès2014-11-14
| | | | * gnu/packages/package-management.scm (guix-devel): Update snapshot.
* services: user-unmount: Change directory to "/" before unmounting.Ludovic Courtès2014-11-14
| | | | * gnu/services/base.scm (user-unmount-service): Add 'chdir' call.
* syscalls: Update /etc/mtab, not /etc/fstab.Ludovic Courtès2014-11-14
| | | | | * guix/build/syscalls.scm (remove-from-mtab): Replace "fstab" with "mtab".
* doc: Improve acknowledgments.Ludovic Courtès2014-11-13
| | | | | * doc/guix.texi (Acknowledgments): Expound a bit. * THANKS: Mention artwork; thank Felipe & Nikita.
* artwork: Update snapshot.Ludovic Courtès2014-11-13
| | | | * gnu/artwork.scm (%artwork-repository): Update.
* substitute-binary: Be slightly less verbose when downloading.Ludovic Courtès2014-11-13
| | | | | * guix/scripts/substitute-binary.scm (guix-substitute-binary)<"--substitute">: Be slightly less verbose.
* gnu: file: Add itself as a native input for cross-compilation.Ludovic Courtès2014-11-13
| | | | | | | Fixes a regression introduced in c198872b. Reported by John Darrington. * gnu/packages/file.scm (file)[self-native-input?]: New field.