Age | Commit message (Collapse) | Author |
|
* gnu/packages/xorg.scm (libxpm): Update to 3.5.13.
|
|
* gnu/packages/xorg.scm (libxpm)[inputs]: Move GETTEXT-MINIMAL ...
[native-inputs]: ... here.
|
|
* gnu/packages/gd.scm (gd)[arguments]: Add #:configure-flags.
|
|
* gnu/packages/ghostscript.scm (lcms)[arguments]: New field.
|
|
* gnu/packages/libreoffice.scm (libfreehand)[arguments]: New field.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-cffi-bootstrap): Update to 0.20.1.
[arguments]: Update substitution for libffi 3.3.
|
|
* gnu/packages/xorg.scm (libsm)[arguments]: New field.
|
|
* gnu/packages/patches/network-manager-gettid.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gnome.scm (network-manager)[source](patches): Add it.
|
|
* gnu/packages/patches/dconf-meson-0.52.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gnome.scm (dconf)[source](patches): New field.
|
|
* gnu/packages/patches/webkitgtk-icu-65.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/webkit.scm (webkitgtk)[source](patches): New field.
|
|
* gnu/packages/python-crypto.scm (python-pyopenssl)[native-inputs]: Add LIBFAKETIME.
[arguments]: Use it to run tests with a fixed date.
|
|
* gnu/packages/check.scm (libfaketime)[arguments]: Set environment variable
before building.
|
|
This reverts commit 7681436bfd9c3b6d9b8d18a1c81102d14378cbe8.
|
|
* gnu/packages/admin.scm (mingetty)[arguments]: When cross-compiling, set CC
to the appropriate value in configure phase.
|
|
* gnu/packages/python-xyz.scm (python-lxml): Update to 4.4.2.
|
|
|
|
* gnu/packages/web.scm (sassc): Update to 3.6.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/web.scm: (libsass): Update to 3.6.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/ruby.scm (ruby-yard)[source]: Download using git-fetch.
|
|
* gnu/packages/ruby.scm (ruby-tzinfo-data)[source]: Download using
git-fetch.
|
|
* gnu/packages/ruby.scm (ruby-ttfunk)[source]: Download using git-fetch.
|
|
* gnu/packages/ruby.scm (ruby-rack)[source]: Download using git-fetch.
[arguments]: Add phase to make gzip files writable.
|
|
* gnu/packages/ruby.scm (ruby-puma)[source]: Download using git-fetch.
[home-page]: Use https.
|
|
* gnu/packages/guile.scm (guile-bytestructures)[source]: Add 'file-name'.
|
|
* gnu/packages/education.scm (fet)[source]: Fix hash.
Not sure why the hash changed. Probably a paste mistake when introduced in
0wwfg8vdh4vp4bx043h66m5m0r1b0mlii36s1qq42pdbaxk94i23.
|
|
* gnu/packages/mail.scm (libetpan): Update to 1.9.4.
|
|
* gnu/packages/mail.scm (gmime): Update to 3.2.5.
|
|
* gnu/packages/mail.scm (msmtp): Update to 1.8.7.
|
|
* gnu/packages/wget.scm (wgetpaste)[license]: Update license.
|
|
* gnu/packages/networking.scm (wireshark): Update to 3.2.0.
|
|
* gnu/packages/education.scm (snap): Update to 5.4.0.
|
|
* gnu/packages/education.scm (fet): Update to 5.42.1.
|
|
* gnu/packages/emulators.scm (mame): Update to 0.217.
|
|
* gnu/packages/guile.scm (guile-bytestructures)[native-inputs]: Add guile to
fix cross-compilation.
|
|
* gnu/packages/guile.scm (guile-bytestructures)[arguments]: Pass
GUILE_AUTO_COMPILE=0 as make-flag to prevent guild warnings.
|
|
* gnu/packages/guile.scm (guile-bytestructures)[home-page]: Move up,
[source]: switch form url-fetch to git-fetch method,
[native-inputs]: add autoconf and automake.
|
|
* gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.7.
|
|
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-13.82b797e.
|
|
* gnu/packages/gnome.scm (gnome-themes-extra)[arguments]: Disable cache file
from configure flags.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
Fixes <https://bugs.gnu.org/38608>.
Reported by Nathan Dehnel <ncdehnel@gmail.com>.
* gnu/installer/final.scm (install-system): Pass '--fallback' to 'guix
system init'.
|
|
Fixes <https://bugs.gnu.org/38524>.
* gnu/services/networking.scm (dhcp-client-service-type): Filter interfaces
that cannot be activated.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emulators.scm (scummvm)[arguments]: Add a phase to work around
a build failure introduced by recent Fluidsynth upgrade.
|
|
* gnu/packages/lisp.scm (txr): Update to 230.
|
|
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Sort packages into
their logical groupings.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Remove
font-cantarell, font-dejavu, at-spi2-core, dbus, dconf,
desktop-file-utils, gnome-defalt-applications, gnome-online-accounts,
gnome-themes-standard, gst-plugins-base, gst-plugins-good, gucharmap,
hicolor-icon-theme, pinentry-gnome3, pulseaudio, shared-mime-info,
system-config-printer, xdg-user-dirs, zenity
Add accountservice, adwaita-icon-theme, cheese, gdm, gnome-calendar,
gnome-characters, gnome-clocks, gnome-desktop, gnome-font-viewer,
gnome-maps, gnome-themes-extra, gsettings-desktop-schema, mutter,
network-manager, orca, packagekit, simplescan, upower.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/audio.scm (portaudio)[arguments]: Build sequentially.
Fixes <https://bugs.gnu.org/38782>. This is a follow-up to commit
1ce6bfc21ce328d787df76c6ee132f9f828d098b.
|
|
* gnu/packages/diffoscope (diffoscope): Update to 134.
[arguments] Remove phase adding support for zstd.
|
|
* gnu/packages/python-xyz (pelican): Update to 4.2.
[propagated-inputs]: Alphabetize.
[arguments]: Remove adjust-requires phase.
|
|
* gnu/packages/haskell-xyz.scm (ghc-filepath-bytestring): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
This fixes https://debbugs.gnu.org/cgi/bugreport.cgi?bug=38789
* gnu/packages/music.scm (curseradio)[arguments]: Add phase to hardcode
path of mpv.
[propagated-inputs]: Move mpv ...
[inputs]: ... to here.
|