Add statvfs haskell library
This commit is contained in:
parent
70fee5da11
commit
b2c97f6ca5
12
pkgs/development/libraries/haskell/statvfs/default.nix
Normal file
12
pkgs/development/libraries/haskell/statvfs/default.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "statvfs";
|
||||
version = "0.1";
|
||||
sha256 = "1v45lx7wr27f5sx7cpfsapx1r6akgf1q3hpip1ibbsbhj65ws2r2";
|
||||
meta = {
|
||||
description = "Get unix filesystem statistics with statfs, statvfs";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1857,6 +1857,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
||||
|
||||
statistics = callPackage ../development/libraries/haskell/statistics {};
|
||||
|
||||
statvfs = callPackage ../development/libraries/haskell/statvfs {};
|
||||
|
||||
StrafunskiStrategyLib = callPackage ../development/libraries/haskell/Strafunski-StrategyLib {};
|
||||
|
||||
streamproc = callPackage ../development/libraries/haskell/streamproc {};
|
||||
|
Loading…
Reference in New Issue
Block a user