2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-02-17 22:04:13 +00:00
|
|
|
{ cabal, attoparsec, gtk, hflags, lens, pipes, stm }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "nc-indicators";
|
2014-07-28 11:17:36 +01:00
|
|
|
version = "0.3";
|
|
|
|
sha256 = "0w5nddirsib9vz96dpan9bgdg1mag9gaz7w7ix51l44ls9r8yn3m";
|
2014-02-17 22:04:13 +00:00
|
|
|
isLibrary = false;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [ attoparsec gtk hflags lens pipes stm ];
|
|
|
|
meta = {
|
2014-06-30 15:16:38 +01:00
|
|
|
homepage = "https://github.com/nilcons/nc-indicators";
|
2014-02-17 22:04:13 +00:00
|
|
|
description = "CPU load and memory usage indicators for i3bar";
|
|
|
|
license = self.stdenv.lib.licenses.asl20;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|