~ruther/guix-local

ref: 765ee4f74a7691cad8d723abdeebc11596ffdbbb guix-local/gnu d---------
765ee4f7 — Ghislain Vaillant 5 months ago
gnu: Add python-pyvistaqt.

* gnu/packages/python-science.scm (python-pyvistaqt): New variable.

Change-Id: I0f843fb4e7bf160e0f8625824c172d11b2405fab
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
19f80dff — Sharlatan Hellseher 4 months ago
gnu: python-pyvista: Improve package style.

* gnu/packages/python-science.scm (python-pyvista): Use G-Expressions,
fix indentation, remove necessary comments.
[arguments] <test-flags>: Utilize Pytest option to ignore and skip
tests instead modifying test files.
[phases]{fix-failing-tests}: Keep file modifications which can't be
skipped with Pytest options.

Change-Id: I51cbf14a9572bd096d409fa6b4b7b9c8bef5eea1
66e814c8 — Ekaitz Zarraga 4 months ago
gnu: Add guile-rope.

* gnu/packages/guile-xyz.scm (guile-rope): New variable.

Change-Id: I2cf6775dbaf1e9bebc762eeab3c142c4f420565b
a520e318 — Maxim Cournoyer 4 months ago
gnu: Add rr-zen-pmu-workaround.

* gnu/packages/debug.scm (rr-zen-pmu-workaround): New variable.

Change-Id: I8259ac9f90185c62d8a1f9716e24fbc2d6aa7d62
Co-authored-by: Robin Templeton <robin@guixotic.coop>
dab43052 — Maxim Cournoyer 4 months ago
gnu: rr: Update to 5.9.0-0.7fe1e36.

* gnu/packages/debug.scm (rr): Update to 5.9.0-0.7fe1e36.
[#:phases]: Delete trailing #t.

Change-Id: Ic922056ee613abe7c910e9a93cb8ee8892cb4a06
adf9d880 — Remco van 't Veer 4 months ago
gnu: pythonscad: Fix synopsis typo.

* gnu/packages/engineering.scm (pythonscad)[synopsis]: Fix typo.

Change-Id: Icd885b57e496c74b34cf01f2609b1c9218b3075e
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
5aaf587b — Remco van 't Veer 4 months ago
gnu: openscad: Switch to qt-build-system.

Fixes rendering of button icons in the UI.

* gnu/packages/engineering.scm (openscad)[build-system]: Switch to qt-build-system.

Change-Id: I662a8ec58929676c4b37377affee6d584641a290
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
6ec183bb — Cayetano Santos 4 months ago
gnu: symbiyosys/yosys/abc-yosyshq: Update to 0.58.

* gnu/packages/electronics.scm (symbiyosys/yosys/abc-yosyshq): Update to 0.58.

Change-Id: If3c74f9b63228e3c291bbcc9de1e43dec67cf709
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
0d609a91 — Cayetano Santos 4 months ago
gnu: abc: Update to 0.0-7.c8eac75.

* gnu/packages/electronics.scm (abc): 0.0-7.c8eac75.

Change-Id: I57c09b1f934052b019f0b258c6864ea671c3031e
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
4e2f2de0 — Zhu Zihao 4 months ago
gnu: digikam: Set the '#:qtbase' argument to Qt6.

This helps qt-build-system wrap correct environment variable.

* gnu/packages/image-viewers.scm (digikam)[arguments]<#:qtbase>: Set to qtbase.

Change-Id: Ifeacb304962f08bd864d2734188b036e906dfbba
Signed-off-by: Sughosha <sughosha@disroot.org>
47db909f — Sughosha 8 months ago
gnu: nextcloud-client: Update to 3.17.2.

* gnu/packages/sync.scm (nextcloud-client): Update to 3.17.2.
[sourcee]<snippet>: Remove "qtokenizer" from keep; replace "KF5" with
"KF6".
[arguments]: Switch to gexp.
<#:qtbase>: Use qtbase.
<#:test-exclude>: Do not exclude "SyncXAttrTest"; exclude "OwnSqlTest",
"SyncJournalDBTest", "SyncFileItemTest", "ConcatUrlTest", "CookiesTest",
"XmlParseTest", "ChecksumValidatorTest", "ClientSideEncryptionTest",
"ExcludedFilesTest", "UtilityTest", "CapabilitiesTest", "ThemeTest",
"IconUtilsTest", "FileSystemTest", "LongPathTest", "AccountTest" and
"FolderTest".
<#phases>: Replace 'pre-check with 'set-home-directory. In 'patch-cmake phase,
rewrite the substitutes using with-directory-excursion and replace "KF5" with
"KF6"; add 'unpack-3rd_party-sources phase.
[native-inputs]: Switch to the new style. Replace qttools-5 with qttools; add
desktop-file-utils, libcrashreporter-qt and python-sphinx.
[inputs]: Remove desktop-file-utils, qtbase-5, qtgraphicaleffects and
qtquickcontrols2-5; replace karchive-5 with karchive, kconfig-5 with kconfig,
kcoreaddons-5 with kcoreaddons, kio-5 with kio, kwidgetsaddons-5 with
kwidgetsaddons-5, qtdeclarative-5 with qtdeclarative, qtkeychain with
qtkeychain-6, qtsvg-5 with qtsvg, qtwebchannel-5 with qtwebchannel and
qtwebsockets-5 with qtwebsockets; add kguiaddons, libp11, qt5compat, qtwayland
and qtwebengine.
[propagated-inputs]: Remove qtwebengine-5.
[license]: Remove unused license.

Change-Id: If4ae836dd22fbc3f5909e8b1a35d5116d82607c6
3e90591c — Sughosha 8 months ago
gnu: Add libp11.

* gnu/packages/tls.scm (libp11): New variable.

Change-Id: I663b8a769887e66e6b5c4920ec67df94d9df1997
772c4567 — Ludovic Courtès 4 months ago
gnu: cuirass: Update to 1.3.2.

* gnu/packages/ci.scm (cuirass): Update to 1.3.2.

Change-Id: I44f4529e52dc0614ddfec7fec60c0a6a0dcfae78
13aa0979 — Zhu Zihao 4 months ago
gnu: Add guile-extensible-match.

* gnu/packages/guile-xyz.scm (guile-extensible-match): New variable.

Change-Id: I404519c6efcc6aec6656be1f965450ac23ac951d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
fa5ae48f — Cayetano Santos 4 months ago
gnu: python-cocotb-bus: Update to 0.2.1-2.f5578a4.

* gnu/packages/electronics.scm (python-cocotb-bus): Update to
0.2.1-2.f5578a4.
[#:tests]: Delete.

Change-Id: If1654fc58b7ccd83efe5f6ea921267caa76212a3
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
4b0385f8 — Sughosha 6 months ago
gnu: Add eel2.

* gnu/packages/cpp.scm (eel2): New variable.

Change-Id: I33626ba2480c754932614fb695884156b68cfea1
7da6ce3e — Sughosha 6 months ago
gnu: Add jnetlib.

* gnu/packages/cpp.scm (jnetlib): New variable.

Change-Id: I93f4de3dbf13816027482617eafb8e3652dc7b33
17d26dcf — Sughosha 4 months ago
gnu: Add swell-colortheme.

* gnu/packages/cpp.scm (swell-colortheme): New variable.

Change-Id: I194cb93d27966588b730c73416f79556aa03c5aa
c82d4b82 — Sughosha 6 months ago
gnu: Add swell.

* gnu/packages/cpp.scm (swell): New variable.

Change-Id: I4d4676803d636f17a34a15312e81a34ee80a78f6
e88e0f9e — Sughosha 6 months ago
gnu: Remove wdl.

* gnu/packages/cpp.scm (wdl): Remove variable.

Change-Id: I903449c75a30f722d4ec2d104fa8fc05e462c30c
Next