Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs-xyz.scm (emacs-persist): New variable.
|
|
* gnu/packages/gnome.scm (simple-scan): Update to 3.34.4.
|
|
* gnu/packages/education.scm (gcompris-qt): Update to 0.98.
|
|
* gnu/packages/compression.scm (upx): Update to 3.96.
[source]: Remove patch.
[arguments]: Remove CHECK_WHITESPACE work-around.
[properties]: Remove obsolete hidden CVE.
* gnu/packages/patches/upx-fix-CVE-2017-15056.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/compression.scm (upx)[source]: Hard-code NAME.
|
|
* gnu/packages/embedded.scm (newlib)[home-page]: Use HTTPS.
|
|
* gnu/packages/music.scm (libgig)[home-page]: Use HTTPS.
|
|
* gnu/packages/java.scm (java-commons-exec)[home-page]: Use HTTPS.
|
|
* gnu/packages/gtk.scm (guile-present)[home-page]: Use HTTPS.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-trivial-gray-streams)[home-page]: Use HTTPS.
|
|
* gnu/packages/python-xyz.scm (python2-munkres)[home-page]: Use HTTPS.
|
|
* gnu/packages/python-xyz.scm (python-blinker)[home-page]: Use HTTPS.
|
|
* gnu/packages/haskell-apps.scm (hlint)[home-page]: Use source
repository.
|
|
* gnu/packages/ssh.scm (openssh): Update to 8.2p1.
[arguments]: Adjust ‘patch-tests’ phase.
|
|
* gnu/packages/ssh.scm (openssh)[source]: Hard-code NAME.
|
|
* gnu/packages/ssh.scm (endlessh): Update to 1.1.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
|
|
Previously, services spawned with 'make-forkexec-constructor' &
co. would all inherit the environment variables of PID 1, which includes
things like 'BOOT_IMAGE'. This change resets it to the bare minimum.
* gnu/services/shepherd.scm (shepherd-configuration-file): Add call to
'default-environment-variables'. Remove 'setenv' call.
|
|
* gnu/packages/admin.scm (guile3.0-shepherd): New variable.
|
|
* gnu/packages/admin.scm (shepherd): Update to 0.7.0.
|
|
* gnu/packages/openstack.scm (python-reno)[home-page]: Follow (HTTPS)
redirection.
|
|
* gnu/packages/autotools.scm (autoconf)[home-page]: Use HTTPS.
|
|
* gnu/packages/python-xyz.scm (python2-enum)[home-page]: Use HTTPS.
|
|
* gnu/packages/cran.scm (r-sdmtools)[home-page]: Use HTTPS.
|
|
* gnu/packages/cran.scm (r-tcltk2)[home-page]: Use HTTPS.
|
|
* gnu/packages/statistics.scm (r-rocr)[home-page]: Use HTTPS.
|
|
* gnu/packages/web.scm (wabt)[description]: Mark up more better.
|
|
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.70.
|
|
* gnu/packages/games.scm (freeorion): Update to 0.4.9.
[source]: Use release tarball.
|
|
* gnu/packages/graphics.scm (openscenegraph)[synopsis, description]: Add missing hyphen.
|
|
* gnu/packages/graphics.scm (openscenegraph): Update to 3.6.5.
|
|
* gnu/packages/flashing-tools.scm (flashrom): Update to 1.2.
|
|
* gnu/packages/benchmark.scm (fio): Update to 3.18.
|
|
* gnu/packages/assembly.scm (fasm): Update to 1.73.22.
|
|
* gnu/packages/efi.scm (sbsigntools): Update to 0.9.3.
|
|
* gnu/packages/dns.scm (libasr): Update to 1.0.4.
[arguments]: Remove obsolete ‘bootstrap’ phase replacement.
|
|
* gnu/packages/dictionaries.scm (lttoolbox)[source]: Remove FILE-NAME field.
|
|
* gnu/packages/dictionaries.scm (lttoolbox): Update to 3.5.1.
[arguments]: Replace ‘bootstrap’ phase.
[native-inputs]: Add autoconf, automake, and libtool.
|
|
* gnu/packages/ocaml.scm (camlp5): Update to 7.11.
|
|
* gnu/packages/dns.scm (ddclient)[home-page]: Update.
|
|
* gnu/packages/dns.scm (ddclient): Update to 3.9.1.
[source]: Use GIT-FETCH and add a FILE-NAME.
[native-inputs]: Remove gzip and tar.
[arguments]: Adapt to git checkout source.
|
|
* gnu/packages/distributed.scm (boinc-client)[synopsis]: Remove package name.
|
|
* gnu/packages/distributed.scm (boinc-client): Update to 7.16.4.
|
|
* gnu/packages/audio.scm (noise-repellent): Update to 0.1.5.
[build-system]: Switch to meson-build-system.
[arguments]: Remove GNU build system flags & set installation prefix.
|
|
As discussed on #guix with lfam and raingloom, it no longer builds and
users with hardware that requires it can use ‘guix time-machine’.
* gnu/packages/graphics.scm (blender-2.79): Remove variable.
|
|
* gnu/packages/graphics.scm (blender): Update to 2.82.
[arguments]: Uncomment ‘fix-broken-import’ phase.
|
|
* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module):
New public variable.
|
|
* gnu/packages/virtualization.scm (virt-manager): Move
gobject-introspection from inputs to native-inputs.
|
|
* gnu/packages/virtualization.scm: Replace tabs with spaces.
|
|
* gnu/packages/crates-io.scm (rust-same-file-1.0)[arguments]: Don't skip build.
|
|
This is a followup to 566997236494d83a48182d69311897789b5c9cd4. At the
time, it seemed like the input is only used on Windows and therefore
unnecessary. However, the package kept building only because the crate
was still being used transitively, through rust-same-file-1.0.
* gnu/packages/crates-io.scm (rust-ignore-0.4)[arguments](cargo-inputs):
Add rust-winapi-util-0.1.
|