1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/statvfs/default.nix

15 lines
400 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2013-09-10 15:06:56 +01:00
{ cabal }:
cabal.mkDerivation (self: {
pname = "statvfs";
2014-08-24 10:57:46 +01:00
version = "0.2";
sha256 = "16z9fddgvf5sl7zy7p74fng9lkdw5m9i5np3q4s2h8jdi43mwmg1";
2013-09-10 15:06:56 +01:00
meta = {
description = "Get unix filesystem statistics with statfs, statvfs";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})