about summary refs log tree commit diff
path: root/pkgs/servers/apcupsd
AgeCommit message (Collapse)AuthorFilesLines
2023-01-04apcupsd: add nixosTests.apcupsd to passthru.testsBjørn Forsman1-0/+3
2021-07-26servers: replace name with pname&versionFelix Buehler1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-15pkgs/servers: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-24utillinux: rename to util-linuxGraham Christensen1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2018-03-27treewide: replace utillinux refs of {u,}mountMatthew Bauer1-1/+1
umount and mount are now provided top-level
2018-03-27Update default.nixMatthew Justin Bauer1-1/+0
2018-03-27unixtools: cleanupMatthew Bauer1-3/+4
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-08-15apcupsd: unbreak buildBjørn Forsman1-0/+5
Fix build since commit 093cc00cdd9d8cf31ecce5bc1dd3645c460a1b98 ("cc-wrapper: Always export environment variables for binutils"). The apcupsd build system uses "$(STRIP)" as flags for the "install" program. Now that $STRIP is the path to the strip binary, we cannot pass that to "install". Fixes this: ... COPY multimon.cgi => /nix/store/...-apcupsd-3.14.14/libexec/cgi-bin /nix/store/...-coreutils-8.27/bin/install: cannot stat 'strip': No such file or directory
2016-10-17apcupsd: 3.14.13 -> 3.14.14derchris1-2/+2
2015-06-08Updated apcupsd to version 3.14.13Lengyel Balázs1-2/+2
2014-04-13apcupsd: add missing assertBjørn Forsman1-0/+2
2014-04-13apcupsd: bump 3.14.11 -> 3.14.12 (latest stable)Bjørn Forsman1-2/+2
Release notes: http://sourceforge.net/p/apcupsd/svn/HEAD/tree/tags/Release-3_14_12/ReleaseNotes
2014-02-13apcupsd: update 3.14.10 -> .11 (stable)Bjørn Forsman1-2/+2
2013-10-05Some description fixesBjørn Forsman1-1/+1
There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
2013-07-21apcupsd: use /run/nologin (instead of /etc/nologin) to prevent loginsBjørn Forsman1-1/+1
This is what systemd uses, see "man systemd-user-sessions.service".
2013-07-20apcupsd: fix hostname command patchingBjørn Forsman1-1/+1
The source has HOSTNAME=`hostname` (capture output of hostname command) but currently it is replaced with HOSTNAME="/path/to/hostname" (which is just a plain string). Fix it by substituting with HOSTNAME=`/path/to/hostname`.
2013-07-17apcupsd: fix download urlBjørn Forsman1-1/+1
2013-07-17apcupsd: new packageBjørn Forsman1-0/+54
apcupsd is a daemon for controlling APC UPSes.