summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-29gnu: samplv1: Update to 0.9.13....* gnu/packages/music.scm (samplv1): Update to 0.9.13. Tobias Geerinckx-Rice
2020-03-29gnu: drumkv1: Update to 0.9.13....* gnu/packages/music.scm (drumkv1): Update to 0.9.13. Tobias Geerinckx-Rice
2020-03-29gnu: cgit: Update to 1.2.3....* gnu/packages/version-control.scm (cgit): Update to 1.2.3. [inputs]: Update git to 2.25.1. Tobias Geerinckx-Rice
2020-03-29gnu: xtl: Update to 0.6.13....* gnu/packages/cpp.scm (xtl): Update to 0.6.13. Tobias Geerinckx-Rice
2020-03-29gnu: numix-gtk-theme: Fix installation directory....* gnu/packages/gnome-xyz.scm (numix-gtk-theme)[arguments]: Replace erroneous use of DESTDIR with INSTALL_DIR in #:make-flags. Tobias Geerinckx-Rice
2020-03-29gnu: numix-gtk-theme: Fix name....* gnu/package/gnome-xyz.scm (numix-gtk-theme): New public variable, renamed from…… (numix-theme): …this now-deprecated one. Tobias Geerinckx-Rice
2020-03-29gnu: numix-theme: The ‘check’ phase already respects ‘#:tests?’....* gnu/packages/gnome-xyz.scm (numix-theme)[arguments]: Don't delete the ‘check’ phase. Tobias Geerinckx-Rice
2020-03-29gnu: herbstluftwm: Put completions where fish expects them....* gnu/packages/wm.scm (herbstluftwm)[arguments]: Set FISHCOMPLETIONDIR in #:make-flags. Tobias Geerinckx-Rice
2020-03-29gnu: herbstluftwm: The ‘check’ phase already respects ‘#:tests?’....* gnu/packages/wm.scm (herbstluftwm)[arguments]: Don't delete the ‘check’ phase. Tobias Geerinckx-Rice
2020-03-29gnu: xscreensaver: Put ‘app-defaults’ in the right place....* gnu/packages/xdisorg.scm (xscreensaver)[arguments]: Drop /usr from AD_DIR make flag. Tobias Geerinckx-Rice
2020-03-29gnu: Remove more packages deprecated for over almost a year....* gnu/packages/games.scm (armagetron-advanced) (cataclysm-dark-days-ahead, gnubackgammon, l-abbaye-des-morts) (the-battle-for-wesnoth, the-battle-for-wesnoth-server) (project-starfighter, kiki-the-nano-bot, fish-fillets-ng) (dungeon-crawl-stone-soup): Let's forget this ever happened. * gnu/packages/emacs-xyz.scm (geiser, paredit, git-modes/old-name) (magit, magit-svn, haskell-mode, emacs-emms-player-mpv, bbdb) (ert-runner, groovy-emacs-modes): Remove variable. * gnu/packages/engineering.scm (emacs-emms-player-simple-mpv) (emacs-evil-ediff, emacs-evil-mu4e, emacs-wgrep-helm, ao): Likewise. * gnu/packages/finance.scm (monero-core): Likewise. * gnu/packages/gnome.scm (dungeon-crawl-stone-soup-tiles) (tales-of-maj-eyal, battle-tanks, the-legend-of-edgar) (gnome-tweak-tool): Likewise. * gnu/packages/gnuzilla.scm (conkeror): Likewise. * gnu/packages/guile-xyz.scm (mcron2): Likewise. * gnu/packages/image.scm (pngcrunch): Likewise. * gnu/packages/linux.scm (eudev-with-hwdb): Likewise. * gnu/packages/maths.scm (qtoctave): Likewise. * gnu/packages/package-management.scm (guile2.0-guix): Likewise. * gnu/packages/php.scm (php-with-bcmath): Likewise. * gnu/packages/python-xyz.scm (python-kivy-next, python2-kivy-next): Likewise. * gnu/packages/video.scm (livestreamer): Likewise. * gnu/packages/virtualization.scm (lookingglass): Likewise. * gnu/packages/vulkan.scm (vulkan-icd-loader): Likewise. * gnu/packages/syndication.scm (newsbeuter): Likewise. (newsboat)[description]: Remove historical footnote. Tobias Geerinckx-Rice
2020-03-29gnu: Update hash-extender....* gnu/packages/crypto.scm (hash-extender): Update to newer commit. * gnu/packages/patches/hash-extender-test-suite.patch: The patch was merged upstream, no need to apply it anymore. * gnu/local.mk (dist_patch_DATA): Unregister the patch file. Jakub Kądziołka
2020-03-29gnu: sameboy: Add missing #t in phase....* gnu/packages/emulators.scm (sameboy)[arguments]: Add a trailing #t to the install phase. Jakub Kądziołka
2020-03-29gnu: rgbds: Update to 0.3.10....* gnu/packages/assembly.scm (rgbds): Update to 0.3.10. Jakub Kądziołka
2020-03-29algebra.scm: Add a copyright line...This is a follow-up to commit d96ad7fa1dcb12082db1acc07876f1ff219489df. Jakub Kądziołka
2020-03-29gnu: ntl: Update to 11.4.3....* gnu/packages/algebra.scm (ntl): Update to 11.4.3. [source], [home-page]: Use https URL. [source](snippet): Remove bundled libtool. [inputs]: Add gf2x. [arguments](configure): Use invoke insteam of system*. Remove the no longer supported WIZARD argument. Add a LIBTOOL parameter, since it's now required. Enable building with gf2x. Pass the paths to dependencies explicitly. (eclib)[inputs]: Remove the transitive dependency on gmp, which is now handled automatically by libtool. Jakub Kądziołka
2020-03-29packages: Change 'guile-for-grafts' back to 2.0....This reverts 2b6fe60599d52b449bbf531cfdc4dbf18a14eb2c, due to reports of segfaults of Guile 3.0.2 during grafting. * guix/packages.scm (guile-for-grafts): Change back to GUILE-2.0. Ludovic Courtès
2020-03-29gnu: guile3.0-websocket: Install .go files in the right place....* gnu/packages/guile-xyz.scm (guile3.0-websocket)[arguments]: In 'update-guile-version' phase, change "/ccache" to "/site-ccache". Ludovic Courtès
2020-03-29gnu: Add guile3.0-websocket....* gnu/packages/guile-xyz.scm (guile3.0-websocket): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Evan Straw
2020-03-29services: shepherd: Mark '.go' derivations as non-substitutable....* gnu/services/shepherd.scm (scm->go): Pass #:options to 'computed-file'. Ludovic Courtès
2020-03-29'--dry-run' no longer implies '--no-grafts'....* guix/scripts/archive.scm (%options): "dry-run" option no longer adds 'graft? #f to RESULT. * guix/scripts/environment.scm (%options): Likewise. * guix/scripts/pack.scm (%options): Likewise. * guix/scripts/package.scm (%options): Likewise. * guix/scripts/pull.scm (%options): Likewise. * guix/scripts/system.scm (%options): Likewise. Ludovic Courtès
2020-03-29grafts: Don't rely on substitute info for missing store items....Fixes <https://bugs.gnu.org/22990>. * guix/grafts.scm (references-oracle)[references*]: Remove call to 'substitution-oracle' and to 'references/substitutes'. Use 'references/cached' and 'build-derivations' right away instead. Ludovic Courtès
2020-03-29store: Add 'references/cached'....* guix/store.scm (references/cached): New procedure. Ludovic Courtès
2020-03-29profiles: Use 'mapm/accumulate-builds'....* guix/profiles.scm (check-for-collisions): Use 'mapm/accumulate-builds' to lower manifest entries. Call 'foldm' over the already-lowered entries. (profile-derivation): Use 'mapm/accumulate-builds' instead of 'mapm' when calling HOOKS. Ludovic Courtès
2020-03-29gexp: 'lower-inputs' uses 'mapm/accumulate-builds'....This doesn't have an noticeable impact on the run time of 'guix system build desktop.tmp --no-grafts -d'. * guix/gexp.scm (lower-inputs): Use 'mapm/accumulate-builds' instead of 'mapm'. Ludovic Courtès
2020-03-29guix build: Use 'map/accumulate-builds'....* guix/scripts/build.scm (options->derivations): Use 'map/accumulate-builds' instead of 'append-map'. Ludovic Courtès
2020-03-29store: Add 'map/accumulate-builds'....* guix/store.scm (<unresolved>): New record type. (build-accumulator, map/accumulate-builds, mapm/accumulate-builds): New procedures. * tests/store.scm ("map/accumulate-builds", "mapm/accumulate-builds"): New tests. Ludovic Courtès
2020-03-29gnu: emacs-flycheck-grammalecte: Fix location for external executables....* gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte)[inputs]: Add curl. [arguments]: Fix path to all "python", "python3" and "curl" occurrences. Nicolas Goaziou
2020-03-29gnu: libreoffice: Update to 6.4.2.2....* gnu/packages/libreoffice.scm (libreoffice): Update to 6.4.2.2. Marius Bakke
2020-03-29gnu: qtwebkit: Update to 5.212.0-alpha4....* gnu/packages/qt.scm (qtwebkit): Update to 5.212.0-alpha4. [native-inputs]: Change from PYTHON-2.7 to PYTHON. Marius Bakke
2020-03-29gnu: msmtp: Don't rely on netcat to send queued messages....* gnu/packages/mail.scm (msmtp)[arguments]: Adjust custom 'install phase to also patch msmtpq to not need netcat. Efraim Flashner
2020-03-29services: gdm: Add gdm user to 'video' supplementary group....This makes it possible to use gdm with the 'uvesafb' kernel module. See <https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00389.html>. * gnu/services/xorg.scm (%gdm-accounts): Set supplementary groups. Florian Pelz
2020-03-29gnu: libostree: Update to 2020.3....* gnu/packages/package-management.scm (libostree): Update to 2020.3. Tobias Geerinckx-Rice
2020-03-29gnu: libwacom: Update to 1.3....* gnu/packages/xdisorg.scm (libwacom): Update to 1.3. Tobias Geerinckx-Rice
2020-03-29gnu: mtools: Update to 4.0.24....* gnu/packages/mtools.scm (mtools): Update to 4.0.24. Tobias Geerinckx-Rice
2020-03-29gnu: igt-gpu-tools: Update home page....* gnu/packages/admin.scm (igt-gpu-tools)[home-page]: Update. Tobias Geerinckx-Rice
2020-03-29gnu: xfce4-screensaver: Update to 0.1.9....* gnu/packages/xfce.scm (xfce4-screensaver): Update to 0.1.9. Tobias Geerinckx-Rice
2020-03-29gnu: xscreensaver: Update to 5.44....* gnu/packages/xdisorg.scm (xscreensaver): Update to 5.44. Tobias Geerinckx-Rice
2020-03-29gnu: vapoursynth: Update to 49....* gnu/packages/video.scm (vapoursynth): Update to 49. Tobias Geerinckx-Rice
2020-03-29gnu: zimg: Update source hash....The old and new checkouts differ only in file metadata… * gnu/packages/image.scm (zimg)[source]: Update hash. Tobias Geerinckx-Rice
2020-03-29gnu: youtube-dl: Update to 2020.03.24....* gnu/packages/video.scm (youtube-dl): Update to 2020.03.24. Tobias Geerinckx-Rice
2020-03-29gnu: Remove packages deprecated for over a year....* gnu/packages/admin.scm (intel-gpu-tools): Remove variable. * gnu/packages/algebra.scm (giac-xcas): Likewise. Tobias Geerinckx-Rice
2020-03-29gnu: igraph: Update to 0.8.1....* gnu/packages/graph.scm (igraph): Update to 0.8.1. Tobias Geerinckx-Rice
2020-03-29gnu: Order module imports in (gnu packages admin)....* gnu/packages/admin.scm: Order module imports alphabetically. Tobias Geerinckx-Rice
2020-03-29gnu: thefuck: Update to 3.30....* gnu/packages/admin.scm (thefuck): Update to 3.30. [native-inputs]: Add go. Tobias Geerinckx-Rice
2020-03-29gnu: light: Update to 1.2.2....* gnu/packages/linux.scm (light): Update to 1.2.2. Tobias Geerinckx-Rice
2020-03-29gnu: acpica: Update to 20200326....* gnu/packages/admin.scm (acpica): Update to 20200326. Tobias Geerinckx-Rice
2020-03-29gnu: Add wol....* gnu/packages/networking.scm (wol): New public variable. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net> Vincent Legoll
2020-03-28gnu: emacs-csv: Use proper Texinfo markup in description....* gnu/packages/emacs-xyz.scm (emacs-csv)[description]: Use proper Texinfo markup. Nicolas Goaziou
2020-03-28Update email address and Savannah handle for Amin Bandali....* .mailmap, gnu/local.mk, gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm, gnu/packages/fonts.scm, gnu/packages/fpga.scm, gnu/packages/lean.scm, gnu/packages/maths.scm, gnu/packages/pulseaudio.scm: Update my email address. * build-aux/git-authenticate.scm: Update my Savannah handle. Amin Bandali