Age | Commit message (Collapse) | Author |
|
* gnu/packages/linux.scm (nvme-cli): Update to 1.12.
|
|
* gnu/packages/linux.scm (nftables): Update to 0.9.6.
|
|
* gnu/packages/linux.scm (haveged): Update to 1.9.13.
|
|
* gnu/packages/disk.scm (rmlint): Update to 2.10.1.
|
|
* gnu/packages/emulators.scm (mame): Update to 0.222.
|
|
* gnu/packages/docker.scm (%docker-version): Update to 19.03.12.
(docker, docker-cli): Update hashes.
|
|
* gnu/packages/crates-io.scm (rust-crossbeam-queue)[home-page]:
Point to the right sub-project.
|
|
* gnu/packages/crates-io.scm (rust-crossbeam-queue): Update to 0.2.3.
|
|
* gnu/packages/build-tools.scm (premake5): Update to 5.0.0-alpha15.
[arguments]: Modify ‘enter-source’ phase.
|
|
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.04-1.
|
|
* gnu/packages/python.scm (python-3.8): When cross-compiling for Hurd, add
substitution for the configure script.
|
|
* gnu/packages/gnome.scm (gexiv2): Update to 0.12.1.
|
|
* gnu/packages/admin.scm (hosts)[synopsis, description]: Clarify that this
script works only on a foreign distro.
|
|
* gnu/packages/python-xyz.scm (python-clyent)[home-page]: Update to new
home-page.
|
|
* gnu/packages/python-xyz.scm (python-clyent)[description]: Fix a typo.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/video.scm (get-iplayer): New variable.
|
|
* gnu/packages/presentation.scm (presentty): New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
|
|
* gnu/packages/python-xyz.scm (python-pillow-2.9): New package.
|
|
* gnu/packages/pretty-print.scm: Sort package module imports
alphabetically.
|
|
* gnu/packages/admin.scm (hosts): New variable.
|
|
* gnu/packages/storage.scm (ceph): Update to 14.2.10.
[source]: Keep required bundled seastar.
[inputs]: Add librdkafka.
|
|
* gnu/packages/video.scm (libaacs): Update to 0.10.0.
|
|
* gnu/packages/video.scm (libaacs)[source]: Hard-code NAME.
|
|
* gnu/packages/virtualization.scm (umoci): Update to 0.4.6.
[source, arguments]: Update import path.
|
|
* gnu/packages/statistics.scm (libxls): Update to 1.5.3.
|
|
* gnu/packages/sync.scm (rclone): Update to 1.52.2.
|
|
* gnu/packages/suckless.scm (st): Update to 0.8.4.
|
|
* gnu/packages/bioinformatics.scm (blast+): Update to 2.10.1.
|
|
* gnu/system/hurd.scm (%hurd-default-operating-system)[initrd]: Oops, set to #f.
|
|
* gnu/local.mk (widelands): New variable.
* gnu/packages/patches/widelands-system-wide_minizip.patch: New file.
(dist_patch_DATA): Register file above.
Co-authored-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/games.scm (bzflag): New variable.
|
|
* gnu/packages/games.scm (astromenace): New variable.
|
|
* gnu/packages/games.scm (taisei): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-37.882393d.
|
|
* gnu/packages/emulators.scm (ppsspp): New variable.
* gnu/packages/patches/ppsspp-disable-upgrade-and-gold.patch: New file.
* gnu/local.mk: Register it.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/vulkan.scm (spirv-cross): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/assembly.scm (armips): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/game-development.scm (tesseract-engine): New variable.
|
|
* gnu/packages/package-management.scm (guix): Update to 1.1.0-13.26611f56fb
|
|
* gnu/packages/hurd.scm (hurd-core-headers)[arguments]: Strictly include
header package inputs in union.
|
|
* gnu/packages/web.scm (nghttp2)[inputs]: When compiling for the Hurd, include
openssl:static.
|
|
* gnu/packages/busybox.scm (busybox)[arguments]<#:phases>[configure]: Accept
MAKE-FLAGS and use them.
[check]: Accept MAKE-FLAGS and use them.
[install]: Accept MAKE-FLAGS and use them.
|
|
Commits 0eed77127592323d89f56c215a15374a1aaae110 and
614a1e3fa2d731d4719f03912b1b87fb4fd309cb caused a ~150M increase of the image
size. Increase the image size limit by 200M until the situation is addressed.
* gnu/tests/install.scm (%simple-installation-script,
%extlinux-gpt-installation-script, %simple-installation-script-for-/dev/vda,
%raid-root-installation-script, %encrypted-root-installation-script): Increase
image size limit by 200M.
|
|
* gnu/packages/gcc.scm (%objc-search-paths, %objc++-search-paths): New variables.
(gcc-objc-4.8, gcc-objc-4.9, gcc-objc-5, gcc-objc-6, gcc-objc-7,
gcc-objc-8, gcc-objc++-4.8, gcc-objc++-4.9, gcc-objc++-5, gcc-objc++-6,
gcc-objc++-7, gcc-objc++-8): Don't duplicate the search path list.
(gcc-objc-9, gcc-objc-10, gcc-objc++-9, gcc-objc++-10): New variables.
|
|
The gfortran packages cannot be used without being wrapped with
gfortran-toolchain. However, as the comment in (gnu packages
commencement) explains, there cannot be more than one gfortran-toolchain
package because of ABI issues. Thus, versions of gfortran other than the
main one are useless.
* gnu/packages/gcc.scm (gfortran-4.8, gfortran-4.9, gfortran-5,
gfortran-6, gfortran-7, gfortran-8, gfortran-9): Remove variables.
(gfortran): Define the gfortran package based on the gcc variable.
|
|
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-36.4dd9664.
|
|
* gnu/packages/python-xyz.scm (python2-backports-functools-lru-cache):
Update to 1.6.1.
|
|
* gnu/packages/python-xyz.scm (python-soupsieve): Update to 2.0.1.
(python2-soupsieve): Update to 1.9.6.
|
|
* gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.9.1.
|
|
* gnu/packages/mastodon.scm (toot): Update to 0.27.0.
|