Age | Commit message (Expand) | Author |
2021-09-07 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-09-05 | gnu: ne: Update to 3.3.1....* gnu/packages/text-editors.scm (ne): Update to 3.3.1.
[arguments]: Add a 'patch-early-shebang phase.
Don't return #t from other phases.
| Tobias Geerinckx-Rice |
2021-08-31 | gnu: kakoune: Update to v2021.08.28...* gnu/packages/text-editors.scm (kakoune): Update to v2021.08.28
[native-inputs]: Use gcc-10.
[inputs]: Remove ncurses dependancy.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| calum |
2021-08-01 | gnu: mg: Update style....* gnu/packages/text-editors.scm (mg)[native-inputs, inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-FILE and #$OUTPUT in phases.
| Marius Bakke |
2021-08-01 | gnu: mg: Convert arguments to gexp....* gnu/packages/text-editors.scm (mg)[arguments]: Turn into gexp.
| Marius Bakke |
2021-08-01 | Merge branch 'master' into core-updates-frozen | Marius Bakke |
2021-08-01 | gnu: mg: Update to 20210609....* gnu/packages/text-editors.scm (mg): Update to 20210609.
[source](snippet): Remove trailing #t.
| Marius Bakke |
2021-08-01 | gnu: scintilla: Update to 5.1.1....* gnu/packages/text-editors.scm (scintilla): Update to 5.1.1.
| Nicolas Goaziou |
2021-07-29 | Merge branch 'master' into core-updates-frozen... Conflicts:
gnu/packages/bioinformatics.scm
gnu/packages/cmake.scm
gnu/packages/curl.scm
gnu/packages/emacs-xyz.scm
gnu/packages/gpodder.scm
gnu/packages/music.scm
gnu/packages/patches/glibc-bootstrap-system.patch
gnu/packages/python-xyz.scm
gnu/packages/shells.scm
gnu/packages/statistics.scm
| Marius Bakke |
2021-07-18 | gnu: mg: Set PKG_CONFIG instead of substituting....* gnu/packages/text-editors.scm (mg)[arguments]: Add PKG_CONFIG
to #:make-flags, and remove the custom
'pkg-config-for-cross-compiling-target phase.
| Tobias Geerinckx-Rice |
2021-07-18 | gnu: mg: Fix reference to native diffutils....* gnu/packages/text-editors.scm (mg)[inputs]: Add diffutils.
[arguments]: Refer to it in the 'correct-location-of-diff phase.
| Tobias Geerinckx-Rice |
2021-07-18 | Merge branch 'master' into core-updates | Ludovic Courtès |
2021-07-14 | gnu: mg: Enable cross-compilation....* gnu/packages/text-editors.scm (mg)[arguments]: Use cc-for-target.
Add phase to substitute pkg-config with the target's pkg-config.
Remote #t return from phases.
| Pierre Langlois |
2021-07-11 | gnu: Add parinfer-rust....* gnu/packages/text-editors.scm (parinfer-rust): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| aecepoglu |
2021-07-02 | gnu: scintilla: Update to 5.1.0....* gnu/packages/text-editors.scm (scintilla): Update to 5.1.0.
| Nicolas Goaziou |
2021-06-30 | gnu: ghostwriter: Update to 2.0.2....* gnu/packages/text-editors.scm (ghostwriter): Update to 2.0.2.
| Tobias Geerinckx-Rice |
2021-06-29 | gnu: editorconfig-core-c: Update to 0.12.5....* gnu/packages/text-editors.scm (editorconfig-core-c): Update to 0.12.5.
| Tobias Geerinckx-Rice |
2021-06-23 | Merge branch 'master' into core-updates...Conflicts:
gnu/packages/cups.scm
gnu/packages/python-web.scm
gnu/packages/web.scm
guix/build/maven/pom.scm
| Tobias Geerinckx-Rice |
2021-06-23 | gnu: texmacs: Update to 2.1....* gnu/packages/text-editors.scm (texmacs): Update to 2.1.
[arguments]: Remove #t at the end of phases.
| Nicolas Goaziou |
2021-06-19 | Merge branch 'master' into core-updates...Note: this merge actually changes the 'curl' and 'python-attrs' derivations,
as part of solving caf4a7a2770ef4d05a6e18f40d602e51da749ddc and
12964df69a99de6190422c752fef65ef813f3b6b respectively.
4604d43c0e (gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it
cannot currently be tested.
Conflicts:
gnu/local.mk
gnu/packages/aidc.scm
gnu/packages/boost.scm
gnu/packages/curl.scm
gnu/packages/nettle.scm
gnu/packages/networking.scm
gnu/packages/python-xyz.scm
gnu/packages/tls.scm
| Marius Bakke |
2021-06-14 | gnu: Rename qtbase to qtbase-5....This change was automated via the following command:
$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc # to clear some spurious changes
This is done so the qtbase package can be upgraded to version 6 in the
following commit.
| Maxim Cournoyer |
2021-06-07 | gnu: Add l3afpad....* gnu/packages/text-editors.scm (l3afpad): New variable.
| Leo Famulari |
2021-06-07 | gnu: ghostwriter: Update to 2.0.1....* gnu/packages/text-editors.scm (ghostwriter): Update to 2.0.1.
| Leo Famulari |
2021-06-06 | Merge branch 'master' into core-updates... Conflicts:
gnu/local.mk
gnu/packages/algebra.scm
gnu/packages/bioinformatics.scm
gnu/packages/curl.scm
gnu/packages/docbook.scm
gnu/packages/emacs-xyz.scm
gnu/packages/maths.scm
gnu/packages/plotutils.scm
gnu/packages/python-web.scm
gnu/packages/python-xyz.scm
gnu/packages/radio.scm
gnu/packages/readline.scm
gnu/packages/tls.scm
gnu/packages/xml.scm
gnu/packages/xorg.scm
| Marius Bakke |
2021-06-04 | gnu: qemacs: Use 'native-inputs' instead of '%build-inputs'....In build phases, the former (or 'inputs', as appropriate) is preferred.
* gnu/packages/text-editors.scm
(qemacs)[arguments]<#:phases>{install-extra-documentation}: Use
'native-inputs' argument instead of '%build-inputs'.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Maxime Devos |
2021-05-31 | gnu: texmacs: Update to 1.99.21....* gnu/packages/text-editors.scm (texmacs): Update to 1.99.21.
| Nicolas Goaziou |
2021-05-09 | Merge branch 'master' into core-updates... Conflicts:
gnu/local.mk
gnu/packages/bioinformatics.scm
gnu/packages/django.scm
gnu/packages/gtk.scm
gnu/packages/llvm.scm
gnu/packages/python-web.scm
gnu/packages/python.scm
gnu/packages/tex.scm
guix/build-system/asdf.scm
guix/build/emacs-build-system.scm
guix/profiles.scm
| Marius Bakke |
2021-05-07 | gnu: texmacs: Update to 1.99.20....* gnu/packages/text-editors.scm (texmacs): Update to 1.99.20.
| Nicolas Goaziou |
2021-05-07 | gnu: manuskript: Update to 0.12.0....* gnu/packages/text-editors.scm (manuskript): Update to 0.12.0.
| Nicolas Goaziou |
2021-04-20 | gnu: jucipp: Update clang version....* gnu/packages/text-editors.scm (jucipp)[inputs]: Use clang-11.
| Tobias Geerinckx-Rice |
2021-04-20 | gnu: jucipp: Fix description mark-up....* gnu/packages/text-editors.scm (jucipp)[description]:
Substitute @acronym for @dfn.
| Tobias Geerinckx-Rice |
2021-04-20 | gnu: jucipp: Update to 1.6.3....* gnu/packages/text-editors.scm (jucipp): Update to 1.6.3.
| Tobias Geerinckx-Rice |
2021-04-16 | Merge remote-tracking branch 'origin/master' into core-updates... Conflicts:
gnu/local.mk
gnu/packages/boost.scm
gnu/packages/chez.scm
gnu/packages/compression.scm
gnu/packages/crates-io.scm
gnu/packages/docbook.scm
gnu/packages/engineering.scm
gnu/packages/gcc.scm
gnu/packages/gl.scm
gnu/packages/gtk.scm
gnu/packages/nettle.scm
gnu/packages/python-check.scm
gnu/packages/python-xyz.scm
gnu/packages/radio.scm
gnu/packages/rust.scm
gnu/packages/sqlite.scm
guix/build-system/node.scm
| Efraim Flashner |
2021-04-11 | gnu: scintilla: Update to 5.0.1....* gnu/packages/text-editors.scm (scintilla): Update to 5.0.1.
| Nicolas Goaziou |
2021-04-01 | gnu: fe: Fix hash....* gnu/packages/text-editors.scm (fe): Update hash.
Development version (2.0) has been rebased on top of latest stable
release (1.9).
| Nicolas Goaziou |
2021-03-24 | Merge remote-tracking branch 'origin/master' into core-updates | Efraim Flashner |
2021-03-19 | gnu: vis: Update to 0.7....* gnu/packages/text-editors.scm (vis): Update to 0.7.
[home-page, source]: Use sourcehut upstream URIs instead of github.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| jgart |
2021-03-06 | gnu: ne: Use HTTPS home page URI....* gnu/packages/text-editors.scm (ne)[home-page]: Use HTTPS URI.
| Nicolas Goaziou |
2021-03-06 | gnu: texmacs: Update to 1.99.19....* gnu/packages/text-editors.scm (texmacs): Update to 1.99.19.
| Nicolas Goaziou |
2021-03-06 | Merge branch 'master' into core-updates | Christopher Baines |
2021-02-15 | gnu: ghostwriter: Update to 2.0.0-rc4....* gnu/packages/text-editors.scm (ghostwriter): Update to 2.0.0-rc4.
| Leo Famulari |
2021-02-11 | Merge branch 'master' into core-updates | Danny Milosavljevic |
2021-02-11 | gnu: texmacs: Update to 1.99.18....* gnu/packages/text-editors.scm (texmacs): Update to 1.99.18.
| Nicolas Goaziou |
2021-02-04 | gnu: text-editors.scm: Remove extra module import....* gnu/packages/text-editors.scm: Remove duplicate module import.
| Efraim Flashner |
2021-02-04 | gnu: Add kak-lsp....* gnu/packages/crates-io.scm (kak-lsp): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| aecepoglu |
2021-02-03 | Merge branch 'master' into core-updates | Christopher Baines |
2021-02-01 | gnu: manuskript: Wrap with GUIX_PYTHONPATH....* gnu/packages/text-editors.scm (manuskript):
[phases]{install}: Replace PYTHONPATH with GUIX_PYTHONPATH.
| Maxim Cournoyer |
2021-02-01 | gnu: Adjust package collection to Wrap using GUIX_PYTHONPATH....This change was automated using:
$ git ls-files | grep .scm | \
xargs sed 's/(getenv "PYTHONPATH")/(getenv "GUIX_PYTHONPATH")/' -i
$ git ls-files | grep .scm | \
xargs sed 's/`("PYTHONPATH"/`("GUIX_PYTHONPATH"/' -i
* gnu/packages/admin.scm (nmap):
(dstat): Wrap using GUIX_PYTHONPATH.
* gnu/packages/audio.scm (jack-2):
(carla): Likewise.
* gnu/packages/benchmark.scm (fio): Likewise.
* gnu/packages/bioinformatics.scm (couger): Likewise.
(gess, find-circ, filtlong, nanopolish): Likewise.
* gnu/packages/cdrom.scm (cdemu-client): Likewise.
* gnu/packages/chemistry.scm (avogadro): Likewise.
* gnu/packages/connman.scm (econnman): Likewise.
* gnu/packages/cups.scm (hplip): Likewise.
* gnu/packages/debug.scm (scanmem): Likewise.
* gnu/packages/display-managers.scm (lightdm): Likewise.
* gnu/packages/ebook.scm (cozy): Likewise.
* gnu/packages/education.scm (anki): Likewise.
* gnu/packages/engineering.scm (kicad, volk, freecad): Likewise.
* gnu/packages/game-development.scm (renpy): Likewise.
* gnu/packages/games.scm (roguebox-adventures)
(seahorse-adventures, kajongg): Likewise.
* gnu/packages/gimp.scm (gimp, glimpse): Likewise.
* gnu/packages/glib.scm (itstool): Likewise.
* gnu/packages/gnome.scm (gnome-music, gtg, rhythmbox): Likewise.
(eolie, d-feet, gedit, caribou, gnome-shell, authenticator)
(gnome-todo, orca, passwordsafe, terminator, setzer)
(libratbag, komikku): Likewise.
* gnu/packages/gps.scm (gpsd): Likewise.
* gnu/packages/gtk.scm (gtk-doc): Likewise.
* gnu/packages/ibus.scm (ibus, ibus-libpinyin, ibus-anthy)
(ibus-libhangul): Likewise.
* gnu/packages/inkscape.scm (inkscape-1.0): Likewise.
* gnu/packages/linux.scm (bcc): Likewise.
* gnu/packages/mail.scm (notifymuch): Likewise.
* gnu/packages/maths.scm (units): Likewise.
* gnu/packages/music.scm (solfege): Likewise.
* gnu/packages/networking.scm (blueman): Likewise.
* gnu/packages/patchutils.scm (patchwork): Likewise.
* gnu/packages/photo.scm (rapid-photo-downloader, entangle): Likewise.
* gnu/packages/plotutils.scm (asymptote): Likewise.
* gnu/packages/presentation.scm (presentty): Likewise.
* gnu/packages/screen.scm (byobu): Likewise.
* gnu/packages/storage.scm (ceph): Likewise.
* gnu/packages/syndication.scm (liferea): Likewise.
* gnu/packages/task-management.scm (blanket): Likewise.
* gnu/packages/text-editors.scm (manuskript): Likewise.
* gnu/packages/version-control.scm (gitless, cgit, git-when-merged)
(git-imerge): Likewise.
* gnu/packages/video.scm (pitivi): Likewise.
* gnu/packages/virtualization.scm (criu): Likewise.
* gnu/packages/xfce.scm (catfish): Likewise.
| Maxim Cournoyer |
2021-01-14 | gnu: jucipp: Update to 1.6.2....* gnu/packages/text-editors.scm (jucipp): Update to 1.6.2.
| Tobias Geerinckx-Rice |
2021-01-07 | gnu: texmacs: Install desktop file....* gnu/packages/text-editors.scm (texmacs)[arguments]: Add
‘install-desktop-file’ phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Maxime Devos |