2022-03-16 13:40: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-15 13:28:37 +00:00
|
|
|
hermes-json,
|
2022-03-16 13:40:56 +00:00
|
|
|
HUnit,
|
|
|
|
lib,
|
|
|
|
lock-file,
|
|
|
|
MemoTrie,
|
|
|
|
mtl,
|
|
|
|
nix-derivation,
|
|
|
|
optics,
|
|
|
|
random,
|
|
|
|
relude,
|
|
|
|
safe,
|
|
|
|
stm,
|
2023-05-14 21:11:42 +00:00
|
|
|
streamly-core,
|
2022-11-21 05:00:21 +00:00
|
|
|
strict,
|
|
|
|
strict-types,
|
2022-03-16 13:40:56 +00:00
|
|
|
terminal-size,
|
|
|
|
text,
|
|
|
|
time,
|
2022-10-15 13:28:37 +00:00
|
|
|
typed-process,
|
2022-03-16 13:40:56 +00:00
|
|
|
wcwidth,
|
|
|
|
word8,
|
|
|
|
}:
|
|
|
|
mkDerivation {
|
|
|
|
pname = "nix-output-monitor";
|
2023-05-14 21:11:42 +00:00
|
|
|
version = "2.0.0.6";
|
2022-03-16 13:40:56 +00:00
|
|
|
src = fetchzip {
|
2023-05-14 21:11:42 +00:00
|
|
|
url = "https://github.com/maralorn/nix-output-monitor/archive/refs/tags/v2.0.0.6.tar.gz";
|
|
|
|
sha256 = "1adxg2bws7fqbmzfna5hr28fh8j10gvf57j6b0xbkhh4hgj4h9xd";
|
2022-03-16 13:40:56 +00:00
|
|
|
};
|
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
libraryHaskellDepends = [
|
|
|
|
ansi-terminal
|
|
|
|
async
|
|
|
|
attoparsec
|
|
|
|
base
|
|
|
|
bytestring
|
|
|
|
cassava
|
|
|
|
containers
|
|
|
|
data-default
|
|
|
|
directory
|
|
|
|
extra
|
|
|
|
filepath
|
2022-10-15 13:28:37 +00:00
|
|
|
hermes-json
|
2022-03-16 13:40:56 +00:00
|
|
|
lock-file
|
|
|
|
MemoTrie
|
|
|
|
mtl
|
|
|
|
nix-derivation
|
|
|
|
optics
|
|
|
|
relude
|
|
|
|
safe
|
|
|
|
stm
|
2023-05-14 21:11:42 +00:00
|
|
|
streamly-core
|
2022-11-21 05:00:21 +00:00
|
|
|
strict
|
|
|
|
strict-types
|
2022-03-16 13:40: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-15 13:28:37 +00:00
|
|
|
hermes-json
|
2022-03-16 13:40:56 +00:00
|
|
|
lock-file
|
|
|
|
MemoTrie
|
|
|
|
mtl
|
|
|
|
nix-derivation
|
|
|
|
optics
|
|
|
|
relude
|
|
|
|
safe
|
|
|
|
stm
|
2023-05-14 21:11:42 +00:00
|
|
|
streamly-core
|
2022-11-21 05:00:21 +00:00
|
|
|
strict
|
|
|
|
strict-types
|
2022-03-16 13:40:56 +00:00
|
|
|
terminal-size
|
|
|
|
text
|
|
|
|
time
|
2022-10-15 13:28:37 +00:00
|
|
|
typed-process
|
2022-03-16 13:40:56 +00:00
|
|
|
wcwidth
|
|
|
|
word8
|
|
|
|
];
|
|
|
|
testHaskellDepends = [
|
|
|
|
ansi-terminal
|
|
|
|
async
|
|
|
|
attoparsec
|
|
|
|
base
|
|
|
|
bytestring
|
|
|
|
cassava
|
|
|
|
containers
|
|
|
|
data-default
|
|
|
|
directory
|
|
|
|
extra
|
|
|
|
filepath
|
2022-10-15 13:28:37 +00:00
|
|
|
hermes-json
|
2022-03-16 13:40:56 +00:00
|
|
|
HUnit
|
|
|
|
lock-file
|
|
|
|
MemoTrie
|
|
|
|
mtl
|
|
|
|
nix-derivation
|
|
|
|
optics
|
|
|
|
random
|
|
|
|
relude
|
|
|
|
safe
|
|
|
|
stm
|
2023-05-14 21:11:42 +00:00
|
|
|
streamly-core
|
2022-11-21 05:00:21 +00:00
|
|
|
strict
|
|
|
|
strict-types
|
2022-03-16 13:40:56 +00:00
|
|
|
terminal-size
|
|
|
|
text
|
|
|
|
time
|
2022-11-27 23:33:18 +00:00
|
|
|
typed-process
|
2022-03-16 13:40: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-14 21:11:42 +00:00
|
|
|
mainProgram = "nom";
|
|
|
|
maintainers = [lib.maintainers.maralorn];
|
2022-03-16 13:40:56 +00:00
|
|
|
}
|