John Darrington
3600420e3e
gnu: Add Glade.
...
* gnu/packages/gnome.scm (glade): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-06 19:01:52 +01:00
Andreas Enge
c6ebb77cb7
gnu: imagemagick: Upgrade to 6.8.8-4.
...
* gnu/packages/imagemagick.scm (imagemagick): Upgrade to 6.8.8-4.
2014-02-06 09:32:12 +01:00
Eric Bavier
8254b48066
gnu: gnu-pw-mgr: Upgrade to 1.1.
...
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Upgrade to 1.1.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2014-02-06 09:13:43 +01:00
Ludovic Courtès
c36b22281e
gnu: guile-wm: Upgrade to 1.0.
...
* gnu/packages/guile-wm.scm (guile-wm): Upgrade to 1.0.
2014-02-05 23:21:24 +01:00
Ludovic Courtès
7aec36830f
gnu: system: Build /etc/localtime.
...
* gnu/system.scm (etc-directory)[bashrc]: Use 'text-file*' instead of
'text-file'. Adjust users accordingly.
[files]: Add the /etc/localtime file for TIMEZONE.
Add TZDATA to the 'file-union' inputs.
(operating-system-derivation): Pass 'etc-directory' PROFILE-DRV
instead of PROFILE.
2014-02-05 22:22:51 +01:00
Ludovic Courtès
16686a9022
gnu: slim: Upgrade to 1.3.6; allow the choice of a config file at run time.
...
* gnu/packages/slim.scm (slim): Upgrade to 1.3.6. Add patches. Comment
out systemd-related stuff from CMakeLists.txt. Add
"-DBUILD_SHARED_LIBS=OFF" and "-DCMAKE_SKIP_BUILD_RPATH=ON" to
#:configure-flags. Adjust 'home-page' field.
* gnu/packages/patches/slim-config.patch,
gnu/packages/patches/slim-session.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
2014-02-05 22:18:14 +01:00
John Darrington
1d07e9316a
gnu: inkscape: New module
...
* gnu/packages/inkscape.scm,
gnu/packages/patches/inkscape-stray-comma.patch: New files.
* gnu-system.am (GNU_SYSTEM_MODULES): Add inkscape.scm.
(dist_patch_DATA): Add inkscape-stray-comma.patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-05 00:02:17 +01:00
John Darrington
2a72eeeea1
gnu: Add Boost.
...
* gnu/packages/boost.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add boost.scm
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-04 21:50:42 +01:00
John Darrington
99b030c705
gnu: gxmessage: New module
...
* gnu/packages/gxmessage.scm: New file
* gnu-system.am (GNU_SYSTEM_MODULES): Add gxmessage.scm
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-04 21:41:46 +01:00
Ludovic Courtès
7c9325a9ec
gnu: dmd: Use 'text-file*' when building Xorg's config file.
...
* gnu/system/dmd.scm (xorg-service)[xserver.conf]: Change to use
'text-file*' instead of 'text-file'.
Adjust body accordingly. Remove now extraneous packages from the
service's 'inputs' field.
2014-02-03 23:37:09 +01:00
John Darrington
67995f4bea
gnu: file: Upgrade to 5.16.
...
* gnu/packages/file.scm (file): Upgrade to 5.16.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-03 22:21:47 +01:00
John Darrington
9c08644340
gnu: gtkmm-2 New variable
...
* gnu/packages/gtk.scm (gtkmm-2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-03 22:11:32 +01:00
Ludovic Courtès
682b6599d7
gnu: vm: Create all the user directories.
...
* gnu/system/vm.scm (operating-system-default-contents)[user-directories]:
New procedure. Use it to create each user's home and GC root
directories.
2014-02-02 20:41:53 +01:00
Ludovic Courtès
ba6f8e423e
gnu: Add xterm.
...
* gnu/packages/xorg.scm (xterm): New variable.
2014-02-02 20:38:03 +01:00
Ludovic Courtès
f6a9d0484c
gnu: vm: Add /run/current-system and /bin/sh.
...
* gnu/system/vm.scm (operating-system-default-contents): Populate
/run/current-system and create /bin/sh.
* gnu/system.scm (operating-system-profile-derivation,
operating-system-profile-directory): New procedures.
(operating-system-derivation): Use it.
2014-02-02 01:34:33 +01:00
Ludovic Courtès
53bd729e8c
gnu: Add preliminary Xorg service.
...
* gnu/system/dmd.scm (xorg-service): New procedure.
2014-02-01 01:58:37 +01:00
Ludovic Courtès
e420308f29
gnu: xorg-server: Use /var as $localstatedir.
...
* gnu/packages/xorg.scm (xorg-server): Pass --localstatedir=/var. In
'configure' phase, patch 'hw/xfree86/Makefile.in'.
2014-01-31 18:22:04 +01:00
Ludovic Courtès
fd3bfc44ff
gnu: vm: Add support for running a VM that shares its store with the host.
...
* gnu/system/vm.scm (qemu-image): Check whether GUIX is #f.
(operating-system-build-gid, operating-system-default-contents): New
procedures.
(system-qemu-image): Use 'operating-system-build-gid'.
(system-qemu-image/shared-store,
system-qemu-image/shared-store-script): New procedures.
* gnu/system.scm: Add missing exports.
2014-01-31 14:36:48 +01:00
Ludovic Courtès
44ddf33ed5
gnu: linux-initrd: Allow the root file system to be volatile.
...
* gnu/system/linux-initrd.scm (qemu-initrd): Add 'volatile-root?'
parameter.
* guix/build/linux-initrd.scm (boot-system): Likewise. Honor it.
2014-01-31 14:26:30 +01:00
Ludovic Courtès
70b33d81cf
gnu: linux: Really build 9p/virtio modules.
...
* gnu/packages/linux.scm (linux-libre): Add CONFIG_NET_9P and
CONFIG_9P_FS.
2014-01-31 14:23:54 +01:00
Ludovic Courtès
4919d68432
gnu: linux-initrd: Recognize 9p file systems.
...
* gnu/system/linux-initrd.scm (qemu-initrd)[virtio-9p-modules]: New
variable.
[linux-modules]: Append VIRTIO-9P-MODULES when a 9p file system is in
MOUNTS.
* guix/build/linux-initrd.scm (mount-qemu-9p): New procedure.
(boot-system): Recognize '9p' in MOUNTS, and use 'mount-qemu-9p'.
2014-01-31 12:52:13 +01:00
Ludovic Courtès
217b862f0e
gnu: linux-initrd: Match kernel module file names exactly.
...
* gnu/system/linux-initrd.scm (expression->initrd)[string->regexp]: New
procedure. Use it in the call to 'find-files'.
2014-01-31 12:01:23 +01:00
Ludovic Courtès
fc4bc4b6de
gnu: linux-initrd: Properly distinguish between /dev/sda* and /dev/vda*.
...
* guix/build/linux-initrd.scm (make-essential-device-nodes): Rename
devices with major = 8 to /dev/sda*. Make /dev/vda* devices.
* gnu/system/vm.scm (qemu-image): Change '/dev/vda' to '/dev/sda'.
* gnu/system.scm (operating-system-derivation): Likewise.
2014-01-31 01:43:16 +01:00
Ludovic Courtès
882f034fa8
gnu: linux-libre: Build more virtio modules.
...
* gnu/packages/linux.scm (linux-libre): Append CONFIG_NET_9P_VIRTIO and
CONFIG_VIRTIO_{NET,BLK,BALLOON} to '.config'.
2014-01-31 01:15:38 +01:00
Ludovic Courtès
a7d46f12ac
gnu: vm: Run QEMU with '-enable-kvm'.
...
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass QEMU
'-enable-kvm'.
2014-01-30 23:32:22 +01:00
John Darrington
668c06acfc
gnu: Add GNU Octave.
...
* gnu/packages/maths.scm (octave): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-30 22:00:55 +01:00
Ludovic Courtès
f914963e47
gnu: linux-libre: Build virtio modules.
...
* gnu/packages/linux.scm (linux-libre): Build modules matching
CONFIG.*VIRTIO.
2014-01-29 23:42:36 +01:00
Ludovic Courtès
7b99ba4acd
gnu: linux-libre: Upgrade to 3.13.
...
* gnu/packages/linux.scm (linux-libre): Upgrade to 3.13.
2014-01-29 23:34:47 +01:00
Sree Harsha Totakura
a85cb48643
gnu: gnunet: Add gnurl 7.34.0.
...
* gnu/packages/gnunet.scm (gnurl): New variable. Thanks to Zerwas for
the initial recipe.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-29 23:08:37 +01:00
Ludovic Courtès
610b5cd8a1
gnu: libgcrypt: Upgrade to 1.6.1.
...
* gnu/packages/gnupg.scm (libgcrypt): Upgrade to 1.6.1.
2014-01-29 22:37:53 +01:00
Ludovic Courtès
d425471182
gnu: linux-initrd: Factorize boot code.
...
* guix/build/linux-initrd.scm (boot-system): New procedure.
* gnu/system/linux-initrd.scm (qemu-initrd): Add keyword parameters
'guile-modules-in-chroot?' and 'mounts'. Change builder to simply
call 'boot-system'.
(gnu-system-initrd): Change to a simple call to 'qemu-initrd'.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Call
'qemu-initrd' with #:guile-modules-in-chroot?.
2014-01-29 21:57:56 +01:00
Ludovic Courtès
735c6dd7fa
gnu: Lower initrd makers from packages to monadic procedures.
...
* gnu/packages/linux-initrd.scm: Remove.
* gnu/system/linux-initrd.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/system.scm (<operating-system>): Change default 'initrd' value
to (gnu-system-initrd).
(operating-system-derivation): Bind 'operating-system-initrd'. Pass
'menu-entry' an initrd file name instead of a package.
* gnu/system/grub.scm (grub-configuration-file): Expect 'initrd' to be
file name.
2014-01-29 16:50:02 +01:00
Ludovic Courtès
b0dd47a8d0
gnu: qemu-initrd: Adjust to allow booting with a non-empty /root.
...
* gnu/packages/linux-initrd.scm (qemu-initrd): Use 'mkdir-p' instead of
'mkdir' for /root/xchg and /root/{share,lib}. When TO-LOAD is a
symlink, resolve it.
(gnu-system-initrd): Fix typo in message.
2014-01-28 23:38:19 +01:00
Ludovic Courtès
35cebf0166
gnu: iotop: Fix typos.
...
* gnu/packages/linux.scm (iotop): Fix typos introduced by myself.
2014-01-27 19:02:59 +01:00
Sree Harsha Totakura
7c0dbe780a
gnu: linux: Add iotop-0.6.
...
* gnu/packages/linux.scm (iotop): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-27 18:59:22 +01:00
Ludovic Courtès
5d80dd0823
gnu: Add asciidoc.
...
* gnu/packages/asciidoc.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-01-26 23:52:59 +01:00
Ludovic Courtès
829c095dae
gnu: qemu: Add note about 9p.
...
* gnu/packages/qemu.scm (qemu/smb-shares): Add comment.
2014-01-26 23:25:55 +01:00
John Darrington
73fed4f868
gnu: Add gnuplot
...
* gnu/packages/maths.scm (gnuplot): New variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-26 21:16:55 +01:00
Andreas Enge
566146abba
gnu: lapack: Update to 3.5.0.
...
* gnu/packages/maths.scm (lapack): Update to 3.5.0.
2014-01-26 13:04:03 +01:00
Ludovic Courtès
22f33e6112
gnu: sdl: Explicitly link against libXext.
...
* gnu/packages/sdl.scm (sdl): Add #:configure-flags to 'arguments'.
Move PKG-CONFIG to 'native-inputs'.
2014-01-25 23:07:35 +01:00
Andreas Enge
1ca03c048b
gnu: apl: Update to 1.2.
...
* gnu/packages/apl.scm (apl): Update to 1.2.
2014-01-25 19:08:13 +01:00
Andreas Enge
daaa00c82a
gnu: global: Update to 6.2.10.
...
* gnu/packages/global.scm (global): Update to 6.2.10.
2014-01-25 19:06:02 +01:00
Andreas Enge
fe9aeab9dd
gnu: lightning: Update to 2.0.3.
...
* gnu/packages/lightning.scm (lightning): Update to 2.0.3.
2014-01-25 19:01:23 +01:00
Andreas Enge
5ae7b708bb
gnu: parallel: Update to 20140122.
...
* gnu/packages/parallel.scm (parallel): Update to 20140122.
2014-01-25 17:18:06 +01:00
John Darrington
b6cbb314d9
gnu: fltk: New module
...
* gnu/packages/fltk.scm: New file
* gnu-system.am: New file fltk.scm
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-25 16:39:03 +01:00
John Darrington
3c9aa5c12d
gnu: libxft: Propagate input.
...
* gnu/packages/xorg.scm (libxft): Propagate input libxrender.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-25 16:37:51 +01:00
John Darrington
4f3a10d59d
gnu: ncdu: New module
...
* gnu/packages/ncdu.scm: New file
* gnu-system.am: New file ncdu.scm
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-25 16:20:24 +01:00
Sree Harsha Totakura
513e1950fb
gnu: Add Corkscrew 2.0.
...
* gnu/packages/ssh.scm (corkscrew): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-25 16:20:23 +01:00
Sree Harsha Totakura
28fb9101d9
gnu: Add ncdc-1.18.1.
...
* gnu/packages/dc.scm : New module.
* gnu-system.am (GNU_SYSTEM_MODULES): Add module.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-25 16:20:23 +01:00
Ludovic Courtès
b5d4a81133
wget: Upgrade to 1.15.
...
* gnu/packages/wget.scm (wget): Upgrade to 1.15. Remove Gettext from
'inputs'. Move Perl to 'native-inputs'.
2014-01-25 16:20:23 +01:00
Andreas Enge
93e48d19c7
gnu: ffmpeg: Update to 2.1.3.
...
* gnu/packages/video.scm (ffmpeg): Update to 2.1.3.
2014-01-24 22:40:44 +01:00
Andreas Enge
e816b34878
gnu: ffmpeg: Add input opus.
...
* gnu/packages/video.scm (ffmpeg): Add input opus.
2014-01-24 22:22:42 +01:00
Sree Harsha Totakura
a7f904fd63
gnu: Add Opus 1.1.
...
* gnu/packages/xiph.scm (opus): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-24 14:01:38 +01:00
Andreas Enge
54ff0b7dd7
gnu: Rename (gnu packages oggvorbis) to (gnu packages xiph).
...
* gnu/packages/oggvorbis.scm: Rename this ...
* gnu/packages/xiph.scm: ... to this. Adjust module name accordingly.
* gnu-system.am (GNU_SYSTEM_MODULES): Update.
* gnu/packages/{gnunet.scm, libcanberra.scm, mp3.scm, pulseaudio.scm, sdl.scm,
video.scm}: Use new module name.
2014-01-23 19:05:09 +01:00
Sree Harsha Totakura
997ef1df51
gnu: sqlite: Upgrade to 3.8.2.
...
* gnu/packages/sqlite.scm (sqlite): Upgrade to 3.8.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-23 00:03:02 +01:00
Ludovic Courtès
32795fcffb
gnu: guile-2.0: Switch to libgc 7.4.0.
...
* gnu/packages/guile.scm (guile-2.0): Use LIBGC-7.4.
(guile-2.0/fixed): Keep using LIBGC.
2014-01-22 23:45:44 +01:00
Ludovic Courtès
ad7583f6f5
gnu: Add libatomic_ops 7.4.0 and libgc 7.4.0.
...
* gnu/packages/bdw-gc.scm (libatomic-ops, libgc-7.4): New variables.
2014-01-22 23:44:20 +01:00
Ludovic Courtès
6596ac3987
gnu: libgc: Explicitly mark license as 'x11-style'.
...
* gnu/packages/bdw-gc.scm (libgc)[license]: Use 'x11-style'.
2014-01-22 23:15:07 +01:00
Ludovic Courtès
463d6dac7d
gnu: isc-dhcp: Fix license.
...
* gnu/packages/admin.scm (isc-dhcp): Change license to ISC.
2014-01-22 00:25:43 +01:00
Ludovic Courtès
e67f555161
gnu: gnubik: Synchornize synopsis and description.
...
* gnu/packages/games.scm (gnubik): Synchornize synopsis and description.
2014-01-22 00:22:16 +01:00
Ludovic Courtès
a869565b98
gnu: Add GNU V.E.R.A.
...
* gnu/packages/dictionaries.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-01-22 00:21:19 +01:00
Ludovic Courtès
00585a5582
gnu: glib: Upgrade to 2.39.1.
...
* gnu/packages/glib.scm (glib): Upgrade to 2.39.1. Run tests
sequentially.
* gnu/packages/patches/glib-tests-desktop.patch: Adjust for 2.39.1. Add
hunk for gsettings.c.
2014-01-20 01:06:22 +01:00
Andreas Enge
8bb1699bd5
gnu: mesa: Propagate input.
...
* gnu/packages/gl.scm (mesa): Propagate input libx11.
2014-01-18 17:53:43 +01:00
Andreas Enge
10b4d0f6ff
gnu: gl: Correct copyright notice.
...
* gnu/packages/gl.scm: Add copyright notice for mesa, moved here from
module xorg in commit 200726e
.
2014-01-18 14:15:39 +01:00
Ludovic Courtès
c915b404b2
gnu: Add DocBook DTD and XSL style sheets.
...
* gnu/packages/docbook.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-01-17 23:47:31 +01:00
Ludovic Courtès
9208d0c1a0
gnu: Add libexif, libgphoto2, and gphoto2.
...
* gnu/packages/photo.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-01-15 22:47:55 +01:00
John Darrington
e7d6f7bfa0
gnu: pspp: Upgrade to 0.8.2
...
* gnu/packages/maths.scm (pspp): Update to 0.8.2.
* gnu/packages/patches/pspp-tests.patch: Deleted.
* gnu-system.am: Removed pspp-tests.patch from the manifest.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-01-15 21:27:41 +01:00
Ludovic Courtès
2a5e15c6e1
gnu: git: 'git-submodule' works even if Perl is not in $PATH.
...
* gnu/packages/version-control.scm (git): Add 'native-inputs' field;
move Gettext there from 'inputs'. In 'split' phase, wrap the
'git-submodule' script.
2014-01-15 15:39:47 +01:00
Andreas Enge
da923d11d2
gnu: valgrind: Update to 2.9.0.
...
* gnu/packages/valgrind.scm (valgrind): Update to 2.9.0.
2014-01-15 15:11:57 +01:00
Ludovic Courtès
16f68e4840
gnu: Add Taylor UUCP.
...
* gnu/packages/uucp.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-01-15 00:15:55 +01:00
Ludovic Courtès
9927622f3f
gnu: inetutils: Upgrade to 1.9.2.
...
* gnu/packages/admin.scm (inetutils): Upgrade to 1.9.2. Add Readline
as an input.
2014-01-14 09:11:13 +01:00
Ludovic Courtès
8f0fd238d4
gnu: Add mpc123.
...
* gnu/packages/mp3.scm (libmpcdec, mpc123): New variables.
2014-01-14 00:14:12 +01:00
Ludovic Courtès
9de46ffb1c
gnu: Changes references to (gnu packages admin).
...
* gnu/packages/version-control.scm, gnu/packages/vim.scm,
gnu/system.scm, gnu/system/dmd.scm, gnu/system/shadow.scm,
gnu/system/vm.scm: Change references to (gnu packages system) to (gnu
packages admin).
This is a followup to commit 4aeea89
.
2014-01-13 23:21:47 +01:00
Ludovic Courtès
4aeea896f8
gnu: Rename (gnu packages system) to (gnu packages admin).
...
* gnu/packages/system.scm: Rename to...
* gnu/packages/admin.scm: ... this. Adjust module name accordingly.
* gnu-system.am (GNU_SYSTEM_MODULES): Update.
2014-01-13 21:32:39 +01:00
Ludovic Courtès
c73d4c9276
gnu: Add ISC's DHCP implementation.
...
* gnu/packages/system.scm (isc-dhcp): New variable.
2014-01-13 21:27:57 +01:00
Ludovic Courtès
3e424f2541
gnu: Add libtirpc.
...
* gnu/packages/onc-rpc.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-01-13 18:53:26 +01:00
Ludovic Courtès
6869e5c90c
gnu: Add aumix.
...
* gnu/packages/linux.scm (aumix): New variable.
2014-01-13 18:47:59 +01:00
Ludovic Courtès
40d806afae
gnu: Add GnuPG's pinentry.
...
* gnu/packages/gnupg.scm (pinentry): New variable.
2014-01-13 18:47:31 +01:00
Ludovic Courtès
d50f242d50
gnu: guile-ssh: Remove now unneeded cruft.
...
* gnu/packages/ssh.scm (guile-ssh): Remove libssh version hack from
'autoreconf' phase.
2014-01-13 00:37:16 +01:00
Ludovic Courtès
15756a7a12
gnu: Add Aspell dictionaries.
...
* gnu/packages/aspell.scm (aspell-dictionary): New procedure.
(aspell-dict-en, aspell-dict-eo, aspell-dict-es, aspell-dict-fr): New
variables.
2014-01-12 22:47:48 +01:00
Ludovic Courtès
b846126052
gnu: lsh: Move generic patching to 'snippet'.
...
* gnu/packages/lsh.scm (lsh): Move generic patching to the 'snippet'
field of 'origin'.
2014-01-05 23:46:45 +01:00
Ludovic Courtès
aebaeaee33
gnu: lsh: Fix the absolute file name of 'sexp-conv'.
...
* gnu/packages/lsh.scm (lsh): Rename 'fix-test-suite' phase to
'pre-configure'. Set PATH_SEXP_CONV in environ.h.in.
2014-01-04 17:27:41 +01:00
Ludovic Courtès
64cc58b249
gnu: nettle: Set the RUNPATH on 'sexp-conv' and other programs.
...
* gnu/packages/nettle.scm (nettle): Rename 'inputs' to 'native-inputs'.
Add 'arguments' field.
2014-01-04 16:59:46 +01:00
Ludovic Courtès
cb58dd3479
gnu: lsh: Distinguish between native inputs and target inputs.
...
* gnu/packages/lsh.scm (lsh): Move M4, Guile, gperf, and psmisc to
'native-inputs'. Use GUILE-2.0 instead of GUILE-FINAL.
2014-01-04 16:46:01 +01:00
Ludovic Courtès
f5ac2352e9
gnu: pulseaudio: Add patch for 'volume-test'; re-enable tests.
...
* gnu/packages/patches/pulseaudio-volume-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/pulseaudio.scm (pulseaudio): Use it. Remove
#:tests? #t.
2014-01-03 16:47:19 +01:00
John Darrington
bf0018cd87
gnu: games: Add new package gnubg
...
* gnu/packages/games.scm (gnubg): New variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-30 23:33:56 +01:00
Ludovic Courtès
40fed2d836
gnu: libgcrypt: Add "debug" output.
...
* gnu/packages/gnupg.scm (libgcrypt): Add 'outputs' field.
2013-12-30 23:22:08 +01:00
John Darrington
200726ed09
gnu: mesa: Move out of xorg.scm and into gl.scm
...
* gnu/packages/xorg.scm (mesa): Move to...
* gnu/packages/gl.scm (mesa): ... here. New variable.
* gnu/packages/gnome.scm, gnu/packages/gnuzilla.scm,
gnu/packages/qemu.scm, gnu/packages/qt.scm: Adjust accordingly.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-30 16:53:30 +01:00
Ludovic Courtès
4b155fea74
gnu: automake: Upgrade to 1.14.1.
...
* gnu/packages/autotools.scm (automake): Upgrade to 1.14.1.
2013-12-29 22:44:23 +01:00
Ludovic Courtès
57ed6ab792
gnu: gdbm: Upgrade to 1.11.
...
* gnu/packages/gdbm.scm (gdbm): Upgrade to 1.11.
2013-12-29 22:22:09 +01:00
John Darrington
490c6528ed
gnu: games: New module
...
* gnu/packages/games.scm (gnubik): New variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-29 19:50:23 +01:00
John Darrington
ed19903d56
gnu: gnome: Add new package gtkglext
...
* gnu/packages/gnome.scm (gtkglext): New variable.
* gnu/packages/patches/gtkglext-disable-disable-deprecated.patch,
gnu/packages/patches/gtkglext-remove-pangox-dependency.patch: New
files.
* gnu-system.am (dist_patch_DATA): Add them.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-29 18:53:25 +01:00
Andreas Enge
557813760d
gnu: python: Update to 3.3.3.
...
* gnu/packages/python.scm (python): Update to 3.3.3.
2013-12-28 15:41:01 +01:00
Andreas Enge
ee2b510929
gnu: python-2: Update to 2.7.6.
...
* gnu/packages/python.scm (python-2): Update to 2.7.6.
2013-12-28 15:24:08 +01:00
Andreas Enge
81bb10ad17
gnu: parallel: Update to 20131122.
...
* gnu/packages/parallel.scm (parallel): Update to 20131122.
2013-12-28 14:59:15 +01:00
Andreas Enge
f6727409c2
gnu: xorriso: Update to 1.3.4.
...
* gnu/packages/cdrom.scm (xorriso): Update to 1.3.4.
2013-12-28 14:53:07 +01:00
Andreas Enge
d0c2cf7d54
gnu: libcdio: Update to 0.92.
...
* gnu/packages/cdrom.scm (libcdio): Update to 0.92.
2013-12-28 14:42:04 +01:00
Andreas Enge
579b249683
gnu: libextractor: Update to 1.3.
...
* gnu/packages/gnunet.scm (libextractor): Update to 1.3.
2013-12-28 09:01:15 +01:00
Andreas Enge
d3f1333693
gnu: vim: Update to 7.4.
...
* gnu/packages/vim.scm (vim): Update to 7.4.
2013-12-22 23:23:11 +01:00
Ludovic Courtès
3f26bfc18a
Factorize package search between 'guix package' and 'guix build'.
...
* guix/scripts/package.scm (newest-available-packages): Remove.
(find-best-packages-by-name): Move to...
* gnu/packages.scm (find-best-packages-by-name): ... here.
(find-newest-available-packages): Memoize.
* guix/scripts/build.scm (specification->package): New procedure,
formerly called 'find-package' within 'guix-build'.
(guix-build): Adjust accordingly.
2013-12-21 22:36:32 +01:00
Andreas Enge
7eb71d7a3d
gnu: xf86-video-vmware: Add input xorg-server.
...
* gnu/packages/xorg.scm (xf86-video-vmware): Add input xorg-server.
2013-12-18 19:58:40 +01:00
Andreas Enge
217a67c020
gnu: iso-codes: Update to 3.49.
...
* gnu/packages/iso-codes.scm (iso-codes): Update to 3.49.
2013-12-18 15:49:57 +01:00
Andreas Enge
e148203588
gnu: shishi: Use libgcrypt-1.5.
...
* gnu/packages/shishi.scm (shishi): Use input libgcrypt-1.5 instead of 1.6.
2013-12-18 14:24:34 +01:00
Andreas Enge
a53421fdda
gnu: libgcrypt: Make old version 1.5.3 public.
...
* gnu/packages/gnupg.scm (libgcrypt-1.5): New variable.
* gnu/packages/ssh.scm (libssh): Use libgcrypt-1.5 instead of defining it
ad-hoc.
2013-12-18 14:11:01 +01:00
Ludovic Courtès
d44da8b092
gnu: libssh: Upgrade to 0.5.5.
...
* gnu/packages/ssh.scm (libssh): Upgrade to 0.5.5.
2013-12-17 22:02:07 +01:00
Ludovic Courtès
678110b949
gnu: libssh: Build against an older libgcrypt.
...
* gnu/packages/ssh.scm (libssh): Use libgcrypt 1.5.3 as an input.
2013-12-17 22:01:42 +01:00
Andreas Enge
f22e0e264e
gnu: ffmpeg: Modify runpath of binaries to include output library path.
...
* gnu/packages/video.scm (ffmpeg): Patch binaries to add output library path
to runpath.
2013-12-17 21:19:41 +01:00
Ludovic Courtès
f733c4c838
gnu: tor: Upgrade to 0.2.4.19.
...
* gnu/packages/tor.scm (tor): Upgrade to 0.2.4.19.
2013-12-16 23:57:24 +01:00
Ludovic Courtès
ec9a25612e
gnu: freeipmi: Upgrade to 1.3.4.
...
* gnu/packages/freeipmi.scm (freeipmi): Upgrade to 1.3.4.
2013-12-16 23:45:21 +01:00
Ludovic Courtès
375c6297c6
gnu: libgcrypt: Upgrade to 1.6.0.
...
* gnu/packages/gnupg.scm (libgcrypt): Upgrade to 1.6.0.
2013-12-16 23:44:58 +01:00
Cyril Roelandt
9cc98f8aa6
gnu: Add gnome-desktop.
...
* gnu/packages/gnome.scm (gnome-desktop): New variable.
2013-12-16 02:21:09 +01:00
Cyril Roelandt
2748062080
gnu: Add iso-codes.
...
* gnu/packages/iso-codes.scm: New file.
* gnu-system.am: Add it.
2013-12-15 23:39:43 +01:00
Cyril Roelandt
7a8605ceb5
gnu: Add libpeas.
...
* gnu/packages/gnome.scm (libpeas): New variable.
2013-12-15 23:39:43 +01:00
Cyril Roelandt
af949e8ee7
gnu: gtk+: enable introspection.
...
* gnu/packages/gtk.scm (atk, gdk-pixbuf, gtk+, pango): enable introspection
* guix/build/gnome.scm: New file.
2013-12-15 23:39:43 +01:00
Cyril Roelandt
503c5f6d5d
gnu: gobject-introspection: look for 'gcc' when no compiler seems available.
...
* gnu/packages/patches/gobject-introspection.patch: New file.
2013-12-15 23:37:22 +01:00
Ludovic Courtès
3e778ad3af
gnu: Move libelf and patchelf to (gnu packages elf).
...
* gnu/packages/patchelf.scm (patchelf): Move to...
* gnu/packages/elf.scm (patchelf): ... here.
* gnu/packages/patchelf.scm: Remove.
* gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/gcc.scm (libelf): Move to...
* gnu/packages/elf.scm (libelf): ... here.
* gnu/packages/cdrom.scm, gnu/packages/icu4c.scm,
gnu/packages/samba.scm, gnu/packages/scheme.scm, gnu/packages/ssh.scm:
Adjust references to (gnu packages patchelf).
2013-12-15 23:27:56 +01:00
Ludovic Courtès
2ed5b0f42c
gnu: Add elfutils.
...
* gnu/packages/elf.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-12-15 23:19:44 +01:00
John Darrington
c4c4cc0597
gnu: Move numerous "inputs" which should be "native-inputs".
...
* gnu/packages/avahi.scm, gnu/packages/cdrom.scm, gnu/packages/cryptsetup.scm,
gnu/packages/curl.scm, gnu/packages/emacs.scm, gnu/packages/fontutils.scm,
gnu/packages/gdb.scm, gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm,
gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm,
gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/graphviz.scm,
gnu/packages/groff.scm, gnu/packages/gstreamer.scm, gnu/packages/gtk.scm,
gnu/packages/gv.scm, gnu/packages/imagemagick.scm, gnu/packages/irssi.scm,
gnu/packages/kde.scm, gnu/packages/libcanberra.scm, gnu/packages/libtiff.scm,
gnu/packages/linux.scm, gnu/packages/lvm.scm, gnu/packages/mp3.scm,
gnu/packages/netpbm.scm, gnu/packages/parted.scm, gnu/packages/pdf.scm,
gnu/packages/pulseaudio.scm, gnu/packages/qemu.scm, gnu/packages/qt.scm,
gnu/packages/ratpoison.scm, gnu/packages/rdf.scm, gnu/packages/slim.scm,
gnu/packages/texlive.scm, gnu/packages/version-control.scm,
gnu/packages/video.scm, gnu/packages/vpn.scm, gnu/packages/w3m.scm,
gnu/packages/xml.scm, gnu/packages/xnee.scm, gnu/packages/xorg.scm,
gnu/packages/zip.scm: Move some build-time dependencies from `inputs' to
`native-inputs'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-15 22:31:19 +01:00
John Darrington
e766f699be
gnu: gnupg: Fix cross-compile issues.
...
* gnu/packages/gnupg.scm (libgpg-error): Add gcc as a native input,
and set the CC_FOR_BUILD variable.
* gnu/packages/gnupg.scm (libgcrypt): Add libgpg-error as a native input and
set the --with-gpg-error-prefix configure option.
* gnu/packages/gnupg.scm (libksba): Add libgpg-error as a native input and
set the --with-gpg-error-prefix configure option.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-15 22:31:18 +01:00
John Darrington
94e450812b
gnu: openssl: Fix cross-compile issues.
...
* gnu/packages/openssl.scm (openssl): Move perl from inputs to
native-inputs.
Replace reference to target bash with the native bash or target bash as
appropriate.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-15 22:31:18 +01:00
Andreas Enge
9b937137fb
gnu: imagemagick: Add inputs.
...
* gnu/packages/imagemagick.scm (imagemagick): Add inputs fftw and lcms.
2013-12-15 01:15:49 +01:00
Andreas Enge
d694a44cef
gnu: imagemagick: Update to 6.8.7-9.
...
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.8.7-9.
2013-12-15 00:19:09 +01:00
Andreas Enge
f198ffd097
gnu: qt: Update to 5.2.0.
...
* gnu/packages/qt.scm (qt): Update to 5.2.0.
2013-12-14 23:49:27 +01:00
John Darrington
5839958a8f
gnu: libxml2: Fixed cross-compilation.
...
* gnu/packages/xml.scm (libxml2): assign "cross-libc"
to the variable glibc.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-14 22:12:08 +01:00
Ludovic Courtès
c94d01bab2
gnu: tzdata: Fix cross-compilation.
...
Reported by John Darrington <john@darrington.wattle.id.au>.
* gnu/packages/base.scm (tzdata): Use the 'source' keyword argument in
phases rather than the "source" input. This fixes cross-compilation.
2013-12-14 19:23:29 +01:00
Andreas Enge
98a046cd25
gnu: icecat: Further analyse the failure of using system libpng and libjpeg.
...
* gnu/packages/gnuzilla.scm (icecat): Add comments.
2013-12-14 13:51:54 +01:00
John Darrington
e93c24df09
gnu: file: Fixed cross-compilation.
...
* gnu/packages/file.scm (file): [(eq? (%current-target-system) #f)] Add native-inputs.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-13 23:36:57 +01:00
Ludovic Courtès
1ae6df81db
gnu: icecat: Build without debugging symbols; use some of the system libs.
...
* gnu/packages/gnuzilla.scm (icecat): Add 'native-inputs'. Add bzip2,
libevent, libffi, and zlib as inputs. Add #:configure-flags. Change
'configure' phase to honor it.
2013-12-13 18:09:01 +01:00
Ludovic Courtès
2e5728318b
gnu: idutils: Add Emacs as an input so idutils.el gets compiled and installed.
...
* gnu/packages/idutils.scm (idutils): Add Emacs to 'native-inputs'.
2013-12-13 18:09:01 +01:00
Ludovic Courtès
9ed1ba8ae2
gnu: global: Install the elisp file under $out/share/emacs/site-lisp.
...
* gnu/packages/global.scm (global)[arguments]: Add #:phases.
2013-12-13 18:09:01 +01:00
Andreas Enge
31f9322e6f
gnu: ffmpeg: Check via "make fate".
...
* gnu/packages/patches/ffmpeg-check.patch: Drop patch.
* gnu-system.am (dist_patch_DATA): Unregister patch.
* gnu/packages/video.scm (ffmpeg): Drop patch and use "fate" as test target
as recommended at http://trac.ffmpeg.org/ticket/3177#comment:11 .
* gnu/packages/video.scm
2013-12-13 11:32:25 +01:00
Ludovic Courtès
a31f4d3557
gnu: libtasn1: Upgrade to 3.4.
...
* gnu/packages/gnutls.scm (libtasn1): Upgrade to 3.4. Add
'native-inputs' field.
2013-12-11 23:05:12 +01:00
Ludovic Courtès
8a43ff101e
gnu: guix: Upgrade to 0.5.
...
* gnu/packages/package-management.scm (guix): Upgrade to 0.5. Update
the bootstrap binaries; add mips64el; add
'guix-test-networking.patch'.
2013-12-11 13:55:17 +01:00
Ludovic Courtès
9afb63bb7f
gnu: gdb: Upgrade to 7.6.2.
...
* gnu/packages/gdb.scm (gdb): Update to 7.6.2.
2013-12-11 01:25:39 +01:00
Ludovic Courtès
22dd04383d
gnu: vm: Increase size of VM image.
...
* gnu/system/vm.scm (system-qemu-image): Add 'disk-image-size'
parameter; increase it.
2013-12-11 01:10:41 +01:00
Ludovic Courtès
3141a8bdb3
gnu: Honor the operating system's locale and timezone.
...
* gnu/system.scm (etc-directory): Add 'locale' and 'timezone'
parameters. Set 'LC_ALL', 'TZ', and 'TZDIR' in /etc/profile.
(operating-system-derivation): Adjust call accordingly.
* gnu/system/vm.scm (%demo-operating-system): Change locale to
'en_US.UTF-8'. Add TZDATA to 'packages'.
2013-12-10 21:46:59 +01:00
John Darrington
e67253dbe2
gnu: compression: Fix cross-compilation of zlib.
...
* gnu/packages/compression.scm : Zlib uses a non-standard
way of configuring for cross-compilation. Thanks to Ludovic
for showing me the correct way to fix this.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-12-10 13:55:35 +01:00
Ludovic Courtès
4f62d8d6c7
gnu: Allow a plain list of packages in 'operating-system'.
...
* gnu/system.scm (union): Allow (PACKAGE OUTPUT), (PACKAGE), and
PACKAGE.
(<operating-system>)[packages]: Make the default a list of package?
objects.
* gnu/system/vm.scm (%demo-operating-system): Likewise. Add a few
packages.
2013-12-10 00:24:02 +01:00
Ludovic Courtès
78ed003811
gnu: Add 'inputs' field to <user-account>; make 'shell' a monadic value.
...
* gnu/system/shadow.scm (<user-account>)[inputs]: New field.
(passwd-file): Bind the 'shell' field of each account.
* gnu/system/vm.scm (%demo-operating-system): Remove 'shell' field.
* gnu/system/dmd.scm (guix-build-accounts): Store a monadic value in
'shell'. Add 'inputs' field.
* gnu/system.scm (operating-system-derivation): Remove 'shell' field for
'root' account. Add all the 'user-account-inputs' to EXTRAS.
2013-12-10 00:24:02 +01:00
Ludovic Courtès
13ce0e3aa7
gnu: dmd: Avoid "already exists" error on startup.
...
* gnu/system/dmd.scm (dmd-configuration-file)[config]: Remove
"/var/nix/gcroots/etc-directory" before trying to recreate it.
2013-12-10 00:24:02 +01:00
Ludovic Courtès
033adfe7e0
gnu: Add (gnu system).
...
* gnu/system/vm.scm (lower-inputs): Move to monads.scm.
(qemu-image): Don't add GRUB-CONFIGURATION to the INPUTS-TO-COPY.
(union, file-union, etc-directory): Move to gnu/system.scm.
(%demo-operating-system): New variable.
(system-qemu-image): Add 'os' parameter. Rewrite in terms of
'operating-system-derivation'.
* guix/monads.scm (lower-inputs): New procedure.
* gnu/system/grub.scm (grub-configuration-file): Change 'entries' to be
a plain list instead of a list of monadic values.
* gnu/system.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-12-10 00:24:02 +01:00
Andreas Enge
f7faff88b7
gnu: perl-xml-dom: Propagate inputs.
...
* gnu/packages/xml.scm (perl-xml-dom): Drop inputs that are obtained through
propagation, propagate the other inputs.
2013-12-10 00:17:04 +01:00
Andreas Enge
7b81406a4f
gnu: perl-libxml: Propagate input.
...
* gnu/packages/xml.scm (perl-libxml): Propagate input perl-xml-parser.
2013-12-10 00:13:08 +01:00
Andreas Enge
f852114ed6
gnu: perl-http-message: Propagate input perl-http-date.
...
* gnu/packages/web.scm (perl-http-message): Propagate input perl-http-date.
* gnu/packages/web.scm (perl-http-cookies, perl-http-daemon): Drop input perl-http-date.
2013-12-10 00:06:02 +01:00
Andreas Enge
d42daec07b
gnu: perl-libwww: Propagate all inputs.
...
* gnu/packages/web.scm (perl-libwww): Drop inputs that appear through
propagation, and propagate all others.
2013-12-09 23:59:11 +01:00
Andreas Enge
846972ebe5
gnu: perl-file-listing: Propagate input.
...
* gnu/packages/web.scm (perl-file-listing): Propagate input perl-http-date.
2013-12-09 23:49:22 +01:00
Andreas Enge
3adf588805
gnu: perl-www-robotrules: Propagate input.
...
* gnu/packages/web.scm (perl-www-robotrules): Propagate input perl-uri.
2013-12-09 23:47:00 +01:00
Andreas Enge
d0bb5f77e9
gnu: perl-http-negotiate: Propagate input.
...
* gnu/packages/web.scm (perl-http-negotiate): Propagate input
perl-http-message, drop input perl-uri (propagated by perl-http-message).
2013-12-09 23:45:02 +01:00
Andreas Enge
6e8cf5c9e0
gnu: perl-http-daemon: Propagate inputs.
...
* gnu/packages/web.scm (perl-http-daemon): Propagate inputs perl-http-date,
perl-http-message and perl-lwp-mediatypes; drop input perl-uri
(propagated by perl-http-message).
2013-12-09 23:42:25 +01:00
Andreas Enge
800de8da3b
gnu: perl-http-cookies: Propagate inputs.
...
* gnu/packages/web.scm (perl-http-cookies): Propagate inputs perl-http-date
and perl-http-message; drop input perl-uri (itself propagated from
perl-http-message).
2013-12-09 23:38:10 +01:00