Age | Commit message (Collapse) | Author |
|
* gnu/packages/python.scm (python2-ansible): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
* gnu/packages/python.scm (python-passlib, python2-passlib): New variables.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
* gnu/packages/python.scm (python-py-bcrypt, python2-py-bcrypt): New variables.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
* gnu/packages/python.scm (python-paramiko, python2-paramiko): New variables.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
* gnu/packages/python.scm (python-httplib2, python-httplib2): New variables.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
* gnu/packages/python.scm (python-ecdsa, python2-ecdsa): New variables.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
* gnu/packages/python.scm (python-ccm, python2-ccm): New variables.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
* gnu/packages/python.scm (python2-pycrypto): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
* gnu/packages/patches/expat-CVE-2015-1283.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xml.scm (expat)[source]: Add patch.
|
|
* gnu/packages/music.scm (klick): New variable.
|
|
* gnu/packages/patches/qemu-CVE-2015-5154-pt1.patch,
gnu/packages/patches/qemu-CVE-2015-5154-pt2.patch,
gnu/packages/patches/qemu-CVE-2015-5154-pt3.patch,
gnu/packages/patches/qemu-CVE-2015-5158.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/qemu.scm (qemu-headless)[source]: Add patches.
|
|
* gnu/packages/textutils.scm (markdown): Move to ...
* gnu/packages/markdown.scm (markdown): ... here.
|
|
* gnu/packages/patches/liblxqt-include.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
* gnu/packages/lxqt.scm (liblxqt)[source]: Use patch.
|
|
* gnu/packages/lxqt.scm (libqtxdg)[source]: Update to 1.2.0.
[arguments]: Enable test builds.
|
|
* gnu/packages/slang.scm (newt): New variable.
|
|
* gnu/packages/networking.scm (ethtool): New variable.
|
|
* gnu/packages/networking.scm (libndp): New variable.
|
|
* gnu/packages/gnome.scm (gvfs): New variable.
|
|
* gnu/packages/libusb.scm (libmtp): Propagate inputs libgcrypt and libusb.
|
|
* gnu/packages/patches/ghostscript-CVE-2015-3228.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/ghostscript.scm (ghostscript)[source]: Add patch.
|
|
* gnu/packages/java.scm (icedtea7): Update to 2.6.1.
|
|
* gnu/packages/qt.scm (qt): Update to 5.5.0. Update download location.
Drop patch and snippet.
[arguments]: Add configure flag to drop qtwebengine module bundling
chromium.
[native-inputs]: Drop ninja, needed only for qtwebengine.
[inputs]: Add harfbuzz to avoid use of bundled copy.
(qt-4)[inputs]: Remove inherited harfbuzz again.
* gnu/packages/patches/qt5-conflicting-typedefs.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Unregister patch.
* gnu/packages/patches/qt5-runpath.patch: Adapt patch.
|
|
* gnu/packages/python.scm (pelican): New variable.
|
|
* gnu/packages/python.scm (python-blinker, python2-blinker): New variables.
|
|
* gnu/packages/fltk.scm: Import lgpl2.0+ license.
|
|
* gnu/packages/audio.scm (portaudio)[inputs]: Replace "jack-2" with "jack-1".
|
|
* gnu/packages/audio.scm (jack-1)[inputs]: Move "bdb" from here...
[propagated-inputs]: ...to here.
|
|
* gnu/packages/music.scm (non-sequencer): New variable.
|
|
* gnu/packages/fltk.scm (ntk): New variable.
|
|
* gnu/packages/video.scm (avidemux)[source]: Add patch to install to lib
directory instead of lib64 or lib32 depending on the architecture.
[arguments]: Use the lib instead of the lib64 directory for flags in the
build phase, so that these flags should now also work on i686.
* gnu/packages/patches/avidemux-install-to-lib.patch: New file.
* gnu-system.am (dist_patch_DATA): Register it.
|
|
* gnu/packages/emacs.scm (magit): Update to 1.4.2.
|
|
This is a followup to commit e12027179f136766609fb8dbc920f5705d62fc95.
* gnu/packages/tls.scm (openssl)[arguments]: Add reference to upstream
GCC bug in comment.
|
|
* gnu/packages/freedesktop.scm (udisks): New variable.
|
|
* gnu/packages/freedesktop.scm (libatasmart): New variable.
|
|
* gnu/packages/gnome.scm (colord): Propagate inputs glib, eudev and lcms.
|
|
* gnu/packages/gnome.scm (upower, gnome-settings-daemon, rhythmbox)
gnu/packages/xfce.scm (thunar, thunar-volman): Switch to libgudev as
GUDEV provider.
|
|
* gnu/packages/gnome.scm (libgudev): New variable.
|
|
Reported by Anders Jonsson <anders.jonsson@norsjovallen.se>.
* gnu/packages/perl.scm (perl-data-stag)[description]: Fix typo.
|
|
* gnu/build/vm.scm (<partition>): New record type.
(fold2): New procedure.
(initialize-partition-table): Remove #:bootable? and
'partition-size' parameters. Add 'partitions' parameter. Invoke 'parted'
with '--script'.
(initialize-root-partition): Remove.
(initialize-partition, root-partition-initializer): New procedures.
(initialize-hard-disk): Remove #:system-directory, #:disk-image-size,
#:file-system-type, #:file-system-label, #:closures, #:copy-closures?,
#:bootable?, and #:register-closures? parameters. Add #:partitions.
Rewrite to use 'initialize-partition' for each item of PARTITIONS.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Add (guix records)
to #:modules default value.
(qemu-image): Adjust accordingly.
|
|
* gnu/system.scm (%setuid-programs): Add 'ping6'.
|
|
* gnu/packages/patches/bedtools-32bit-compilation.patch: New file.
* gnu/packages/bioinformatics.scm (bedtools)[source]: Add patch.
* gnu-system.am (dist_patch_DATA): Register patch.
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
* gnu/packages/video.scm (vlc)[inputs]: Switch from Qt version 4 to 5.
|
|
* gnu/packages/video.scm (vlc): Update to 2.2.1.
|
|
Based on discussions with Rohan Prinja <rohan.prinja@gmail.com>.
* guix/build/syscalls.scm (<interface>): New record type.
(write-interface, values->interface, unfold-interface-list,
network-interfaces, free-ifaddrs): New procedures.
(ifaddrs): New C struct.
(%struct-ifaddrs-type, %sizeof-ifaddrs): New macros.
* tests/syscalls.scm ("network-interfaces returns one or more interfaces",
"network-interfaces returns \"lo\""): New tests.
|
|
* guix/build/syscalls.scm (alignof*, align): New macros.
(write-types, read-types): Use 'align' to compute the actual offset to
read/write a value of TYPE0.
|
|
* guix/build/syscalls.scm (PF_PACKET, AF_PACKET): New variables.
(read-socket-address): Make 'index' optional. Return (vector FAMILY) when
FAMILY is neither AF_INET nor AF_INET6.
|
|
* guix/build/syscalls.scm (read-type): Add special-case for when TYPE is '*.
|
|
* guix/build/syscalls.scm (network-interfaces): Rename to...
(network-interface-names): ... this.
(all-network-interfaces): Rename to...
(all-network-interface-names): ... this.
* gnu/services/networking.scm (dhcp-client-service): Adjust accordingly.
* tests/syscalls.scm ("all-network-interfaces"): Rename to...
("all-network-interface-names"): ... this, and adjust accordingly.
("network-interfaces"): Rename to...
("network-interface-names"): ... this, and adjust accordingly.
|
|
* doc/guix.texi (Binary Installation): Add reference to "Application Setup".
|
|
* gnu/packages/bioinformatics.scm (bedtools): Update to 2.24.0.
|