rawdog: remove
> rawdog requires Python 2.7 or later, and not Python 3. Have it your way!
This commit is contained in:
parent
73f02a1379
commit
5a08535f4b
3 changed files with 1 additions and 28 deletions
|
@ -1,26 +0,0 @@
|
|||
{ lib, fetchurl, python2Packages }:
|
||||
|
||||
python2Packages.buildPythonApplication rec {
|
||||
pname = "rawdog";
|
||||
version = "2.23";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://offog.org/files/${pname}-${version}.tar.gz";
|
||||
sha256 = "18nyg19mwxyqdnykplkqmzb4n27vvrhvp639zai8f81gg9vdbsjp";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python2Packages; [ feedparser ];
|
||||
|
||||
# Requested by @SuperSandro20001
|
||||
pythonImportsCheck = [ "feedparser" ];
|
||||
doCheck = false;
|
||||
|
||||
namePrefix = "";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://offog.org/code/rawdog/";
|
||||
description = "RSS Aggregator Without Delusions Of Grandeur";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
|
@ -793,6 +793,7 @@ mapAliases ({
|
|||
qtcurve = libsForQt5.qtcurve; # added 2020-11-07
|
||||
quaternion-git = throw "quaternion-git has been removed in favor of the stable version 'quaternion'"; # added 2020-04-09
|
||||
raspberrypi-tools = throw "raspberrypi-tools has been removed in favor of identical 'libraspberrypi'"; # added 2020-12-24
|
||||
rawdog = throw "rawdog has been removed from nixpkgs as it still requires python2."; # added 2022-01-01
|
||||
rdf4store = throw "rdf4store has been removed from nixpkgs."; # added 2019-12-21
|
||||
rdiff_backup = rdiff-backup; # added 2014-11-23
|
||||
rdmd = dtools; # added 2017-08-19
|
||||
|
|
|
@ -9137,8 +9137,6 @@ with pkgs;
|
|||
|
||||
ratools = callPackage ../tools/networking/ratools { };
|
||||
|
||||
rawdog = callPackage ../applications/networking/feedreaders/rawdog { };
|
||||
|
||||
rc = callPackage ../shells/rc { };
|
||||
|
||||
rcon = callPackage ../tools/networking/rcon { };
|
||||
|
|
Loading…
Reference in a new issue