gnu: jami: Specify version via configure flag.
* gnu/packages/jami.scm (jami) [configure-flags]: Add BUILD_VERSION.
[phases] {fix-version-string}: Delete.
Change-Id: Ibe3dcfa72d87e0e5444261d8feecd171f8ddb0a1
gnu: mpv: Fix wayland-dmabuf output again.
* gnu/packages/video.scm (mpv)[native-inputs]: Add libdisplay-info.
[arguments]<#:configure-flags>: Add "-Ddmabuf-wayland=enabled".
Change-Id: Ibb7d8a1acb458b22a1f81dfb7c633bfbcfa780a4
services: greetd: Support initial-session.
* gnu/services/base.scm (<greetd-terminal-configuration>): Add
initial-session-user, initial-session-command.
* doc/guix.texi (Base Services): Document them.
Change-Id: Iaf7a8203f34794bc36b031166e1ff7005d7a7104
gnu: trealla: Update to 2.78.5.
* gnu/packages/prolog.scm (trealla): Update to 2.78.5.
Change-Id: I9cf38d93b78713bc8fc9eb6e7ece54aeab541a38
gnu: texstudio: Update to 4.8.8.
* gnu/packages/tex.scm (texstudio): Update to 4.8.8.
Change-Id: Id079f5678358c77472f9394765e00b878214e9da
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: binsec: Update to 0.10.1.
* gnu/packages/ocaml.scm (binsec): Update to 0.10.1.
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: libportal: Update to 0.9.1.
* gnu/packages/freedesktop.scm (libportal): Update to 0.9.1.
Change-Id: I6334bb830387cd61e0f3786d21f9df8d1436a620
Signed-off-by: Andreas Enge <andreas@enge.fr>
teams: science: Adopt more files.
- fortran(-.+|) :: programming language, more likely used in scientific
research
- graph :: any packages related to Graph theory solving problems
- lean :: proof assistant and a functional programming language
- medical :: any software related to medical science or equipment
- sagemath :: system for Algebra and Geometry Experimentation
- statistics :: any packages (more likely R or Python) for any sort of
Statistical analysis
* etc/teams.scm (science)<#:scope>: Add
"^gnu/packages/fortran(-.+|)\\.scm$", "gnu/packages/graph.scm",
"gnu/packages/lean.scm", "gnu/packages/medical.scm",
"gnu/packages/sagemath.scm", and "gnu/packages/statistics.scm".
* CODEOWNERS: Regenerate file.
Change-Id: Id7e599071ccfd438e8eb797c4accda9d35d76720
Signed-off-by: Andreas Enge <andreas@enge.fr>
teams: Adjust membership for Sharlatan Hellseher.
* etc/teams.scm (Sharlatan Hellseher): Remove from the lisp team; add to
the julia team.
Change-Id: I13c898e01c2d84c9f2d96f6e76957ef4259617e5
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: boinc-client: Fix hash.
This is a follow-up to the previous commit
c52afcd75f9d7a1507f705d5aadccd328188916c
* gnu/packages/distributed.scm (boinc-client)[source]: Fix hash.
Change-Id: I2f792aee6530491cf7effd149ed2e6c74a1107f2
gnu: boinc-client: Update to 8.2.4.
* gnu/packages/distributed.scm (boinc-client): Update to 8.2.4.
Change-Id: I34f2f951a07e6519ee9bfa3154e0f8e220e7427e
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: libebml: Update to 1.4.5.
* gnu/packages/xml.scm (libebml): Update to 1.4.5.
Change-Id: Ib78669474d5040b6d4ceff64eb3f248ec77fc435
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: guile-next: Replace gettext native-input.
gnu-gettext has an emacs-minimal dependency, and we'd better avoid
this dependency.
* gnu/packages/guile.scm (guile-next)[native-inputs]: Replace gnu-gettext
by gettext-minimal.
gnu: poedit: Replace gettext native-input.
gnu-gettext has an emacs-minimal dependency, and we'd better avoid
this dependency.
* gnu/packages/gnome.scm (poedit)[native-inputs]: Replace gnu-gettext
by gettext-minimal.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
gnu: elinks: Replace gettext native-input.
gnu-gettext has an emacs-minimal dependency, and we'd better avoid
this dependency.
* gnu/packages/gnome.scm (elinks)[native-inputs]: Replace gnu-gettext
by gettext-minimal.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
gnu: readstat: Replace gettext native-input.
gnu-gettext has an emacs-minimal dependency, and we'd better avoid
this dependency.
* gnu/packages/gnome.scm (readstat)[native-inputs]: Replace
gnu-gettext by gettext-minimal.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
gnu: pcsc-tools: Replace gettext native-input.
gnu-gettext has an emacs-minimal dependency, and we'd better avoid
this dependency.
* gnu/packages/gnome.scm (pcsc-tools)[native-inputs]: Replace
gnu-gettext by gettext-minimal.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
gnu: xffm+: Replace gettext native-input.
gnu-gettext has an emacs-minimal dependency, and we'd better avoid
this dependency.
* gnu/packages/gnome.scm (xffm+)[native-inputs]: Replace gnu-gettext
by gettext-minimal.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
gnu: libtifiles2: Replace gettext native-input.
gnu-gettext has an emacs-minimal dependency, and we'd better avoid
this dependency.
* gnu/packages/gnome.scm (libtifiles2)[native-inputs]: Replace
gnu-gettext by gettext-minimal.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
gnu: libtifiles2: Improve style.
* gnu/packages/emulators.scm (libtifiles2)
[source, arguments]: Run guix style, guix style -S arguments. Remove
trailing #t.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>