The script started with reset of the $PATH to a value not suitable to Guix.
In addition, the script requires coreutils and sed, so add those into the
$PATH.
* gnu/packages/admin.scm (smartmontools)[inputs]: Add sed, coreutils-minimal.
[arguments]<#:configure-flags>: Pass --with-scriptpath=.
Change-Id: Ide97f572e6f369fe24337f945474dc7a65584eda
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
These tests were reported broken upstream, but nothing has been done
about it. See the upstream bug report for more information:
https://github.com/nvbn/thefuck/issues/1438
Fixes <https://issues.guix.gnu.org/75464>.
* gnu/packages/admin.scm (thefuck)[source]: Add patch.
* gnu/packages/patches/thefuck-remove-broken-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Change-Id: Ib6bbda92b29cd2a26b9c08d79e309e2c78602b71
Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu/packages/admin.scm (fiano): Build more commands and enable more
tests.
[arguments] <unpack-path>: Remove as redundunt.
[phases] {build}: Include "fittool".
{check}: Include "pkg/intel" and "pkg/amd".
{install}: Include "fittool".
[inputs]: Add go-github-com-fatih-camelcase,
go-github-com-stretchr-testify, go-github-com-tjfoc-gmsm,
go-github-com-klauspost-compress, go-github-com-jedib0t-go-pretty-v6<
go-github-com-xaionaro-go-bytesextra, and go-github-com-xaionaro-gosrc.
Change-Id: I510e00f8f73e29b652020596b5eeae1591966c38
This is a follow-up to commit
611b5e5bd0
gnu: lynis: Update to 3.0.9.
where the commit of the lynis sdk was updated but its hash was not.
Reported by mehrad via IRC.
* gnu/packages/admin.scm (lynis)[native-inputs]: Update hash.
Change-Id: I13e8cf8d36cefb319bfd4809e3e90586b9c9ad43
* gnu/packages/admin.scm (ansible-core): Update to 2.17.7. Use
G-expressions, fix build.
[build-system]: Swap to pyproject-build-system.
[arguments] <test-flags>: Utilize it to ignore some test target, instead
of deleting test files.
<phases>: Add 'relax-requirements.
[inputs]: Remove python-paramiko, python-passlib, and python-pexpect.
[propagated-inputs]: Add python-paramiko, python-passlib, and python-pexpect.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I31af92b5e89a62d7f6e35114a5d8db659d68b629
Use dynamic linking for dependencies instead of dlopening them at
runtime which requries a wrapper with LD_LIBRARY_PATH.
Additionally provide custom paths to pci-ids and amdgpu-ids.
* gnu/packages/admin.scm (fastfetch)
[#:configure-flags]: Enable dynamic linking and disable
directx-headers. Set custom paths to hwdata and libdrm.
[inputs]: Add hwdata and libdrm for the custom paths.
Change-Id: I9f86b49f0a116bcee91ca15b6e77cfbb3867e290
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu/packages/admin.scm (corectrl): New variable.
* gnu/packages/patches/corectrl-polkit-install-dir.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add reference to it.
Change-Id: I7b0f85c917eb58d7518d7ee7c5b22ef2debde7d9
* gnu/packages/admin.scm (greetd): Update to 0.10.3.
[arguments]: Don't install the sources. Remove an unneeded phase. Add
a phase to patch /bin/sh in the sources.
[cargo-inputs]: Sort alphabetically. Remove rust-users-0.11.
Change-Id: I6720d865a3a6312bc048b8c1cc538ba286709fb4
This ensures growpart can run in environments that may not have a PATH
variable set.
* gnu/packages/admin.scm (cloud-utils): Augment growpart PATH with necessary
programs.
Change-Id: Idf0ca9e14e4c9d82208fbf715dd0b235cd5a371b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Also adds python-setuptools and python-wheel to relevant packages,
either to native-inputs or to propagated inputs if the pkg_resources
Python module is loaded at runtime.
* guix/build-system/pyproject.scm (default-python): Default to
python-sans-pip-wrapper.
Change-Id: I2d986c2225114f54459dd6bb360913106e52cdf4
* gnu/packages/patches/inetutils-hurd64.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/admin.scm (inetutils)[arguments]: When building for the 64bit
Hurd, use it in new "apply-hurd64-patch" stage.
Change-Id: I780f6a92418b49e5fe0d23eb1c90e155216f1428
btop would fail on built-in Intel GPUs, this patch fixes that (see
<https://github.com/aristocratos/btop/pull/958>.)
* gnu/packages/patches/btop-fix-segfault-on-intel-gpus.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/admin.scm (btop): Use it.
Change-Id: Ic2bbf55a5f892a37bde17db6fb15025733b9bad6
Reviewed-by: Z572 <zhengjunjie@iscas.ac.cn>
* gnu/packages/admin.scm (btop)[native-inputs]: Add lowdown to allow
generation and installation of the program man page.
Change-Id: I1eb0c9491d89f21ef408cbcb4fb10f99be46690e
Reviewed-by: Z572 <zhengjunjie@iscas.ac.cn>