about summary refs log tree commit diff
path: root/pkgs/tools/system/sizes/default.nix
blob: a20a40f701c24a053bc42ba88248afd3a2ab2cd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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;
  };
})