style changes + license + platform for rawdog
This commit is contained in:
parent
7613a7e03f
commit
10ddeea0c6
@ -1,16 +1,19 @@
|
||||
{ stdenv, fetchurl, pythonPackages }:
|
||||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
name = "rawdog";
|
||||
name = "rawdog-2.20";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://offog.org/files/rawdog-2.20.tar.gz";
|
||||
url = "http://offog.org/files/${name}.tar.gz";
|
||||
sha256 = "0a63b26cc111b0deca441f498177b49be0330760c5c0e24584cdb9ba1e7fd5a6";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [ feedparser ];
|
||||
propagatedBuildInputs = with pythonPackages; [ feedparser ];
|
||||
|
||||
meta = {
|
||||
homepage = "http://offog.org/code/rawdog/";
|
||||
description = "rawdog is an RSS Aggregator Without Delusions Of Grandeur.";
|
||||
description = "an RSS Aggregator Without Delusions Of Grandeur.";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platform = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user