calc: replace util-linux with unixtools.col
This commit is contained in:
parent
6fe245d92c
commit
169cb59498
1 changed files with 3 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, ncurses
|
, ncurses
|
||||||
, readline
|
, readline
|
||||||
, util-linux
|
, unixtools
|
||||||
, enableReadline ? true
|
, enableReadline ? true
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -28,12 +28,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
makeWrapper
|
makeWrapper
|
||||||
|
unixtools.col
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = lib.optionals enableReadline [
|
||||||
util-linux
|
|
||||||
]
|
|
||||||
++ lib.optionals enableReadline [
|
|
||||||
ncurses
|
ncurses
|
||||||
readline
|
readline
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue