2022-03-30 09:31:56 +00:00
|
|
|
# This file has been autogenerate with cabal2nix.
|
|
|
|
# Update via ./update.sh"
|
|
|
|
{
|
|
|
|
mkDerivation,
|
|
|
|
ansi-terminal,
|
|
|
|
async,
|
|
|
|
attoparsec,
|
|
|
|
base,
|
|
|
|
bytestring,
|
|
|
|
cassava,
|
|
|
|
containers,
|
|
|
|
data-default,
|
|
|
|
directory,
|
|
|
|
extra,
|
|
|
|
fetchzip,
|
|
|
|
filepath,
|
2022-10-21 18:38:19 +00:00
|
|
|
hermes-json,
|
2022-03-30 09:31:56 +00:00
|
|
|
HUnit,
|
|
|
|
lib,
|
|
|
|
lock-file,
|
|
|
|
MemoTrie,
|
|
|
|
mtl,
|
|
|
|
nix-derivation,
|
|
|
|
optics,
|
|
|
|
random,
|
|
|
|
relude,
|
|
|
|
safe,
|
|
|
|
stm,
|
2023-05-24 13:37:59 +00:00
|
|
|
streamly-core,
|
2022-11-21 17:40:18 +00:00
|
|
|
strict,
|
|
|
|
strict-types,
|
2022-03-30 09:31:56 +00:00
|
|
|
terminal-size,
|
|
|
|
text,
|
|
|
|
time,
|
2022-10-21 18:38:19 +00:00
|
|
|
typed-process,
|
2022-03-30 09:31:56 +00:00
|
|
|
wcwidth,
|
|
|
|
word8,
|
|
|
|
}:
|
|
|
|
mkDerivation {
|
|
|
|
pname = "nix-output-monitor";
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "2.0.0.7";
|
2022-03-30 09:31:56 +00:00
|
|
|
src = fetchzip {
|
2023-10-09 19:29:22 +00:00
|
|
|
url = "https://github.com/maralorn/nix-output-monitor/archive/refs/tags/v2.0.0.7.tar.gz";
|
|
|
|
sha256 = "1b2c9kfz80rv2r1s7h6iikyq3bn32h1fv2yq65wkhg3in7qg49jp";
|
2022-03-30 09:31:56 +00:00
|
|
|
};
|
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
libraryHaskellDepends = [
|
|
|
|
ansi-terminal
|
|
|
|
async
|
|
|
|
attoparsec
|
|
|
|
base
|
|
|
|
bytestring
|
|
|
|
cassava
|
|
|
|
containers
|
|
|
|
data-default
|
|
|
|
directory
|
|
|
|
extra
|
|
|
|
filepath
|
2022-10-21 18:38:19 +00:00
|
|
|
hermes-json
|
2022-03-30 09:31:56 +00:00
|
|
|
lock-file
|
|
|
|
MemoTrie
|
|
|
|
mtl
|
|
|
|
nix-derivation
|
|
|
|
optics
|
|
|
|
relude
|
|
|
|
safe
|
|
|
|
stm
|
2023-05-24 13:37:59 +00:00
|
|
|
streamly-core
|
2022-11-21 17:40:18 +00:00
|
|
|
strict
|
|
|
|
strict-types
|
2022-03-30 09:31:56 +00:00
|
|
|
terminal-size
|
|
|
|
text
|
|
|
|
time
|
|
|
|
wcwidth
|
|
|
|
word8
|
|
|
|
];
|
|
|
|
executableHaskellDepends = [
|
|
|
|
ansi-terminal
|
|
|
|
async
|
|
|
|
attoparsec
|
|
|
|
base
|
|
|
|
bytestring
|
|
|
|
cassava
|
|
|
|
containers
|
|
|
|
data-default
|
|
|
|
directory
|
|
|
|
extra
|
|
|
|
filepath
|
2022-10-21 18:38:19 +00:00
|
|
|
hermes-json
|
2022-03-30 09:31:56 +00:00
|
|
|
lock-file
|
|
|
|
MemoTrie
|
|
|
|
mtl
|
|
|
|
nix-derivation
|
|
|
|
optics
|
|
|
|
relude
|
|
|
|
safe
|
|
|
|
stm
|
2023-05-24 13:37:59 +00:00
|
|
|
streamly-core
|
2022-11-21 17:40:18 +00:00
|
|
|
strict
|
|
|
|
strict-types
|
2022-03-30 09:31:56 +00:00
|
|
|
terminal-size
|
|
|
|
text
|
|
|
|
time
|
2022-10-21 18:38:19 +00:00
|
|
|
typed-process
|
2022-03-30 09:31:56 +00:00
|
|
|
wcwidth
|
|
|
|
word8
|
|
|
|
];
|
|
|
|
testHaskellDepends = [
|
|
|
|
ansi-terminal
|
|
|
|
async
|
|
|
|
attoparsec
|
|
|
|
base
|
|
|
|
bytestring
|
|
|
|
cassava
|
|
|
|
containers
|
|
|
|
data-default
|
|
|
|
directory
|
|
|
|
extra
|
|
|
|
filepath
|
2022-10-21 18:38:19 +00:00
|
|
|
hermes-json
|
2022-03-30 09:31:56 +00:00
|
|
|
HUnit
|
|
|
|
lock-file
|
|
|
|
MemoTrie
|
|
|
|
mtl
|
|
|
|
nix-derivation
|
|
|
|
optics
|
|
|
|
random
|
|
|
|
relude
|
|
|
|
safe
|
|
|
|
stm
|
2023-05-24 13:37:59 +00:00
|
|
|
streamly-core
|
2022-11-21 17:40:18 +00:00
|
|
|
strict
|
|
|
|
strict-types
|
2022-03-30 09:31:56 +00:00
|
|
|
terminal-size
|
|
|
|
text
|
|
|
|
time
|
2022-12-02 08:20:57 +00:00
|
|
|
typed-process
|
2022-03-30 09:31:56 +00:00
|
|
|
wcwidth
|
|
|
|
word8
|
|
|
|
];
|
|
|
|
homepage = "https://github.com/maralorn/nix-output-monitor";
|
|
|
|
description = "Parses output of nix-build to show additional information";
|
|
|
|
license = lib.licenses.agpl3Plus;
|
2023-05-24 13:37:59 +00:00
|
|
|
mainProgram = "nom";
|
|
|
|
maintainers = [lib.maintainers.maralorn];
|
2022-03-30 09:31:56 +00:00
|
|
|
}
|