Age | Commit message (Collapse) | Author |
|
* gnu/packages/engineering.scm (e9patch): New variable.
* gnu/packages/patches/e9patch-check-intel-format.patch: Add file.
* gnu/packages/patches/e9patch-check-mode.patch: Add file.
* gnu/packages/patches/e9patch-check-mov-imm.patch: Add file.
* gnu/packages/patches/e9patch-check-rflags.patch: Add file.
* gnu/packages/patches/e9patch-check-same_op_2.patch: Add file.
* gnu/packages/patches/e9patch-check.patch: Add file.
* gnu/packages/patches/e9patch-devendor.patch: Add file.
* gnu/packages/patches/e9patch-plugin-api-headers.patch: Add file.
* gnu/local.mk (dist_patch_DATA): Register patches.
Change-Id: I8da4e76043bf6d577e8d14a89cc7bc35caa3933f
|
|
This should work around <https://issues.guix.gnu.org/73181>, resurrecting
offloading to the Hurd.
* gnu/packages/aux-files/guile-launcher.c (no_warnings)[__GNU__]: New
function.
(main)[__GNU__]: Use it to silence libgc warnings.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>.
Change-Id: I8f30732d192ce46144da4a1a081813a104a5f376
|
|
* gnu/packages/coq.scm (coq-mathcomp-bigenough) [propagated-inputs]:
Move coq and which from here...
[native-inputs]: ... to here.
Change-Id: I1a57175b69f6b4a5eba308bf60c9e74437563f58
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/coq.scm (coq-mathcomp-bigenough) [arguments]: Use new
style and remove uneeded make flags.
Change-Id: I11a6350a10cedd682cf598ecb8660b63a12aa00d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/cpp.scm (bloomberg-bde): Update to 4.14.0.0.
[source](origin): Update test deletion list.
Change-Id: I147a00c44cb835a3d0198d4f8372fd93404f49bb
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/cpp.scm (bloomberg-bde-tools): Update to 4.13.0.0.
Change-Id: I69694ef097c958b524a9701b04eab9290700eca8
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/pdf.scm (impressive): Update to 13.2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-pypandoc): Update to 1.14
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/ssh.scm (openssh): Update to 9.9p1.
Change-Id: Iaa4fa38e92ecc7623c5eb4125eea569de3a05cc7
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/guile-xyz.scm (guile-taglib): New variable.
Change-Id: I68cb1945104b64f621c9e6a1689b63f66c59144e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* nix/libstore/store-api.cc (checkStoreName): Clarify message when NAME
starts with a dot.
Change-Id: I045a663bc6cd9844677c65b38a31d3941cf212b5
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/hunspell.scm (hunspell-dictionary): Update to 24.8.2.1.
[source]<origin>: Change url, anongit returns gateway http errors 504.
Change-Id: Ida030cc94a406ace042eccbe75f60d4505e18a11
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.172.
(linux-libre-5.15-pristine-source): Update hash.
Change-Id: I173bef7d21099d22e022111e520496b747c10dcf
|
|
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.117.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: I44fac76007d719d94e31039079fcb33f53a95d2c
|
|
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.61.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: I5e3f949549b81c051561ca78039e1acf71bd79c7
|
|
* gnu/packages/linux.scm (linux-libre-6.11-version): Update to 6.11.8.
(linux-libre-6.11-pristine-source): Update hash.
Change-Id: If906938eb45d89b4601644dbc35b1f737fbc26b1
|
|
* gnu/packages/base.scm (glibc)[arguments]: When building for the Hurd, in
phase "create-machine-symlink", only create symlink if it is missing.
* gnu/packages/cross-base.scm (cross-libc*)[arguments]: Likewise.
Change-Id: Ib009b7bd301b543b8629382330cca9d963b7a812
|
|
This fixes a regression that would have been introduced by commit
a8b927a562a ("import: go: Add an option to use pinned versions.") which is
already 3 years old (!).
* tests/go.scm (fixtures-go-check-test): Register new URL and data for
http-fetch and http-get mocks.
Change-Id: Ie9d306612971de54ce534563731f52baf64bc8e7
|
|
* gnu/packages/text-editors.scm (parinfer-rust-emacs): New variable.
Change-Id: I6c6fb384edb03b55bae63137576c364cf11e42a5
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-emacs-0.19): New variable.
(rust-emacs-0.18): Inherit from rust-emacs-0.19.
Change-Id: I7791c869e8fdde96734499722d35f8f6aa2445fa
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
Commit abc3eb33191 ("import: hackage: Support updating to a specific
version.") modified the signature of hackage-fetch; some code was still
calling `hackage-fetch' with a single argument, breaking the tests/lint.scm
test.
* guix/import/stackage.scm (latest-lts-release): Adjust calls to
`hackage-fetch'.
Change-Id: Ic83ebc12a7948023956fe30cfb8aa22b6d282fc6
|
|
* gnu/packages/backup.scm (libarchive/fixed): Do not export variable; it's
used by libarchive as its replacement and need not be exposed to the command
line.
Change-Id: Iad6f0b6badb3fa728a69663f69419505da393c56
|
|
* etc/news.scm: Add entry.
Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de>
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
Change-Id: Ic3c0c3202128a9dab8f7b6b2be369c29237fae04
|
|
* gnu/services/databases.scm (postgresql-configuration)[postgresql]:
Unset default.
(postgresql-service-type): Remove default-value.
(postgresql-service): Revert default to postgresql-10 (rationale: We
can remove this service at the same time than postgresql-10, in
something like 6 months to a year).
* doc/guix.texi: Remove postgresql default reference in documentation.
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
|
|
* gnu/packages/virtualization.scm (libx86emu): Fix build.
[arguments]: Add extra "make-x86test" phase to make sure that "x86test" exists
before running the parallel tests.
Change-Id: Iad8d3fca6d4c04f6df9eba88e33e47324f160083
|
|
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.323.
(linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
Change-Id: I7ad6a595c093183d7b93a9d1875b6d653f446e46
|
|
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.285.
(linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
Change-Id: I1c519a3c8668b7bf85ccc5123e6258e74239a312
|
|
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.229.
(linux-libre-5.15-pristine-source): Update hash.
Change-Id: Ibebb40f3ad79149ca59ab57d2850be7a36b4b8fb
|
|
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.171.
(linux-libre-5.15-pristine-source): Update hash.
Change-Id: I60f885b89631a0903289e2c67966eabc0e716163
|
|
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.116.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: I36b9512fa6df58a22b0aee58870dd7e9268ab134
|
|
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.60.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: I14b11ba29f20264e7a636d78cd257bb511036ecc
|
|
* gnu/packages/linux.scm (linux-libre-6.11-version): Update to 6.11.7.
(linux-libre-6.11-pristine-source, deblob-scripts-6.11): Update hashes.
Change-Id: I3e81b3b26688477953f9d15c2f741bad8785bc20
|
|
* gnu/packages/search.scm (ugrep): Update to 7.0.4.
|
|
* gnu/packages/freedesktop.scm (modem-manager): Update to 1.22.0.
[source]: Switch to git-fetch.
[build-system]: Switch to meson-build-system.
[arguments]<#:configure-flags>: Adjust udevdir. Set -Dsystemdsystemunitdir=no,
Set -Dvapi=true.
[inputs]: Add bash-completion, libqrtr-glib and elogind.
[native-inputs]: Remove python; add python-minimal and libxslt.
Change-Id: Ife0560eb48f3cceaf22ccc6bb54010074028cddf
|
|
* gnu/packages/freedesktop.scm (libqmi): Update to 1.34.0.
[inputs]: Add bash-completion.
[propagated-inputs]: Add libmbim and libqrtr-glib.
[native-inputs]: Add gobject-introspection and help2man. Replace
python-wrapper with python-minimal.
[build-system]: Switch to meson-build-system.
[source]: Swich to git-fetch.
Change-Id: I8a023cc07e5484d8abd5df4615ad5f4115729c1a
|
|
* gnu/packages/freedesktop.scm (libqrtr-glib): New variable.
Change-Id: I84e26d0e8f69c8e5bc1c65925792aea296f6a97d
|
|
* gnu/packages/freedesktop.scm (libmbim): Update to 1.30.0.
[source]: Switch to git-fetch.
[build-system]: Switch to meson-build-system.
[native-inputs]: Add gobject-introspection, help2man. Replace
python-wrapper with python-minimal.
[inputs]: Add bash-completion.
Change-Id: I607bff667a057e58bebb2f706d7021a4d1c8d763
|
|
* gnu/packages/cpp.scm (caf): Update to 1.0.2.
[arguments]: Use G-expression.
Change-Id: If3e3b24e3fdaab9232df8e64bd705b893cd10860
|
|
* gnu/packages/cpp.scm (cli11): Update to 2.4.2.
Change-Id: I0bcd934bba863ec272a096976cea49da4b748961
|
|
* gnu/packages/wm.scm (dwl): Update to 0.7.
Change-Id: Ib1a4748035dd04070df99818ec9fa3a80e716971
|
|
* gnu/packages/gdb.scm (gdb/pinned): Use G-expressions.
(gdb-minimal gdb-multiarch, avr-gdb): ): Update acordingly.
Change-Id: Ifcdc6a337ec9c4d5c4303082d207b657cbc34765
|
|
* gnu/packages/maths.scm (scilab): Update to 2025.0.0.
[inputs]: Replace hdf5-1.1.0 by hdf5-1.14.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Change-Id: If70812525226bb1e9968b1f1042d822d56908f8b
|
|
* gnu/packages/emacs-xyz.scm (emacs-git-email): Update to 0.6.0.
[source]: Switch to actively maintained fork on codeberg.
[home-page]: Adjust accordingly.
[propagated-inputs]: Move to…
[inputs]: … here. Add emacs-piem.
* gnu/packages/patches/emacs-git-email-missing-parens.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
Change-Id: I47f5aa12cfa676772e281a45cdc9ec3bb3eae544
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/emacs-xyz.scm (emacs-jack): New variable.
Change-Id: I92790c493016a312501e926bbfc4b274d954e26f
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/emacs-xyz.scm (emacs-visual-replace): New variable.
Change-Id: I7c579785ed6b0e2989d16fb0b100e9860e8f38b9
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.7.14.
Change-Id: I2faba2539f7e8b04d8c86970780fd6382fe26691
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/games.scm (speed-dreams): New variable.
(speed-dreams-version, speed-dreams-svn-revision): New variables.
(speed-dreams-source-tarball): New procedure.
(speed-dreams-base-tarball, speed-dreams-more-hq-cars-and-tracks-tarball)
(speed-dreams-wip-cars-and-tracks-tarball)
(speed-dreams-unmaintained-tarball): New variable.
Change-Id: Id14f3556d47a80c508177940f959448520b406fc
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/game-development.scm (freesolid): New variable.
* gnu/packages/patches/freesolid-configure.patch: New file.
* gnu/packages/patches/freesolid-pkgconfig.patch: Likewise.
* gnu/packages/patches/freesolid-automake.patch: Likewise.
* gnu/packages/patches/freesolid-autotools.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Register them.
Change-Id: I557332031a30d944f451d0a62c763e5b41c4e29b
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/java.scm (jbr17): Update to 17.0.11b1207.30.
Change-Id: Idfb614496c856002c89fb7f671625ae655555402
|
|
* gnu/packages/java.scm (jbr21): Update to 21.0.3b509.15.
Change-Id: I1b47b761b1252e55e6fc78048cde5e0d9f446ca5
|