summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-26gnu: radare2: Remove pointless configure flag....* gnu/packages/engineering.scm (radare2)[arguments]: Remove unrecognised ‘--without-nonpic’ from #:configure-flags. Tobias Geerinckx-Rice
2020-05-26gnu: lxrandr: Don't use NAME in source URI....* gnu/packages/lxde.scm (lxrandr)[source]: Hard-code NAME. Tobias Geerinckx-Rice
2020-05-26gnu: lxrandr: Update to 0.3.2....* gnu/packages/lxde.scm (lxrandr): Update to 0.3.2. Tobias Geerinckx-Rice
2020-05-26gnu: lxpanel: Don't use NAME in source URI....* gnu/packages/lxde.scm (lxpanel)[source]: Hard-code NAME. Tobias Geerinckx-Rice
2020-05-26gnu: lxpanel: Update to 0.10.0....* gnu/packages/lxde.scm (lxpanel): Update to 0.10.0. [inputs]: Add curl. Tobias Geerinckx-Rice
2020-05-26gnu: lxsession: Don't use NAME in source URI....* gnu/packages/lxde.scm (lxsession)[source]: Hard-code NAME. Tobias Geerinckx-Rice
2020-05-26gnu: lxsession: Update to 0.5.5....* gnu/packages/lxde.scm (lxsession): Update to 0.5.5. [source]: Remove upstreamed patch. * gnu/packages/patches/lxsession-use-gapplication.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice
2020-05-26gnu: lxappearance: Don't use NAME in source URI....* gnu/packages/lxde.scm (lxappearance)[source]: Hard-code NAME. Tobias Geerinckx-Rice
2020-05-26gnu: lxappearance: Update to 0.6.3....* gnu/packages/lxde.scm (lxappearance): Update to 0.6.3. Tobias Geerinckx-Rice
2020-05-26gnu: xbanish: Update to 1.7....* gnu/packages/xdisorg.scm (xbanish): Update to 1.7. Tobias Geerinckx-Rice
2020-05-26gnu: scrot: Update to 1.3....* gnu/packages/xdisorg.scm (scrot): Update to 1.3. Tobias Geerinckx-Rice
2020-05-26gnu: nfs-utils: Update to 2.4.3....* gnu/packages/nfs.scm (nfs-utils): Update to 2.4.3. Tobias Geerinckx-Rice
2020-05-26gnu: haproxy: Update to 2.1.4....* gnu/packages/networking.scm (haproxy): Update to 2.1.4. Tobias Geerinckx-Rice
2020-05-26gnu: batctl: Update to 2020.1....* gnu/packages/networking.scm (batctl): Update to 2020.1. Tobias Geerinckx-Rice
2020-05-26gnu: mutt: Update to 1.14.2....* gnu/packages/mail.scm (mutt): Update to 1.14.2. Tobias Geerinckx-Rice
2020-05-26gnu: mc: Update to 4.8.24....* gnu/packages/mc.scm (mc): Update to 4.8.24. [source]: Use HTTPS. Tobias Geerinckx-Rice
2020-05-26gnu: cutter: Update to 1.10.3....* gnu/packages/engineering.scm (cutter): Update to 1.10.3. Tobias Geerinckx-Rice
2020-05-26gnu: fetchmail: Update to 6.4.5....* gnu/packages/mail.scm (fetchmail): Update to 6.4.5. [arguments]: Remove obsolete ‘create-test-environment’ phase. Tobias Geerinckx-Rice
2020-05-26gnu: balsa: Don't use NAME in source URI....* gnu/packages/mail.scm (balsa)[source]: Hard-code NAME. Tobias Geerinckx-Rice
2020-05-26gnu: balsa: Update to 2.6.1....* gnu/packages/mail.scm (balsa): Update to 2.6.1. Tobias Geerinckx-Rice
2020-05-26gnu: nethogs: Migrate to HASH....* gnu/packages/networking.scm (nethogs)[source]<sha256>: Migrate to… <hash>: …this I guess. Tobias Geerinckx-Rice
2020-05-26gnu: nethogs: Don't use unstable tarball....* gnu/packages/networking.scm (nethogs)[source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Don't try (and fail) to determine the version using git. Tobias Geerinckx-Rice
2020-05-26gnu: nethogs: Update to 0.8.6....* gnu/packages/networking.scm (nethogs): Update to 0.8.6. Tobias Geerinckx-Rice
2020-05-25gnu: wxmaxima: Update to 20.04.0....* gnu/packages/maths.scm (wxmaxima): Update to 20.04.0. Kei Kebreau
2020-05-25maint: 'authenticate' depends on a couple of .go files....* Makefile.am (authenticate): Add dependency on guix/{git,openpgp}.go. Ludovic Courtès
2020-05-25compile: Do not optimize "gnu/tests/*"....* guix/build/compile.scm (optimization-options): Add "gnu/tests/" to level 0. Ludovic Courtès
2020-05-25gexp: The result of 'imported-files/derivation' is non-substitutable....* guix/gexp.scm (imported-files/derivation): Pass #:substitutable? #f to 'gexp->derivation'. Ludovic Courtès
2020-05-25gnu: qhull: Update to 2019.1...* gnu/packages/maths.scm (qhull): update to 2019.1 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ekaitz Zarraga
2020-05-25self: Optimize 'file-append*' for 'local-file?'....* guix/self.scm (file-append*): Add 'local-file?' case. * guix/gexp.scm (local-file-select?): Export. Ludovic Courtès
2020-05-25doc: Remove one use of 'file-append*'....* doc/build.scm (texinfo-manual-source)[build]: Use 'file-append', not 'file-append*', for 'htmlxref.cnf', to ensure it has the right basename. Ludovic Courtès
2020-05-25gexp: Fix expansion for (file-append (local-file ...) ...)....Fixes <https://bugs.gnu.org/41527>. Regression introduced in d03001a31a6d460b712825640dba11e3f1a53a14. * guix/gexp.scm (lower+expand-object): When LOWERED is not a struct and EXPAND is true, call EXPAND. * tests/gexp.scm ("file-append, raw store item"): New test. Ludovic Courtès
2020-05-25tests: Hide quoted (define-module ...) form from Geiser....* tests/gexp.scm (%extension-package): Split (define-module ...) form to fool Geiser. Ludovic Courtès
2020-05-25gnu: Add go-github-com-francoispqt-gojay....* gnu/packages/golang.scm (go-github-com-francoispqt-gojay): New variable. Efraim Flashner
2020-05-25gnu: python-llfuse: Update to 1.3.6....* gnu/packages/python-xyz.scm (python-llfuse): Update to 1.3.6. Efraim Flashner
2020-05-25gnu: perl-timedate: Update to 2.33....* gnu/packages/perl.scm (perl-timedate): Update to 2.33. Efraim Flashner
2020-05-25gnu: perl-io-tty: Update to 1.14....* gnu/packages/perl.scm (perl-io-tty): Update to 1.14. Efraim Flashner
2020-05-25gnu: quazip: Update to 0.9.1....* gnu/packages/compression.scm (quazip): Update to 0.9.1. Efraim Flashner
2020-05-25gnu: perl-cgi: Update to 4.47....* gnu/packages/web.scm (perl-cgi): Update to 4.47. Efraim Flashner
2020-05-25gnu: font-gnu-unifont: Update to 13.0.02....* gnu/packages/fonts.scm (font-gnu-unifont): Update to 13.0.02. Efraim Flashner
2020-05-25gnu: mpv-mpris: Update to 0.5....* gnu/packages/video.scm (mpv-mpris): Update to 0.5. Efraim Flashner
2020-05-25gnu: tuir: Update to 1.29.0....* gnu/packages/syndication.scm (tuir): Update to 1.29.0. Efraim Flashner
2020-05-25gnu: OBS: Update to 25.0.8....* gnu/packages/video.scm (obs): Update to 25.0.8. [inputs]: Add mbedtls-apache. [arguments]: Set the version string in #:configure-flags. Leo Famulari
2020-05-25gnu: renpy: Use HTTPS home page URI....* gnu/packages/game-development.scm (renpy)[home-page]: Use HTTPS URI. Nicolas Goaziou
2020-05-25gnu: python2-renpy: Use HTTPS home page URI....* gnu/packages/game-development.scm (python2-renpy)[home-page]: Use HTTPS URI. Nicolas Goaziou
2020-05-25gnu: taskwarrior: Use HTTPS home page URI....* gnu/packages/task-management.scm (taskwarrior)[home-page]: Use HTTPS URI. Nicolas Goaziou
2020-05-25gnu: uget: Update to 2.2.0....* gnu/packages/bittorrent.scm (uget): Update to 2.2.0. Nicolas Goaziou
2020-05-25gnu: uget: Use HTTPS home page URI....* gnu/packages/bittorrent.scm (uget)[home-page]: Use HTTPS URI. Nicolas Goaziou
2020-05-25gnu: xftwidth: Use HTTPS home page URI....* gnu/packages/xdisorg.scm (xftwidth)[home-page]: Use HTTPS URI. Nicolas Goaziou
2020-05-25gnu: xonotic: Use HTTPS home page URI....* gnu/packages/games.scm (xonotic)[home-page]: Use HTTPS URI. Nicolas Goaziou
2020-05-25gnu: redkite: Update to 0.8.1....* gnu/packages/audio.scm (redkite): Update to 0.8.1. Tobias Geerinckx-Rice