24 lines
715 B
Nix
24 lines
715 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, cmdargs, deepseq, dlist, lens, parallelIo, regexPosix
|
|
, systemFileio, systemFilepath, text
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "sizes";
|
|
version = "2.3.2";
|
|
sha256 = "0xns0xl3khks1jvsmxh0nqf1saxs7qscvkbcg4270pp7n6lziqdg";
|
|
isLibrary = false;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
cmdargs deepseq dlist lens parallelIo regexPosix systemFileio
|
|
systemFilepath text
|
|
];
|
|
meta = {
|
|
homepage = "https://github.com/jwiegley/sizes";
|
|
description = "Recursively show space (size and i-nodes) used in subdirectories";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|