IMM RSS reader and dependencies
This commit is contained in:
13
pkgs/development/libraries/haskell/opml/default.nix
Normal file
13
pkgs/development/libraries/haskell/opml/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ cabal, xml }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "opml";
|
||||
version = "0.4";
|
||||
sha256 = "1bnr6lkcf2qs7pvrmd8a5xmklcg67l64b776hzclfvxqy1qil29x";
|
||||
buildDepends = [ xml ];
|
||||
meta = {
|
||||
description = "Representing and handling OPML subscription information";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user