vncdotool: RIP (upstream dilapidated)
This commit is contained in:
parent
315dde2dcf
commit
66f5efe0f5
@ -1,20 +0,0 @@
|
||||
{ lib, pythonPackages, fetchurl, ... }:
|
||||
with pythonPackages; buildPythonPackage rec {
|
||||
name = lib.removeSuffix ".tar.gz" (builtins.baseNameOf src.name);
|
||||
|
||||
src = fetchurl {
|
||||
url = https://pypi.python.org/packages/source/v/vncdotool/vncdotool-0.9.0.tar.gz;
|
||||
sha256 = "1hl44w4x9c8air0g6kp9h1af2vj4lmc50vnsxmca9g080740iyvi";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
twisted
|
||||
pillow
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/sibson/vncdotool;
|
||||
description = "A command line VNC client and python library";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
@ -195,7 +195,6 @@ in {
|
||||
"tinc_graphs",
|
||||
"translate-shell",
|
||||
"urlwatch",
|
||||
"vncdotool",
|
||||
"with-tmpdir",
|
||||
"youtube-tools",
|
||||
]:
|
||||
|
@ -51,12 +51,6 @@ with config.krebs.lib;
|
||||
# <stockholm/tv/2configs/xserver/xserver.conf.nix>
|
||||
# is derived from `configFile` in:
|
||||
https://raw.githubusercontent.com/NixOS/nixpkgs/master/nixos/modules/services/x11/xserver.nix
|
||||
|
||||
{
|
||||
url = https://pypi.python.org/pypi/vncdotool/json;
|
||||
filter = "system:${pkgs.jq}/bin/jq -r '.releases|keys[]'";
|
||||
}
|
||||
https://api.github.com/repos/kanaka/noVNC/tags
|
||||
];
|
||||
hooksFile = toFile "hooks.py" ''
|
||||
import subprocess
|
||||
|
@ -63,7 +63,6 @@ with config.krebs.lib;
|
||||
'';
|
||||
|
||||
krebs.per-user.tv.packages = [
|
||||
pkgs.vncdotool
|
||||
];
|
||||
|
||||
users.users.xu-qemu0 = {
|
||||
|
Loading…
Reference in New Issue
Block a user