summaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
Commit message (Collapse)AuthorAge
* gnu: nnn: Update to 3.5.Tobias Geerinckx-Rice2020-11-17
| | | | * gnu/packages/admin.scm (nnn): Update to 3.5.
* gnu: hostapd: Cross compile.Efraim Flashner2020-11-16
| | | | | * gnu/packages/admin.scm (hostapd)[arguments]: Use cc-for-target in make-flags. Add custom flag to use correct pkg-config for target.
* gnu: masscan: Cross compile.Efraim Flashner2020-11-16
| | | | | * gnu/packages/admin.scm (masscan)[arguments]: Use cc-for-target in make-flags.
* gnu: nnn: Cross compile.Efraim Flashner2020-11-16
| | | | | * gnu/packages/admin.scm (nnn)[arguments]: Use cc-for-target in make-flags. Add custom phase to use correct pkg-config for target.
* gnu: cpulimit: Make check phase conditional.Efraim Flashner2020-11-16
| | | | | * gnu/packages/admin.scm (cpulimit)[arguments]: Only run custom 'check phase when tests are enabled.
* gnu: cpulimit: Use make-flags.Efraim Flashner2020-11-16
| | | | | * gnu/packages/admin.scm (cpulimit)[arguments]: Introduce make-flags. Use them in custom 'build and 'check phases.
* gnu: cpulimit: Cross compile.Efraim Flashner2020-11-16
| | | | | * gnu/packages/admin.scm (cpulimit)[arguments]: Use cc-for-target in custom 'build and 'check phases.
* gnu: acpica: Cross compile.Efraim Flashner2020-11-16
| | | | | * gnu/packages/admin.scm (acpica)[arguments]: Use cc-for-target in make-flags.
* gnu: wpa-supplicant-minimal: Cross compile.Efraim Flashner2020-11-16
| | | | | | * gnu/packages/admin.scm (wpa-supplicant-minimal)[arguments]: Use cc-for-target in make-flags. Adjust custom 'configure phase to use the correct pkg-config for the target.
* gnu: acpica: Update to 20201113.Tobias Geerinckx-Rice2020-11-16
| | | | * gnu/packages/admin.scm (acpica): Update to 20201113.
* gnu: opendoas: Update to 6.8.Tobias Geerinckx-Rice2020-11-15
| | | | | * gnu/packages/admin.scm (opendoas): Update to 6.8. [arguments]: Adjust makefile name.
* gnu: inxi-minimal: Update to 3.1.09-1.Tobias Geerinckx-Rice2020-11-14
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.1.09-1.
* gnu: acpica: Update to 20200925.Tobias Geerinckx-Rice2020-11-11
| | | | * gnu/packages/admin.scm (acpica): Update to 20200925.
* gnu: thermald: Update to 2.3.Tobias Geerinckx-Rice2020-11-07
| | | | | | | * gnu/packages/admin.scm (thermald): Update to 2.3. [arguments]: Build verbosely. Add a no-early-./configure phase. [inputs]: Add libevdev, upower, and xz.
* gnu: thermald: Correct licence.Tobias Geerinckx-Rice2020-11-07
| | | | * gnu/packages/admin.scm (thermald)[license]: It's GPL2-only.
* gnu: pam-krb5: Update source uri.Efraim Flashner2020-11-04
| | | | * gnu/packages/admin.scm (pam-krb5)[source]: Add archive location.
* gnu: solaar: Update to 1.0.4.Efraim Flashner2020-11-04
| | | | | * gnu/packages/admin.scm (solaar): Update to 1.0.4. [arguments]: Remove custom 'fix-prefix-detection phase.
* gnu: solaar: Update source uri.Efraim Flashner2020-11-04
| | | | * gnu/packages/admin.scm (solaar)[source]: Update source URI.
* gnu: dstat: Update source uri.Efraim Flashner2020-11-04
| | | | * gnu/packages/admin.scm (dstat)[source]: Update to new source URI.
* gnu: thermald: Update to 2.2.Efraim Flashner2020-11-04
| | | | | | * gnu/packages/admin.scm (thermald): Update to 2.2. [arguments]: Remove sysconfdir flag from configure-flags. [native-inputs]: Add autoconf-archive.
* gnu: thermald: Update source uri.Efraim Flashner2020-11-04
| | | | * gnu/packages/admin.scm (thermald)[source]: Update to new source URI.
* gnu: Add atop.Leo Famulari2020-11-02
| | | | * gnu/packages/admin.scm (atop): New variable.
* gnu: facter: Update to 4.0.44.Tobias Geerinckx-Rice2020-11-01
| | | | * gnu/packages/admin.scm (facter): Update to 4.0.44.
* gnu: cloud-utils: Update to 0.32.Christopher Baines2020-10-30
| | | | * gnu/packages/admin.scm (cloud-utils): Update to 0.32.
* gnu: inxi-minimal: Update to 3.1.08-1.Tobias Geerinckx-Rice2020-10-19
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.1.08-1.
* gnu: dstat: Fix bogus use of DESTDIR.Tobias Geerinckx-Rice2020-10-16
| | | | | * gnu/packages/admin.scm (dstat)[arguments]: Set the standard prefix variable.
* gnu: dmidecode: Update to 3.3.Tobias Geerinckx-Rice2020-10-16
| | | | | * gnu/packages/admin.scm (dmidecode): Update to 3.3. [arguments]: Restructure. Add CC to #:make-flags.
* gnu: nmap: Update license.Marius Bakke2020-10-13
| | | | | | | * guix/licenses.scm (nmap): Rename to ... (npsl): ... this. Adjust name and URL, and remove outdated Fedora wiki entry in favor of nmap's own annotated version. * gnu/packages/admin.scm (nmap)[license]: Adjust accordingly.
* gnu: facter: Update to 4.0.43.Tobias Geerinckx-Rice2020-10-13
| | | | * gnu/packages/admin.scm (facter): Update to 4.0.43.
* gnu: nmap: Update to 7.91.Tobias Geerinckx-Rice2020-10-13
| | | | * gnu/packages/admin.scm (nmap): Update to 7.91.
* gnu; sudo: Remove 'groff' input when building for the Hurd.Jan (janneke) Nieuwenhuizen2020-10-10
| | | | | * gnu/packages/admin.scm (sudo)[native-inputs]: Remove 'groff' when building for the Hurd.
* gnu: Add nmrpflash.Danny Milosavljevic2020-10-10
| | | | * gnu/packages/admin.scm (nmrpflash): New variable.
* gnu: sudo: Remove support for Python plug-ins.Jan (janneke) Nieuwenhuizen2020-10-09
| | | | | | * gnu/packages/admin.scm (sudo)[inputs], [outputs]: Remove python. [arguments]: Remove --enable-python/--disable-python configure flags. Remove 'separate-python-output phase.
* gnu: sunxi-tools: Fix build.Danny Milosavljevic2020-10-08
| | | | | | * gnu/packages/patches/sunxi-tools-remove-sys-io.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/admin.scm (sunxi-tools-source): Add it.
* gnu: facter: Update to 4.0.42.Tobias Geerinckx-Rice2020-10-08
| | | | * gnu/packages/admin.scm (facter): Update to 4.0.42.
* gnu: facter: Update to 4.0.41.Tobias Geerinckx-Rice2020-10-03
| | | | * gnu/packages/admin.scm (facter): Update to 4.0.41.
* gnu: netcat-openbsd: Update to 1.217-2.Tobias Geerinckx-Rice2020-10-03
| | | | * gnu/packages/admin.scm (netcat-openbsd): Update to 1.217-2.
* gnu: nmap: Update to 7.90.Tobias Geerinckx-Rice2020-10-03
| | | | * gnu/packages/admin.scm (nmap): Update to 7.90.
* gnu: inxi-minimal: Update to 3.1.07-1.Tobias Geerinckx-Rice2020-10-01
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.1.07-1.
* gnu: netcat-openbsd: Use cc-for-target.Efraim Flashner2020-09-24
| | | | | * gnu/packages/admin.scm (netcat-openbsd)[arguments]: Replace hard-coded gcc with cc-for-target in make-flags.
* gnu: sudo: Update to 1.9.3p1.Tobias Geerinckx-Rice2020-09-24
| | | | * gnu/packages/admin.scm (sudo): Update to 1.9.3p1.
* gnu: facter: Update to 4.0.38.Tobias Geerinckx-Rice2020-09-23
| | | | * gnu/packages/admin.scm (facter): Update to 4.0.38.
* gnu: sudo: Update to 1.9.3.Tobias Geerinckx-Rice2020-09-21
| | | | * gnu/packages/admin.scm (sudo): Update to 1.9.3.
* gnu: htop: Update to 3.0.2.Tobias Geerinckx-Rice2020-09-15
| | | | | * gnu/packages/admin.scm (htop): Update to 3.0.2. [native-inputs]: Remove python-wrapper.
* gnu: libcap-ng: Update to 0.8.Tobias Geerinckx-Rice2020-09-10
| | | | * gnu/packages/admin.scm (libcap-ng): Update to 0.8.
* gnu: htop: Update to 3.0.1.Tobias Geerinckx-Rice2020-09-07
| | | | * gnu/packages/admin.scm (htop): Update to 3.0.1.
* gnu: inxi-minimal: Update to 3.1.06-1.Michael Rohleder2020-09-03
| | | | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.1.06-1. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: facter: Update to 4.0.35.Tobias Geerinckx-Rice2020-08-31
| | | | * gnu/packages/admin.scm (facter): Update to 4.0.35.
* gnu: fdupes: Update to 2.1.2.Tobias Geerinckx-Rice2020-08-30
| | | | | | | * gnu/packages/admin.scm (fdupes): Update to 2.1.2. [source]: Use bootstrapped release tarball. [arguments]: Delete field. [inputs]: Add ncurses and pcre2.
* gnu: htop: Update to 3.0.0.Tobias Geerinckx-Rice2020-08-30
| | | | | | | * gnu/packages/admin.scm (htop): Update to 3.0.0. [source]: Switch to new upstream. Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf and automake. [home-page]: Switch to new upstream.