me
/
guix
Archived
1
0
Fork 0
Commit Graph

90429 Commits (9e263027731b085640ddf48451e8f967ead283e4)

Author SHA1 Message Date
Efraim Flashner 9e26302773
gnu: ghc-8.8: Rewrite using G-exps.
* gnu/packages/haskell.scm (ghc-8.8)[arguments]: Rewrite using g-exps.
Remove trailing #t from phases.
2022-08-23 16:37:34 +03:00
Efraim Flashner 279563ffe8
gnu: ghc-8.6: Rewrite using G-exps.
* gnu/packages/haskell.scm (ghc-8.6)[arguments]: Rewrite using g-exps.
Remove trailing #t from phases.
2022-08-23 16:37:34 +03:00
Efraim Flashner ab8c83dd48
gnu: ghc-8.4: Modernize package.
* gnu/packages/haskell.scm (ghc-8.4)[inputs]: Use inherited inputs.
[arguments]: Rewrite using g-exps. Adjust to use inherited package
arguments. Use inherited 'unpack-testsuite, 'fix environment phases.
Remove redundant 'fix-references phase.
(ghc-8.8)[arguments]: Adjust phases based on changed inherited phases.
2022-08-23 16:36:35 +03:00
Efraim Flashner 63e01d01b1
gnu: ghc-8.0: Modernize package.
* gnu/packages/haskell.scm (ghc-8.0)[arguments]: Rewrite using g-exps.
Unpack testsuite tarball from the store. Remove trailing #t from phases.
[inputs]: Remove input labels. Move ghc-testsuite ...
[native-inputs]: ... to here.
2022-08-23 16:31:45 +03:00
Efraim Flashner a8848b9311
gnu: ghc-7: Update to 7.10.3.
* gnu/packages/haskell.scm (ghc-7): Update to 7.10.3.
2022-08-23 16:25:20 +03:00
Efraim Flashner 0fc0ce2342
gnu: ghc-7: Unpack tarballs from the store.
* gnu/packages/haskell.scm (ghc-7)[arguments]: Adjust custom 'unpack-bin
and 'unpack-testsuite-and-fix-bins phases to unpack tarballs directly
from the store.
2022-08-21 12:49:34 +03:00
Efraim Flashner 7032e0bc8a
gnu: ghc-7: Rewrite arguments using G-expressions.
* gnu/packages/haskell.scm (ghc-7)[arguments]: Rewrite using
G-expressions. Remove trailing #t from phases.
2022-08-21 12:47:35 +03:00
Marius Bakke 213c60f332
gnu: texlive-hyperref: Propagate more inputs.
* gnu/packages/tex.scm (texlive-hyperref)[propagated-inputs]: Add TEXLIVE-CM,
TEXLIVE-LATEX-GRAPHICS, TEXLIVE-STRINGENC, and TEXLIVE-ZAPFDING.
* gnu/packages/sphinx.scm (python-sphinx)[propagated-inputs]: Remove
TEXLIVE-STRINGENC and TEXLIVE-ZAPFDING.
2022-08-13 19:09:14 +02:00
Marius Bakke 27555b0566
gnu: python-sphinx-panels: Use python-sphinx@4.
...also add deprecation notice, and change its users accordingly.

* gnu/packages/sphinx.scm (python-sphinx-panels)[propagated-inputs]: Change
from PYTHON-SPHINX to PYTHON-SPHINX-4.
[description]: Mention that it is unmaintained.
* gnu/packages/python-science.scm (python-scipy)[native-inputs]: Likewise.
* gnu/packages/python-xyz.scm (python-numpy-documentation)[native-inputs]: Likewise.
2022-08-13 19:09:14 +02:00
Marius Bakke 00e78042b7
gnu: python-sphinx: Add 4.5.0.
* gnu/packages/sphinx.scm (python-sphinx-4): New variable.
2022-08-13 19:09:14 +02:00
Marius Bakke be5965b196
gnu: gtk-doc/stable: Use 'modify-inputs'.
* gnu/packages/gtk.scm (gtk-doc/stable)[inputs]: Use MODIFY-INPUTS.
2022-08-13 19:09:14 +02:00
Marius Bakke fd01278236
gnu: gtk-doc: Remove input labels.
* gnu/packages/gtk.scm (gtk-doc)[native-inputs]: Remove labels.
2022-08-13 19:09:14 +02:00
Marius Bakke 625bfd4257
gnu: gtk-doc: Remove unused input.
* gnu/packages/gtk.scm (gtk-doc)[inputs]: Remove PYTHON-UNITTEST2.
2022-08-13 19:09:13 +02:00
Marius Bakke c5860b97e9
gnu: python-freezegun: Adjust for Python 3.10.
* gnu/packages/check.scm (python-freezegun)[source](modules, snippet): New
fields.
2022-08-13 19:09:13 +02:00
Marius Bakke a20a934081
gnu: python-freezegun: Update to 1.2.2.
* gnu/packages/check.scm (python-freezegun): Update to 1.2.2.
[native-inputs]: Remove PYTHON-MOCK.
[propagated-inputs]: Remove PYTHON-SIX.
2022-08-13 19:09:13 +02:00
Marius Bakke 30ac875bd8
gnu: python-sphinx: Update to 5.1.1.
* gnu/packages/sphinx.scm (python-sphinx): Update to 5.1.1.
2022-08-13 19:09:13 +02:00
Marius Bakke 431df1214e
gnu: python-dateutil: Adjust tests for Pytest 7.
* gnu/packages/patches/python-dateutil-pytest-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/time.scm (python-dateutil)[source](patches): New field.
2022-08-13 12:28:46 +02:00
Marius Bakke f561830a5b
gnu: python-pympler: Update to 1.0.1.
* gnu/packages/python-xyz.scm (python-pympler): Update to 1.0.1.
[arguments]: Remove.
2022-08-13 12:28:34 +02:00
Marius Bakke b9a3083db3
gnu: qtscxml: Fix build failure.
This fixes a faulty conflict resolution from the merge in commit
b50eaa6764.

* gnu/packages/qt.scm (qtscxml)[arguments]: Substitute arguments from QTSVG-5,
not QTSVG.
2022-08-12 13:19:30 +02:00
Marius Bakke b50eaa6764
Merge branch 'master' into staging 2022-08-11 22:15:22 +02:00
Marius Bakke 7b69cd0740
Revert "gnu: librsvg: Update to 2.54.4."
The update breaks GTK+@2 and requires newer dependencies.  It will be
reapplied on the 'core-updates' branch.

This reverts commit 0b770c2da4.
2022-08-11 22:01:30 +02:00
Marius Bakke 99b73f6041
gnu: ntfs-3g: Update to 2022.5.17.
* gnu/packages/linux.scm (ntfs-3g): Update to 2022.5.17.
2022-08-11 21:58:03 +02:00
Marius Bakke 246e8e7f81
gnu: ntfs-3g: Add release-monitoring-url and upstream-name.
* gnu/packages/linux.scm (ntfs-3g)[properties]: New field.
2022-08-11 21:58:03 +02:00
Marius Bakke 25c2a2fdb2
gnu: openconnect-sso: Remove input labels.
* gnu/packages/vpn.scm (openconnect-sso)[arguments]: Don't attempt to use a
non-existent QtWebEngine label.  While at it, use SEARCH-INPUT-FILE also for
openconnect and remove trailing #t's.
2022-08-11 21:58:02 +02:00
Marius Bakke f441a149b4
gnu: tracker: Update to 3.3.3.
* gnu/packages/gnome.scm (tracker): Update to 3.3.3.
[native-inputs]: Remove INTLTOOL.  Add GETTEXT-MINIMAL.
2022-08-11 21:58:02 +02:00
Marius Bakke 691d4657b7
gnu: folks: Update to 0.15.5.
* gnu/packages/gnome.scm (folks): Update to 0.15.5.
[native-inputs]: Remove INTLTOOL.  Add GETTEXT-MINIMAL.
2022-08-11 21:58:02 +02:00
Marius Bakke 6550130108
gnu: mediasdk: Build reproducibly.
* gnu/packages/video.scm (mediasdk)[arguments]: Add #:phases.  Convert to gexp
while at it.
2022-08-11 21:58:02 +02:00
Marius Bakke 73e0c84d1f
gnu: mediasdk: Remove input labels.
* gnu/packages/video.scm (mediasdk)[native-inputs, inputs]: Remove labels.
2022-08-11 21:58:02 +02:00
Marius Bakke c851ea265a
gnu: mediasdk: Update to 22.4.4.
* gnu/packages/video.scm (mediasdk): Update to 22.4.4.
2022-08-11 21:58:02 +02:00
Marius Bakke 9de0dffe79
gnu: python-libvirt: Add 'upstream-name' property.
* gnu/packages/virtualization.scm (python-libvirt)[properties]: New field.
2022-08-11 21:58:02 +02:00
Marius Bakke d7d370e4de
gnu: libvirt: Use G-expression.
* gnu/packages/virtualization.scm (libvirt)[arguments]: Use gexp.  While at
it, refer to THIS-PACKAGE instead of the NAME and VERSION fields.
2022-08-11 21:58:01 +02:00
Marius Bakke e00b395cb2
gnu: libvirt: Remove input labels.
* gnu/packages/virtualization.scm (libvirt)[inputs, native-inputs]: Remove labels.
2022-08-11 21:58:01 +02:00
Marius Bakke 3a76c2bfd9
gnu: libvirt, python-libvirt: Update to 8.6.0.
* gnu/packages/patches/libvirt-add-install-prefix.patch: Refresh patch.
* gnu/packages/virtualization.scm (libvirt): Update to 8.6.0.
(python-libvirt): Update to 8.6.0.
[arguments]: Remove, as the default test phase works fine.
2022-08-11 21:58:01 +02:00
Marius Bakke 25a3d35146
gnu: catch2@1: Adjust for glibc 2.34 and later.
* gnu/packages/check.scm (catch-framework2-1)[source](modules, snippet): New
fields.
2022-08-11 21:58:01 +02:00
Marius Bakke e3e678000d
gnu: python-pyicu: Update to 2.9.
* gnu/packages/python-xyz.scm (python-pyicu): Update to 2.9.
2022-08-11 21:58:01 +02:00
Marius Bakke 3806965781
gnu: python-pyicu: Update home page.
* gnu/packages/python-xyz.scm (python-pyicu)[home-page]: Change to current.
2022-08-11 21:58:01 +02:00
Ludovic Courtès 7a485d43c9
gnu: ruby-hydra-minimal: Add missing patch.
This is a followup to bb907402a6.

* gnu/packages/patches/ruby-hydra-minimal-no-byebug.patch: New file.
2022-08-08 18:33:10 +02:00
Tom Fitzhenry 3668a452d1
gnu: texlive-hyphen-package: Remove input labels.
* gnu/packages/tex.scm (texlive-hyphen-package): Remove input labels.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-08 17:26:19 +02:00
Tom Fitzhenry 8f25dd57d6
gnu: Remove unused ruby-nokogiri-1.10.
As of commit "gnu: unpin ruby-nokogiri-diff's ruby-nokogiri",
ruby-nokogiri-1.10 is unused, so let's remove it.

ruby-nokogiri-1.10's purpose was to cut the dependency graph. Users should use
ruby-nokogiri.

* gnu/packages/ruby.scm (ruby-nokogiri-1.10): Remove variable.
(ruby-nokogiri): Collapse the package inheritance.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-08 17:26:18 +02:00
Tom Fitzhenry 22225620e3
gnu: Unpin ruby-nokogiri-diff's ruby-nokogiri
ruby-nokogiri-diff historically had a long reverse dependency set, due to its
reverse dependency of texlive, which was solely via ruby-byebugs.

To avoid ruby-nokogiri updates from triggering rebuilds, ruby-nokogiri-diff
was pinned to ruby-nokogiri-1.10.

However, as of commit "gnu: Remove texlive's dependence on ruby-rspec and
ruby-byebug.", texlive no longer depends on ruby-byebug, and thus updating
ruby-nokogiri won't trigger large rebuilds.

Thus, we are now free to unpin ruby-nokogiri-diff's ruby-nokogiri.

* gnu/packages/ruby.scm (ruby-nokogiri-diff): Unpin ruby-nokogiri version.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-08 17:26:18 +02:00
Tom Fitzhenry 6ba74ab29c
gnu: Remove texlive's dependence on ruby-rspec and ruby-byebug.
Motivation: Break the dependency chain from guix to mariadb.

Prior to this patch:

$ guix graph --path guix mariadb
guix@1.3.0-27.598f728
po4a@0.63
texlive-tiny@59745
texlive-latex-base@59745
texlive-hyphen-afrikaans@59745
ruby-hydra@0.0-0.5abfa37
ruby-byebug@11.1.3
ruby-rubocop@1.10.0
ruby-parallel@1.21.0
ruby-mysql2@0.5.2
mariadb@10.5.12

As of this patch:

$ ./pre-inst-env guix graph --path guix mariadb
guix graph: error: no path from 'guix@1.3.0-27.598f728' to 'mariadb@10.5.12'

* gnu/local.mk (dist_patch_DATA): Add texlive-hyph-utf8-no-byebug.patch.
* gnu/packages/patches/texlive-hyph-utf8-no-byebug.patch: New file.
* gnu/packages/tex.scm (hyph-utf8-scripts): Add patch.
(texlive-hyphen-package): Depend on ruby-hydra-minimal.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-08 17:26:18 +02:00
Tom Fitzhenry bb907402a6
gnu: Add ruby-hydra-minimal.
* gnu/local.mk (dist_patch_DATA): Add ruby-hydra-minimal-no-byebug.patch.
* gnu/packages/patches/ruby-hydra-minimal-no-byebug.patch: New file.
* gnu/packages/ruby.scm (ruby-hydra): Refactor to inherit from ruby-hydra-minimal.
(ruby-hydra-minimal): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-08 17:26:18 +02:00
Greg Hogan 8ed15dedbe
gnu: suitesparse: Update to 5.12.0.
* gnu/packages/maths.scm (suitesparse): Update to 5.12.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-08 17:26:18 +02:00
Tobias Geerinckx-Rice 358849986b
gnu: tor: Update to 0.4.7.9 [DoS mitigations].
* gnu/packages/tor.scm (tor): Update to 0.4.7.9.
2022-08-07 02:00:00 +02:00
Andreas Enge 9a97097af1
gnu: gap: Enable compilation of more optional packages.
* gnu/packages/algebra.scm (gap)<snippet>: Add to the whitelist GAP packages
with free licenses clarified in the latest release, and which do not require
additional inputs.
2022-08-11 19:41:38 +02:00
Andreas Enge c1a6c6e6d7
gnu: gap: Update to 4.11.1.
* gnu/packages/algebra.scm (gap): Update to 4.11.1.
[source]<snippet>: Remove trailing #t.
[arguments]<phases>: Remove trailing #t. Install missing config.h header.

Co-authored-by: vicvbcun <guix@ikherbers.com>
2022-08-11 19:08:14 +02:00
Efraim Flashner 0f6dc54780
gnu: lcsync: Fix building on non-x86 hardware.
* gnu/packages/networking.scm (lcsync)[arguments]: Add phase to use
simde instead of immintrin.h directly.
[native-inputs]: Add simde.
2022-08-11 19:35:22 +03:00
Efraim Flashner ee981ba5f9
gnu: lcsync: Use test-target.
* gnu/packages/networking.scm (lcsync)[arguments]: Set test-target.
Remove custom 'check phase.
2022-08-11 19:35:22 +03:00
Efraim Flashner b62c3fbd77
gnu: librecast: Use test-target.
* gnu/packages/networking.scm (librecast)[arguments]: Set test-target.
Remove custom 'check phase.
2022-08-11 19:35:22 +03:00
Efraim Flashner b0f298e2c6
gnu: lcrq: Use test-target.
* gnu/packages/networking.scm (lcrq)[arguments]: Set test-target. Remove
custom 'check phase.
2022-08-11 19:35:21 +03:00