summaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: fastfetch: Add more configure flags.•••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> Dariqq2025-01-151-1/+11
* gnu: fastfetch: Update to 2.34.1.•••* gnu/packages/admin.scm (fastfetch): Update to 2.34.1. [origin]: Add snippet to remove third party code. [#:configure-flags]: Disable bundled yyjson, disable flashfetch, enable tests and skip installing license. [native-inputs]: Add python-minimal. [inputs]: Add yyjson. Change-Id: I52d5cf244726bf4362f658f818094a483e3b3d01 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Dariqq2025-01-151-4/+14
* gnu: Add corectrl.•••* 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 Ashvith Shetty2025-01-161-0/+78
* gnu: shepherd: Update to 1.0.1.•••* gnu/packages/admin.scm (shepherd-1.0): Update to 1.0.1. Change-Id: Ia02aef22fcfbc0eda3dac6ae200bddc9441c00f6 Ludovic Courtès2025-01-121-2/+2
* gnu: hyfetch: Update to 1.99.0.•••* gnu/packages/admin.scm (hyfetch): Update to 1.99.0. Change-Id: Ic721411811ed2c49f58452ef8ffd714537484148 Hilton Chain2025-01-111-2/+2
* gnu: fastfetch: Update to 2.34.0.•••* gnu/packages/admin.scm (fastfetch): Update to 2.34.0. Change-Id: I359ce317fd4813917ec5205dfe4d05e614aea954 Artyom V. Poptsov2025-01-091-3/+3
* Merge remote-tracking branch 'origin/rust-team'•••Change-Id: Ib21a0ea59fb2ae4e802552057227c636f24a6f8c Efraim Flashner2025-01-091-77/+75
|\
| * gnu: wlgreet: Update to 0.5.0.•••* gnu/packages/admin.scm (wlgreet): Update to 0.5.0. [cargo-inputs]: Replace rust-greetd-ipc-0.9 with 0.10. Change-Id: Ie41ae65e6b4709cb6bb2b18080a24ab491cc21b1 Efraim Flashner2025-01-061-64/+61
| * gnu: greetd: Update to 0.10.3.•••* 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 Efraim Flashner2025-01-061-10/+13
| * gnu: du-dust: Remove cargo-test-flags.•••* gnu/packages/admin.scm (du-dust)[arguments]: Remove cargo-test-flags. Change-Id: Idb83bf5f5994b6b1da6863fe5998531b02010463 Efraim Flashner2025-01-061-3/+1
* | gnu: debops: Update to 3.2.4.•••* gnu/packages/admin.scm (debops): Update to 3.2.4. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ie7ed9f0c94a2f4d5486868aa988941d10e28434b jgart2025-01-081-2/+3
|/
* gnu: radvd: Fix cross-compiling.•••* gnu/packages/admin.scm (radvd)[arguments]: When cross-compiling, Remove configure-flags. Change-Id: Iedaf571389e4a812f8fdb88908fea2fb759f07fd Zheng Junjie2025-01-021-1/+3
* gnu: radvd: Update to 2.20.•••* gnu/packages/admin.scm (radvd): Update to 2.20. [inputs]: Add libbsd. Change-Id: I50a6359c18746afb51aa3250acf2222e674a290e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Ashish SHUKLA2025-01-021-2/+4
* gnu: jc: Update to 1.25.4.•••* gnu/packages/admin.scm (jc): Update to 1.25.4. Change-Id: I7ec2570b56040c9a899aa1524df009f4899f9e59 Artyom V. Poptsov2024-12-291-2/+2
* gnu: dmidecode: Update to 3.6.•••* gnu/packages/admin.scm (dmidecode): Update to 3.6. Change-Id: If9ba9df3b6e7d8de31d0dd6c046757ba79c22695 Artyom V. Poptsov2024-12-261-2/+2
* gnu: Add pam-hooks.•••* gnu/packages/admin.scm (pam-hooks): Add variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nicolas Graves2024-12-231-0/+29
* gnu: isc-dhcp: Fix cross compilation for arm32•••* gnu/packages/admin.scm (isc-dhcp): Fix cross compilation for arm32 Change-Id: I52a863d2cb44e81e26de3224a7c5f8c6d2420cc6 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christoph Buck2024-12-181-1/+1
* packages: cloud-utils: Add missing growpart programs to path.•••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> Richard Sent2024-12-161-3/+12
* build-system/pyproject: Use python-sans-pip-wrapper as default-python.•••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 Lars-Dominik Braun2024-12-131-3/+10
* gnu: shepherd: Add 1.0.0.•••* gnu/packages/admin.scm (shepherd-1.0): New variable. Change-Id: If73ff02ea15d6acfc4c0e2d3f8ef467081b6b737 Ludovic Courtès2024-12-091-0/+12
* gnu: inetutils: Fix build for the 64bit Hurd.•••* 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 Janneke Nieuwenhuizen2024-12-031-2/+12
* gnu: du-dust: Update to 1.1.1.•••* gnu/packages/admin.scm (du-dust): Update to 1.1.1. [arguments]: Switch to using G-exps. [cargo-inputs]: Add rust-chrono-0.4, rust-ctrlc-3, rust-filesize-0.2. Replace rust-clap-3 with 4, rust-clap-complete-3 with 4, rust-clap-mangen-0.1 with 0.2. Remove rust-atty-0.2. Change-Id: I0bd13a96669e526c7c9c5eab0f3ff416b3e69f05 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jordan Moore2024-11-251-46/+51
* gnu: shepherd-run: Update to 0.2.0.•••* gnu/packages/admin.scm (shepherd-run): Update to 0.2.0. Change-Id: I071db7cce06fef5bbf695617b429a33408125d46 Efraim Flashner2024-11-211-2/+2
* gnu: libseat, seatd: Update to 0.9.1.•••* gnu/packages/admin.scm (libseat): Update to 0.9.1. [arguments]: Use G-expressions. [native-inputs]: Remove label. [propagated-inputs]: Remove label. (seatd): [arguments]: Use G-expressions. [native-inputs]: Remove label. Change-Id: I53ebe502ad80bc892e995749aae3387c42a79bad Zheng Junjie2024-11-201-15/+15
* gnu: Add shepherd-run.•••* gnu/packages/admin.scm (shepherd-run): New variable. Change-Id: I4b08c84f83bcc588db7a11619321f4c8dee48257 Efraim Flashner2024-11-061-0/+40
* gnu: stress-ng: Disable tests when cross-compiling.•••* gnu/packages/admin.scm (stress-ng)[arguments]: Also disable the tests when cross-compiling. Change-Id: If417d3a0379e6345902536c9a5bdef7afde6f18d Efraim Flashner2024-11-061-2/+3
* gnu: btop: Fix SEGFAULT error on Intel GPUs.•••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> Artyom V. Poptsov2024-11-031-1/+3
* gnu: btop: Generate and install the man page.•••* 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> Artyom V. Poptsov2024-11-031-0/+2
* gnu: pam-mount: Update to 2.20.•••* gnu/packages/admin.scm (pam-mount): Update to 2.20. Change-Id: I5dc139525096981bd789fe7845eff4b47198cf5b Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Nikita Domnitskii2024-11-011-4/+4
* gnu: pam-mount: Fix libcryptsetup detection.•••* gnu/packages/admin.scm (pam-mount): Fix libcryptsetup detection. [inputs]: Add extra inputs required for libcryptsetup, remove duplicates. [arguments]<#:configure-flags>: Explicitly enable cryptsetup in order to detect breakage in the future. Change-Id: Icf588945279c8785081a8049d401eaf7e6a22e3c Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Nikita Domnitskii2024-11-011-10/+13
* gnu: ansible: Add lint-hidden-cve property.•••* gnu/packages/admin.scm (ansible): Add lint-hidden-cve property for CVE-2023-32982 and CVE-2023-32983. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nicolas Graves2024-10-231-0/+3
* gnu: debops: Update to 3.2.2.•••* gnu/packages/patches/debops-constants-for-external-program-names.patch and gnu/packages/patches/debops-debops-defaults-fall-back-to-less.patch: Remove patches. * gnu/packages/patches/debops-setup-py-avoid-git.patch: Add patch. * gnu/local.mk: Adjust patches. * gnu/packages/admin.scm (debops): Update to 3.2.2. [source]<patches>: Adjust patches. [build-system]: Switch to pyproject-build-system. [native-inputs]: Remove git. [inputs]: Add git, git-crypt. [propagated-inputs]: Reorder. Add python-dotenv, python-future, python-gitpython, python-jinja2, python-pyyaml, python-pyxdg, python-toml. [arguments]<#:tests?>: Unset (although no tests in source). <#:phases>: Remove all existing modifications. Add 'wrap-script phase. <#:modules>: Add for <#phases>. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nicolas Graves2024-10-231-53/+30
* gnu: dool: Update to 1.3.3.•••* gnu/packages/admin.scm (dool): Update to 1.3.3. [arguments]<phases>: Fix "check" phase by removing "-f" option from the dool arguments as it leads to failures during tests but works after installation. Don't remove "examples/dstat.py" as it is already removed in the upstream. Change-Id: I22714bc03bf248b97ba8f21835aedb213e1b281b Artyom V. Poptsov2024-10-121-4/+3
* gnu: jc: Update to 1.25.3.•••* gnu/packages/admin.scm (jc): Update to 1.25.3. [arguments]<phases>: In "hack-time-zone" phase, set the TZ environment variable instead of substituting the timezone in tests. Change-Id: Ib1df51435ac8ed78ddbbaac2953dec00cbc71b85 Signed-off-by: jgart <jgart@dismail.de> Artyom V. Poptsov2024-10-071-4/+3
* gnu: btop: Update to 1.4.0.•••* gnu/packages/admin.scm (btop): Update to 1.4.0. [arguments](make-flags) Pass CC. Change-Id: I1ded453e5ab41567d9647eaabf888b96b024cd23 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Ashish SHUKLA2024-09-291-3/+4
* gnu: nnn: Update to 5.0.•••* gnu/packages/admin.scm (nnn): Update to 5.0. Change-Id: I568e8557f66c055dc0cb2d8f911549ff7a01b87f jgart2024-09-281-2/+2
* gnu: progress: Update to 0.17.•••* gnu/packages/admin.scm (progress): Update to 0.17. [arguments]: Use G-expressions. Use PKG-CONFIG-FOR-TARGET. Change-Id: Ic92f305e7200cd808aeab552966ba9374f568f59 Zheng Junjie2024-09-191-14/+10
* gnu: s-tui: Update to 1.1.6.•••* gnu/packages/admin.scm (s-tui): Update to 1.1.6. Change-Id: I9d36495584845bb88c9039d873189fb0f30019b5 Tobias Geerinckx-Rice2024-09-081-2/+2
* gnu: stress-ng: Reduce test coverage.•••* gnu/packages/admin.scm (stress-ng)[arguments]: Delete the 'check-a-little-harder phase. Change-Id: I32dc1a0fcad4a0f4763954f060d0b19cbeef23ca Tobias Geerinckx-Rice2024-09-081-21/+4
* gnu: stress-ng: Update to 0.18.04.•••* gnu/packages/admin.scm (stress-ng): Update to 0.18.04. [arguments]: Skip more broken tests. Change-Id: Idd1d63e4b24304f5d97d50d7385bf64193fc43c1 Tobias Geerinckx-Rice2024-09-081-7/+16
* gnu: sudo: Use gexps and remove input labels.•••* gnu/packages/admin.scm (sudo)[arguments]: Use gexps; use ‘search-input-file’ rather than ‘assoc-ref’. [inputs]: Remove labels. Change-Id: I0ea13751c5e34d1ad14035e8c2b8e7e4a7d5f8e1 Ludovic Courtès2024-09-161-67/+68
* gnu: sudo: Fix cross-compilation.•••Fixes a regression introduced in be50b25b7b093f3879623f2252ebfae5db7fc5cd. * gnu/packages/admin.scm (sudo)[arguments]: Define ‘ac_cv_*’ when cross-compiling. Change-Id: Iaa6f856c902ff8e06d790f8b1bc49ecda66ce5f2 Ludovic Courtès2024-09-161-1/+10
* gnu: acpica: Add a source file-name.•••* gnu/packages/admin.scm (acpica)[source]: Add a file-name field. Change-Id: Ida4ac8ab4bbfed09f44314979929a9d60a239a8a Efraim Flashner2024-09-161-0/+1
* gnu: libseat: Update to 0.8.0.•••* gnu/packages/admin.scm (libseat): Update to 0.8.0. Change-Id: Ia71c613105423516e8357c2e51659d8133e97c49 John Kehayias2024-09-151-2/+2
* gnu: acpica: Use G-expressions.•••* gnu/packages/admin.scm (acpica)[arguments]: Rewrite as G-expressions. Change-Id: I54fa79ac8008f7d8d41f9ebd757afcf7f5f1faf1 Tobias Geerinckx-Rice2024-09-081-7/+11
* gnu: acpica: Update to 20240827.•••* gnu/packages/admin.scm (acpica): Update to 20240827. Change-Id: Ib058fd1604e3b8797d9630b4f82a2a6716411911 Tobias Geerinckx-Rice2024-09-081-9/+9
* gnu: sudo: Update to 1.9.16.•••* gnu/packages/admin.scm (sudo): Update to 1.9.16. Change-Id: I2079b4d83195cc6271320c10eee378c8cbd1ee02 Tobias Geerinckx-Rice2024-09-081-2/+2
* gnu: opendoas: Add libxcrypt dependency.•••* gnu/packages/admin.scm (opendoas)[inputs]: Add libxcrypt. Change-Id: I6b25323f8a9d769725b075ac952c18fdbf3756b1 宋文武2024-08-311-0/+2
* gnu: pies: Add libxcrypt dependency.•••* gnu/packages/admin.scm (pies)[inputs]: Add libxcrypt. Change-Id: I5b5e38099a7d0999bcb110c3aaeb1fd7f35813a9 宋文武2024-08-311-0/+1
* gnu: inetutils: Add libxcrypt dependency.•••* gnu/packages/admin.scm (inetutils): Add libxcrypt dependency. Change-Id: I6c7bc49f60e532edac395a2b1ba89e3f1f95b4e7 Josselin Poiret2024-08-311-0/+1