Age | Commit message (Collapse) | Author |
|
* 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.
|
|
* gnu/packages/kde.scm (kdeconnect): Update to 20.04.2.
|
|
* gnu/packages/parallel.scm (parallel): Update to 20200622.
|
|
* gnu/packages/mail.scm (mutt): Update to 1.14.5.
|
|
* gnu/packages/web.scm (wslay): Update to 1.1.1.
|
|
* gnu/packages/vpn.scm (wireguard-linux-compat): Update to 1.0.20200623.
|
|
* gnu/packages/wm.scm (menumaker): Update to 0.99.12.
|
|
* gnu/packages/xdisorg.scm (libwacom): Update to 1.4.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2020.06.16.1.
|
|
* gnu/packages/image-viewers.scm (geeqie): Update to 1.5.
[arguments]: Add "--enable-gtk3" to #:configure-flags. Remove #:parallel-build?
and #:phases.
|
|
* gnu/packages/photo.scm (darktable)[arguments]: Fix opencl-c.h path.
[native-inputs]: Add opencl-headers, make LLVM version specific.
[inputs]: Add gmic.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-imageio): Update home-page, synopsis and description.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
With this change, the closure of "gcc-toolchain:out" goes from 1 GiB to
393 MiB, which was the intention.
* gnu/packages/commencement.scm (make-gcc-toolchain): Filter out
"libc-debug" and "libc-static" from OUT.
|
|
* gnu/packages/java.scm (java-bsh)[source]: Download using git-fetch.
|
|
* gnu/packages/java.scm (java-jcommander)[source]: Download using
git-fetch.
|
|
* gnu/packages/java.scm (java-jboss-javassist)[source]: Add snippet to
remove prebuilt jar.
[arguments]: Remove custom 'remove-binary phase.
|
|
* gnu/packages/java.scm (java-jboss-javassist)[source]: Download using
git-fetch.
[arguments]: Add custom 'make-files-writable phase.
|
|
* gnu/packages/java.scm (java-asssertj)[source]: Download using
git-fetch.
|
|
* gnu/packages/java.scm (java-guice)[source]: Download using git-fetch.
[arguments]: Add custom 'make-files-writable phase.
(java-guice-servlet)[arguments]: Same.
|
|
* gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): Update to 0.10.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.10.0.
|
|
* gnu/packages/games.scm (starfighter): Update to 2.2.1.
[source]: Update URI.
|
|
Installation tests are already checking the disk-image size. Do not set
another limit here.
* gnu/ci.scm (image-jobs): Do not limit disk-image size.
|
|
* gnu/packages/emulators.scm (mednafen): New variable.
|