2012-05-02 11:25:23 +02:00
|
|
|
{ cabal }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "cpu";
|
2012-06-15 10:06:11 +02:00
|
|
|
version = "0.1.1";
|
|
|
|
sha256 = "0ygkxx8ksa0rh63569d3g0w8pzgwg6062sd4yyi3q646zcmryhj6";
|
2012-05-02 11:25:23 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/vincenthz/hs-cpu";
|
|
|
|
description = "Cpu information and properties helpers";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
|
|
};
|
|
|
|
})
|