| Age | Commit message (Collapse) | Author |
|
* 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/packages/admin.scm (acpica): Update to 20201113.
|
|
* gnu/packages/admin.scm (opendoas): Update to 6.8.
[arguments]: Adjust makefile name.
|
|
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.09-1.
|
|
* gnu/packages/admin.scm (acpica): Update to 20200925.
|
|
* 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/packages/admin.scm (thermald)[license]: It's GPL2-only.
|
|
* gnu/packages/admin.scm (pam-krb5)[source]: Add archive location.
|
|
* gnu/packages/admin.scm (solaar): Update to 1.0.4.
[arguments]: Remove custom 'fix-prefix-detection phase.
|
|
* gnu/packages/admin.scm (solaar)[source]: Update source URI.
|
|
* gnu/packages/admin.scm (dstat)[source]: Update to new source URI.
|
|
* gnu/packages/admin.scm (thermald): Update to 2.2.
[arguments]: Remove sysconfdir flag from configure-flags.
[native-inputs]: Add autoconf-archive.
|
|
* gnu/packages/admin.scm (thermald)[source]: Update to new source URI.
|
|
* gnu/packages/admin.scm (atop): New variable.
|
|
* gnu/packages/admin.scm (facter): Update to 4.0.44.
|
|
* gnu/packages/admin.scm (cloud-utils): Update to 0.32.
|
|
* gnu/packages/admin.scm (sudo)[native-inputs]: Undo "groff" dependency
removal for the Hurd.
|
|
Without the shadow input, configure doesn't find login and sets PATH_LOGIN to a
(wrong) default value, which means that rlogind and telnetd doesn't work.
* gnu/packages/admin.scm (inetutils): Let telnetd and rlogind find login.
[inputs]: Add shadow.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.08-1.
|
|
Conflicts:
gnu/packages/admin.scm
gnu/packages/commencement.scm
gnu/packages/gdb.scm
gnu/packages/llvm.scm
gnu/packages/package-management.scm
gnu/packages/tls.scm
|
|
* gnu/packages/admin.scm (dstat)[arguments]: Set the standard prefix
variable.
|
|
* gnu/packages/admin.scm (dmidecode): Update to 3.3.
[arguments]: Restructure. Add CC to #:make-flags.
|
|
* 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/packages/admin.scm (facter): Update to 4.0.43.
|
|
* gnu/packages/admin.scm (nmap): Update to 7.91.
|
|
* gnu/packages/admin.scm (sudo)[native-inputs]: Remove 'groff' when building
for the Hurd.
|
|
* gnu/packages/admin.scm (nmrpflash): New variable.
|
|
* gnu/packages/admin.scm (htop)[native-inputs]: Use python-minimal-wrapper
instead of python-wrapper.
|
|
* gnu/packages/admin.scm (sudo)[inputs], [outputs]: Remove python.
[arguments]: Remove --enable-python/--disable-python configure flags.
Remove 'separate-python-output phase.
|
|
* 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/packages/admin.scm (facter): Update to 4.0.42.
|
|
* gnu/packages/admin.scm (facter): Update to 4.0.41.
|
|
* gnu/packages/admin.scm (netcat-openbsd): Update to 1.217-2.
|
|
* gnu/packages/admin.scm (nmap): Update to 7.90.
|
|
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.07-1.
|
|
* gnu/packages/admin.scm (netcat-openbsd)[arguments]: Replace hard-coded
gcc with cc-for-target in make-flags.
|
|
* gnu/packages/admin.scm (sudo): Update to 1.9.3p1.
|
|
* gnu/packages/admin.scm (facter): Update to 4.0.38.
|
|
* gnu/packages/admin.scm (sudo): Update to 1.9.3.
|
|
* gnu/packages/admin.scm (htop): Update to 3.0.2.
[native-inputs]: Remove python-wrapper.
|
|
|
|
* gnu/packages/admin.scm (libcap-ng): Update to 0.8.
|
|
* gnu/packages/admin.scm (htop): Update to 3.0.1.
|
|
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.06-1.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
* gnu/packages/admin.scm (facter): Update to 4.0.35.
|
|
* gnu/packages/admin.scm (fdupes): Update to 2.1.2.
[source]: Use bootstrapped release tarball.
[arguments]: Delete field.
[inputs]: Add ncurses and pcre2.
|
|
* 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.
|
|
* gnu/packages/admin.scm (rottlog)[inputs]: Add "coreutils",
[arguments]: and use it in the 'tweak-rc-weekly phase.
|
|
Make sure not to retain a reference to the canonical coreutils package. The
Guix System closure size would otherwise be increased by including references
to both canonical and non-canonical version of those packages.
* gnu/packages/admin.scm (inetutils)[inputs]: Add "coreutils",
[arguments]: and point to it with PATHDEF_CP variable.
|
|
This reverts commit 61560d4bef05711db86320794437e1b261f4b5aa because it
triggers too many rebuilds.
|