Commit graph

70995 commits

Author SHA1 Message Date
Adam Kandur 5f9bfe9beb
gnu: emacs-docker-compose-mode: Add missing input.
* gnu/packages/emacs-xyz.scm (emacs-docker-compose-mode)[propagated-inputs]:
Add emacs-yaml-mode.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-12-18 22:22:14 +01:00
Nicolas Goaziou c4313660b3
gnu: emacs-graphql-mode: Fix version.
* gnu/packages/emacs-xyz.scm (emacs-graphql-mode)[version]: Use monotonic
numbering.
2020-12-18 22:19:19 +01:00
Nicolas Goaziou 454fc1ad85
gnu: emacs-eglot: Update to 1.7.
* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.7.
2020-12-18 22:09:20 +01:00
Hartmut Goebel 66016b1ae0
gnu: kdenlive: Add breeze-icons.
Since breeze-icons are now longer united into breeze, these need to be
explicitly added.

* gnu/package/kde.scm (kdenlive)[inputs]: Add breeze-icons.
  [argmuments]{phases}<wrap-executable>: Add breeze-icons to XDG_DATA_DIRS.
2020-12-18 19:17:11 +01:00
Hartmut Goebel d3f1ef380c
gnu: breeze: Split from breeze-icons.
KDE breeze is separate from breeze-icons, as it can bee seen by
version, download path and git repository path being all different.
Thus a package containing both beeze and the breeze-icons contradicts
with this upstream separation.

* gnu/package/kde.scm (breeze-assets): Remove variable. (breeze): Move to ...
* gnu/package/kde-plasme.scm (breeze): here.
  [version, source]: Copy from former breeze-assets.
  [build-system]: Make explicit (was inherited even from breeze-icons).
  [arguments]: Remove.
  [native-inputs]: New element.
  [inputs]: Copy from former breeze-assets; add some optional packages.
  [home-page]: Fix and change to invent.kde.org.
  [snopysis, description]: Adjust to de-unified package.
  [licence]: Remove gpl3+, which came from breeze-icons.
2020-12-18 19:17:11 +01:00
Hartmut Goebel c4c059ef3f
gnu: kactivities: Use qt-build-system.
* gnu/packages/kde-frameworks.scm (kactivities)[build-system]: Use
  qt-build-system.
2020-12-18 19:14:16 +01:00
Brice Waegeneire bf51c1aff4
gnu: Add kicad-doc.
* gnu/packages/engineering.scm (kicad-doc): New variable.
(kicad)[native-search-paths]: Add 'KICAD'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-18 16:13:40 +01:00
Michael Rohleder b136f7cda3
gnu: emacs-erc-status-sidebar: Correct license.
* gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar)[license]: Set to GPL3+.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-18 16:13:40 +01:00
Brendan Tildesley 2be6323080
gnu: chez-scheme: Patch more hard-coded paths.
* gnu/packages/chez.scm (chez-scheme): Patch out some /bin/rm and
/bin/echo references.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-18 16:13:40 +01:00
Brendan Tildesley 8837bb2d31
gnu: chez-scheme: Update to 9.5.4.
* gnu/packages/chez.scm
(nanopass): Update to 1.9.1.
(stex): Update to 1.2.2.
(chez-scheme): Update to 9.5.4.
[inputs]: Add newly required lz4 and lz4:static.
[arguments]:
 - Remove unused zlib symbol.
 - Since we are using ZLIB=, it looks like the substitution of libz.a path in
 .c/Mf-... files is no longer needed.
 - add lz4-static symbol and use new LZ4= and ZLIB= configure options to
   point to their static binaries.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-18 16:13:39 +01:00
Ludovic Courtès d613c1771a
status: Do not emit ANSI escapes when stderr is not a tty.
Fixes <https://bugs.gnu.org/44985>.
Reported by Simon Josefsson <simon@josefsson.org>.

* guix/progress.scm (display-download-progress): Add #:tty? and honor it.
* guix/status.scm (print-build-event): Pass #:tty? to
'display-download-progress'.
2020-12-18 16:13:39 +01:00
Christopher Howard e5bbb4662f
gnu: Add libticalcs2.
* gnu/packages/emulators.scm (libticalcs2): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-18 14:52:53 +00:00
Christopher Howard b823d4ed7f
gnu: Add libtifiles2.
* gnu/packages/emulators.scm (libtifiles2): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-18 14:52:53 +00:00
Christopher Howard 98ff729e62
gnu: Add libticonv.
* gnu/packages/emulators.scm (libticonv): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-18 14:52:53 +00:00
Christopher Howard 45c5851872
gnu: Add libticables2.
* gnu/packages/emulators.scm (libticables2): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-18 14:52:50 +00:00
Carlo Zancanaro b129b43475
import: elpa: Support working with MELPA.
* guix/import/elpa.scm (default-files-spec): New variable.
(download-git-repository, package-name->melpa-recipe, file-hash, vcs-file?,
git-repository->origin, melpa-recipe->origin, melpa-recipe->maybe-arguments):
New procedures.
(elpa-package->sexp): Add optional repo argument, and use it to determine
whether to attempt to construct a source using the MELPA recipe.
(elpa->guix-package): Pass repo to elpa-package->sexp.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-18 12:37:26 +00:00
Vincent Legoll d2532317d1
guix-install.sh: Add variable quoting and curly-bracketing.
* etc/guix-install.sh (guix_get_bin)[dl_path]: Add variable quoting and
curly-bracketing.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-18 12:21:25 +00:00
Vincent Legoll 1f4e878fc4
guix-install.sh: Adjust variable use in guix_get_bin_list().
* etc/guix-install.sh (guix_get_bin_list)[BIN_VER]: Add curly-brackets,
[latest_ver]: Likewise & add explicit array zero-indexing.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-18 12:21:15 +00:00
Vincent Legoll b4a1252b71
guix-install.sh: Add variable quoting in sys_make_guix_available.
* etc/guix-install.sh (sys_make_guix_available): Add variable quoting.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-18 12:21:11 +00:00
Vincent Legoll 7c16406809
guix-install.sh: Replace tabs with spaces.
Almost the entire file is indented with spaces, a few tabs slipped in, clean
them up.

* etc/guix-install.sh(chk_sys_arch): Replace tabs with spaces.
(sys_enable_guix_daemon): Likewise.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-18 12:20:59 +00:00
Guillaume Le Vaillant 8ecec73dc6
gnu: sbcl-lzlib: Update to 1.1-1.c347026.
* gnu/packages/lisp-xyz.scm (sbcl-lzlib): Update to 1.1-1.c347026.
  [inputs]: Add sbcl-lparallel.
2020-12-18 10:43:09 +01:00
Guillaume Le Vaillant 3a3211d560
gnu: sbcl-cl-octet-streams: Update to 1.1.
* gnu/packages/lisp-xyz.scm (sbcl-cl-octet-streams): Update to 1.1.
2020-12-18 10:38:15 +01:00
Guillaume Le Vaillant 1963a611f7
gnu: sbcl-ironclad: Update to 0.53.
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.53.
2020-12-18 10:21:24 +01:00
Sharlatan Hellseher 14c00ab710
gnu: Add cl-asdf-finalizers.
* gnu/packages/lisp-xyz.scm (cl-asdf-finalizers, ecl-asdf-finalizers,
  sbcl-asdf-finalizers): New variables.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2020-12-18 10:16:08 +01:00
Maxim Cournoyer 1ced8379c7
gnu: emacs-sudo-edit: Update to commit 0e2c32b, fix tests.
* gnu/packages/emacs-xyz.scm (emacs-sudo-edit): Update to commit 0e2c32b.
[arguments]: Use the full blown emacs package, as one test fail otherwise.
2020-12-18 00:26:31 -05:00
Leo Famulari ec4a9cadcb
Revert "gnu: font-google-roboto: Update to 2.138."
This commit caused the package definition to no longer install any files.

This reverts commit e93ee2547e.
2020-12-17 22:16:41 -05:00
Maxim Cournoyer fed30fd281
gnu: emacs-logview: Add missing emacs-extmap input.
* gnu/packages/emacs-xyz.scm (emacs-logview)[propagated-inputs]: Add
emacs-extmap.
2020-12-17 20:52:08 -05:00
Maxim Cournoyer 1a79d59ece
gnu: emacs-datetime: Install .extmap files.
* gnu/packages/emacs-xyz.scm (emacs-datetime)[arguments]{include}: Extend to
include .extmap files.
2020-12-17 20:52:08 -05:00
Maxim Cournoyer 1ec393f8a8
gnu: emacs-ivy-posframe: Fix source URL.
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe)[source]: Fix URL.
2020-12-17 20:52:08 -05:00
Noah Evans c2e2107d73
gnu: Add emacs-airline-themes.
* gnu/packages/emacs-xyz.scm (emacs-airline-themes): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-12-17 23:19:21 +01:00
Tobias Geerinckx-Rice fcf1702196
gnu: sudo: Update to 1.9.4p1.
* gnu/packages/admin.scm (sudo): Update to 1.9.4p1.
[source]: Remove patch.
* gnu/packages/patches/sudo-fix-build-without-sendmail.patch: Delete
file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-12-17 23:13:43 +01:00
Morgan Smith 43c1c4b65f
gnu: Add emacs-evil-goggles.
* gnu/packages/emacs-xyz.scm (emacs-evil-goggles): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-12-17 23:12:09 +01:00
Nicolas Goaziou b450a17023
gnu: font-fira-code: Update to 5.2.
* gnu/packages/fonts.scm (font-fira-code): Update to 5.2.
[source]: Update uri.
2020-12-17 23:02:29 +01:00
Tobias Geerinckx-Rice 2072f617ad
linux-boot: Fix noresume argument parsing.
* gnu/build/linux-boot.scm (boot-system): Check for "hibernate=noresume"
in addition to "noresume".
2020-12-17 23:01:23 +01:00
Tobias Geerinckx-Rice 59d97bb459
gnu: bcachefs-tools: Provide a mount.bcachefs helper.
* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Add a
'promote-mount.bcachefs.sh phase to install the shell script version.
[inputs]: Rename "util-linux" to "util-linux:lib".
Add coreutils-minimal, gawk, and util-linux(:out).
2020-12-17 23:01:22 +01:00
Tobias Geerinckx-Rice bf12868205
gnu: bcachefs-tools: Update to 0.1-2.db931a4.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-2.db931a4.
2020-12-17 23:01:22 +01:00
Tobias Geerinckx-Rice a69c432296
gnu: knot: Update to 3.0.3.
* gnu/packages/dns.scm (knot): Update to 3.0.3.
2020-12-17 23:01:21 +01:00
Nicolas Goaziou e93ee2547e
gnu: font-google-roboto: Update to 2.138.
* gnu/packages/fonts.scm (font-google-roboto): Update to 2.138.
2020-12-17 22:53:13 +01:00
Nicolas Goaziou a8754f8a08
gnu: Add font-iosevka-curly.
* gnu/packages/fonts.scm (font-iosevka-curly): New variable.
2020-12-17 22:28:18 +01:00
Nicolas Goaziou 996d89773d
gnu: Add font-iosevka-curly-slab.
* gnu/packages/fonts.scm (font-iosevka-curly-slab): New variable.
2020-12-17 22:22:58 +01:00
Nicolas Goaziou 295815625b
gnu: Iosevka fonts: Update to 4.0.3.
* gnu/packages/fonts.scm (font-iosevka):
(font-iosevka-slab):
(font-iosevka-term):
(font-iosevka-term-slab):
(font-iosevka-aile):
(font-iosevka-etoile):
(font-iosevka-sparkle): Update to 4.0.3.
2020-12-17 22:15:28 +01:00
Nicolas Goaziou 4aaa84db1e
gnu: fet: Update to 5.48.1.
* gnu/packages/education.scm (fet): Update to 5.48.1.
2020-12-17 21:55:00 +01:00
Lars-Dominik Braun 5fbc1498cc
gnu: python-sanic: Relax httpx version requirement.
* gnu/packages/python-web.scm (python-sanic)[arguments]: Substitute
strict httpx version requirement.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-12-17 22:26:32 +02:00
Lars-Dominik Braun 22e06297b1
gnu: python-httpcore: Upgrade to 0.12.2.
httpx was upgraded in commit bc49b009bf,
but was broken, because it requests this new version of httpcore.

* gnu/packages/python-web.scm (python-httpcore)[version]: Upgrade to
0.12.2.
[arguments]: Respect tests? argument. Disable tests. Remove obsolete
phases.
[native-inputs]: Remove obsolete comment regarding mitmproxy.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-12-17 22:26:31 +02:00
Jack Hill 687ef47768
gnu: go-github-com-emicklei-go-restful: Update to 3.4.0.
* gnu/packages/golang.scm (go-github-com-emicklei-go-restful): Update to 3.4.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-12-17 22:26:31 +02:00
Jack Hill 0435891d6f
gnu: go-github-com-magiconair-properties: Update to 1.8.4.
* gnu/packages/golang.scm (go-github-com-magiconair-properties): Update to 1.8.4.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-12-17 22:26:31 +02:00
Jack Hill b6fa545179
gnu: go-github-com-kr-pretty: Improve synopsis.
* gnu/packages/golang.scm (go-github-com-kr-pretty)[synopsis]: Remove leading article.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-12-17 22:26:31 +02:00
Jack Hill b2adea62b4
gnu: go-github-com-kr-pretty: Update to 0.2.1.
* gnu/packages/golang.scm (go-github-com-kr-pretty): Update to 0.2.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-12-17 22:26:31 +02:00
Efraim Flashner 9a6cf550bd
gnu: glpk: Don't build static library.
* gnu/packages/maths.scm (glpk)[arguments]: Add configure-flag to skip
static library.
2020-12-17 22:26:30 +02:00
Efraim Flashner 885fe927e7
gnu: glpk: Update to 5.0.
* gnu/packages/maths.scm (glpk): Update to 5.0.
(glpk-4.65): New variable.
* gnu/packages/algebra.scm (giac)[inputs]: Replace glpk with glpk-4.
2020-12-17 22:26:30 +02:00