gnu: packages/dotnet: Update Copyright header.
Follow up of e5686f39d33d70b42c713aed6fff1754f78906bc.
* gnu/packages/dotnet.scm: Update Copyright header.
Fixes: guix/guix#1957
Reported-by: Hellseher
Change-Id: I8c38fe52a75ac8ec0a01669cff0d8baf76f20e32
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: packages/dotnet: Update Copyright header.
Follow up of 18a958a8f5a3da3efda77cd2c2b2ca2a3c4a0713.
* gnu/packages/dotnet.scm: Update Copyright header.
Fixes: guix/guix#1957
Reported-by: Hellseher
Change-Id: I8f3078a354131a9886671a4d12286e934149acdd
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: packages/dotnet: Update Copyright header.
Follow up of 012651f62f716f7e95e6f1ceb596954bd8c0989b.
* gnu/packages/dotnet.scm: Update Copyright header.
Fixes: guix/guix#1957
Reported-by: Hellseher
Change-Id: I18f093a7e2f08427ad0f30f0e2f4d8b2025ed4d4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: mercurial: Fix, wrap and check hg binary.
* gnu/packages/version-control.scm (mercurial)[arguemnts]<#:phases>:
Add phase 'wrap and 'sanity-check.
Fixes: guix/guix#2451.
Change-Id: I71dc2d19ff8b5d2741cd2cb15b6a9687438e05b1
Reviewed-by: Simon Tournier <zimon.toutoune@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: gmsh: Update to 4.14.1.
* gnu/packages/maths.scm (gmsh): Update to 4.14.1.
Change-Id: I1dfe37daa6d9657f9dbb5559ae981cf264fdacb8
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: moe: Transplant to text-editors.
Because GNU Moe is a text editor, and there is few to no reason to keep
it in a dedicated file.
* gnu/local.mk: Remove reference to moe.scm.
* gnu/packages/moe.scm (moe): Transplant it to ...
* gnu/packages/text-editors.scm: ... here.
* gnu/packages/moe.scm: Delete file.
* po/packages/POTFILES.in: Remove reference to moe.scm.
Change-Id: Ide3b33f177b91157ec730aff72d38da1d5114a18
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-graph-tool: Update to 2.98.
* gnu/packages/graph.scm (python-graph-tool): Update to 2.98.
Change-Id: I27ca4a36b158d985fcb4ca22b407c482107b05e9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-pytorch-lightning: Fix build.
* gnu/packages/machine-learning.scm (python-pytorch-lightning)
[native-inputs]: Add python-setuptools-next.
Change-Id: Ie654b8a6193c835e0b1a8f2368817caef3e77f5b
gnu: Add python-torchaudio.
* gnu/packages/machine-learning.scm (python-torchaudio): New variable.
Change-Id: I841ccbdcdd5b086d5bb5905d8857fa57e49605c4
Reviewed-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-pytorch: Fix Caffe2 cmake-bound dependents.
Caffe2Targets.cmake has httplib::httplib but it doesn't seem imported
anywhere beforehand. For me, this broke the build of
python-torchaudio. Also add a few minor improvements.
* gnu/packages/machine-learning.scm (python-pytorch)[arguments]
<#:phases>: Improve phase 'cmake-patches (using site-packages and
search-input-directory). Ensure httplib:httplib is defined when used.
Improve phases 'remove-caffe2-onnx-scripts.
Change-Id: If2cb3da00e579db2e22f734261ebfa30f15880c7
Reviewed-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: ksoloti-patcher: Patch to fix for tiling managers.
The object search frame disappears immediately after creating it when the
window is managed by tiling window managers. This patch removes the event
handler that would close the window when focus appears to have been lost.
* gnu/packages/axoloti.scm (ksoloti-patcher)[arguments]: Add phase
'patch-for-tiling-window-managers.
Change-Id: I107982387504b796b51dc4a26d63bdd291f45aaa
gnu: celluloid: Add missing mpv input.
MPV now needs libdisplay-info, and Celluloid's configure script checks for its presence.
* gnu/packages/video.scm (celluloid)[native-inputs]: Add libdisplay-info.
Change-Id: I2f72be608ed63f1d354132c8e2a6a3db1af34eae
gnu: icewm: Update tp 3.9.0.
* gnu/packages/wm.scm (icewm): Update to 3.9.0.
[inputs]: Remove libxpm and add libxcursor.
Change-Id: I0a295b282081288cb85fc495fbed74a5fe9fb123
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
gnu: libxcb: Add a patch for PATH_MAX on the Hurd.
Followup to 214b9d500f1434f745c26c5d9f826615d754a3ce.
The PATH_MAX issue has been solved upstream so use their patch instead.
* gnu/packages/patches/libxcb-path-max.patch: New patch.
* gnu/local.mk (dist_path_DATA): Add it.
* gnu/packages/xorg.scm (libxcb): Adjust ‘fix-PATH_MAX’ phase to apply the
patch instead of substituting the source.
Change-Id: I290033978a86aaa9e87149b6bed9aec0918076f3
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: libxcb: Use gexps.
* gnu/packages/xorg.scm (libxcb): Use gexps for phases and configure-flags
Change-Id: I762476b35ac366a3df9d289d7a22512fe0328077
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: local.mk: Remove unused patch.
* gnu/packages/patches/qucs-s-qucsator-rf-search.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Unregister it.
This follows on from 7e69873252.
Change-Id: I44b4c48dc6cb741e0a60010355792574ad8c161f
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: profanity: Update to 0.15.1.
* gnu/packages/messaging.scm (profanity): Update to 0.15.1.
[source]: Switch to a URL in GitHub releases.
Change-Id: I272572dc89ed1aa1bc0bacf6bc2ceffec0badb65
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add scalasca.
* gnu/packages/profiling.scm (scalasca): New variable.
Change-Id: I65ce7a2d178702556ab88d9acfec3c95a51989d6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: guile-gcrypt: Update ‘license’.
This is a followup to 68a5cdc117b9b711747f77d322a6c634d78de359.
* gnu/packages/gnupg.scm (guile-gcrypt)[license]: Change to ‘lgpl3+’.
Change-Id: I9372ca63dc77254d145d94fa6a8b99ecb04f8f24