apcupsd: replace util-linux with unixtools.col
apcupsd build process does not need the whole util-linux package, col is sufficient. Signed-off-by: Mika Tammi <mikatammi@gmail.com>
This commit is contained in:
committed by
Bjørn Forsman
parent
a673c4ce04
commit
8e22075730
@@ -4,7 +4,7 @@
|
||||
fetchurl,
|
||||
pkg-config,
|
||||
systemd,
|
||||
util-linux,
|
||||
unixtools,
|
||||
coreutils,
|
||||
wall,
|
||||
hostname,
|
||||
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
man
|
||||
util-linux
|
||||
unixtools.col
|
||||
];
|
||||
buildInputs = lib.optional enableCgiScripts gd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user