Age | Commit message (Collapse) | Author |
|
* gnu/packages/image.scm (libicns)[arguments]: When cross-compiling to
riscv64, add phase to update-config-scripts.
[native-inputs]: When cross-compiling to riscv64, add config.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/gnome.scm(gsettings-desktop-schemas)[inputs]: Add
gobject-introspection.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/glib.scm(gobject-introspection)[native-inputs]: When
cross-compiling add python.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/xdisorg.scm (mtdev)[arguments]: When cross-compiling to
riscv64 add a phase to update config.{guess,sub}.
[native-inputs]: When cross-compiling to riscv64 add config.
|
|
* gnu/packages/xorg.scm (xcb-util-wm)[arguments]: Add
update-config-scripts phase when cross-compiling to riscv64.
[native-inputs]: Add config when cross-compiling to riscv64.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/xorg.scm (libxtst)[arguments]: When cross-compiling to
riscv64, add phase to update config.{guess,sub}.
[native-inputs]: When cross-compiling to riscv64, add config.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/compression.scm (libdeflate)[arguments]: Adjust
configure-flags to build the test suite. Remove custom 'check phase.
|
|
* gnu/packages/agda.scm (agda-ial): Update to
ded30c410d5d40142249686572aa1acd1b2f8cc7, use agda-build-system, switch to
G-Exps, reorder fields.
|
|
* gnu/packages/agda.scm: New variable agda-1lab.
|
|
* gnu/packages/agda.scm: New variable agda-cubical.
|
|
* gnu/packages/patches/agda-categories-use-find.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/agda.scm: New variable agda-categories.
|
|
* gnu/packages/patches/agda-stdlib-use-runhaskell.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/agda.scm: New variable agda-stdlib.
|
|
* gnu/packages/patches/agda-libdirs-env-variable.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/agda.scm (agda): Patch agda, and add search path.
|
|
* gnu/packages/agda.scm (emacs-agda2-mode): Switch it up.
|
|
* gnu/packages/agda.scm (emacs-agda2-mode): Remove it. Made no sense, as we only
need the source, which we can refer to without inheriting the whole thing.
|
|
* gnu/packages/agda.scm (agda): Build the user manual as an info manual.
|
|
* gnu/packages/agda.scm (agda): Update to 2.6.3, switch to fetching using git so
that doc files are included, and add new dependency ghc-vector-hashtables.
|
|
* gnu/packages/haskell-xyz.scm (ghc-vector-hashtables): New variable.
|
|
* gnu/packages/haskell-xyz.scm (ghc-peano): New variable.
|
|
This fixes a build failure with openssl-3.
* gnu/packages/efi.scm (sbsigntools): Update to 0.9.5.
[arguments]: Remove trailing #t's. Use Gexps. Use "this-package-input". Simplify lambdas.
[inputs]: Remove labels.
Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
|
|
* gnu/packages/patches/proot-add-clone3.patch: New patch.
* gnu/packages/linux.scm (proot): Update to 5.4.0, and add pending upstream
patch to fix buggy pthread support.
* gnu/local.mk (dist_patch_DATA): Register it.
|
|
According to messages from the Heimdal maintainers Brian May and Nico
Williams, no one should be using their version of 'su' anymore. It was deleted
from the development branch five years ago [1] and is only being shipped
because the 7.8.0 is based on an older, stable branch.
[1] https://github.com/heimdal/heimdal/commit/8a77f45aff366b1cd8c70c43ce63eb16a0c9839c
Following the directions from the maintainers, this commit drops all
executables built from the ./appl folder via deletion of that SUBDIR from
the top-level Makefile.am.
Unfortunately, the heimdal-discuss mailing list does not appear to have a
public archive. The relevant SMTP Message-Id was:
<MDAEMON-F202305111940.AA401569md5001000003030@sequoia-grove.ad.secure-endpoints.com>
* gnu/packages/kerberos.scm (heimdal): Drop obsolete and insecure user tools.
Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
|
|
* gnu/packages/kerberos.scm (heimdal): Run autoreconf.
Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
|
|
The HTML manual accounts for more than 40% of the package size.
* gnu/packages/mpd.scm (mpd)[outputs]: Add 'doc' output.
[arguments]<#:phases>: Add ‘split-package’.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
With this, ninja will no longer report “no work to do” when inside the
`check' phase.
* gnu/packages/mpd.scm [arguments]<#:configure-flags>: Add “-Dtest=true”.
[native-inputs]: Add googletest and zip. Remove cmake.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/mpd.scm (mpd): Update to 0.23.13.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
Fix the build error:
data/meson.build:15:0: ERROR: Function does not take positional arguments.
data/meson.build:27:0: ERROR: Function does not take positional arguments.
* gnu/packages/patches/d-feet-drop-unused-meson-argument.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it here.
* gnu/packages/gnome.scm (d-feet)[source]: Use it here.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
The font-build-system now installs web fonts too. So, a separate woff2 output
is not necessary.
* gnu/packages/fonts.scm (font-charter)[outputs, arguments]: Delete.
|
|
* gnu/packages/notcurses.scm (notcurses)[arguments]: Adjust
configure-flags to not use pandoc on systems where pandoc isn't
supported.
[native-inputs]: Don't include pandoc on systems where it isn't
supported.
|
|
* gnu/packages/emacs-xyz.scm (emacs-straight-el): Update to 0-2.039e5c9.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/guile-xyz.scm (guile-png): Update to 0.5.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/messaging.scm (python-zulip): Fix test failure.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-85.c44d485.
|
|
As project no longer developed and not building with current obs.
* gnu/packages/video.scm (obs-spectralizer): Remove variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/lisp.scm (s7): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/lisp.scm (s7-bootstrap): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/notcurses.scm (notcurses): Update to 3.0.9.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/statistics.scm (r-biased-urn): Update to 2.0.10.
|
|
* gnu/packages/statistics.scm (r-matrixstats): Update to 1.0.0.
|
|
* gnu/packages/statistics.scm (r-mvtnorm): Update to 1.2-0.
|
|
* gnu/packages/cran.scm (r-stringfish): Update to 0.15.8.
|
|
* gnu/packages/cran.scm (r-scico): Update to 1.4.0.
|
|
* gnu/packages/cran.scm (r-shapforxgboost): Update to 0.1.3.
|
|
* gnu/packages/cran.scm (r-projpred): Update to 2.6.0.
[propagated-inputs]: Remove r-ucminf; add r-scales.
|
|
* gnu/packages/cran.scm (r-stanheaders): Update to 2.26.26.
|
|
* gnu/packages/cran.scm (r-regsem): Update to 1.9.5.
|
|
* gnu/packages/cran.scm (r-adabag): Update to 5.0.
[propagated-inputs]: Add r-consrank, r-dplyr, and r-tidyr.
|
|
* gnu/packages/cran.scm (r-assertive-code): Update to 0.0-4.
|
|
* gnu/packages/cran.scm (r-ontologyindex): Update to 2.11.
|
|
* gnu/packages/cran.scm (r-performance): Update to 0.10.4.
|