From 0af1b763ba8187c68866d1368168ac1a839fc801 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 13 Aug 2016 13:27:50 +0200 Subject: [PATCH 1/3] stro: enable public_html --- mv/1systems/stro.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/mv/1systems/stro.nix b/mv/1systems/stro.nix index c948754df..08e6ce2ce 100644 --- a/mv/1systems/stro.nix +++ b/mv/1systems/stro.nix @@ -32,6 +32,7 @@ with config.krebs.lib; + From 509a9f4ff47bd40856754b9440f07f9e7fa0f452 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 13 Aug 2016 13:50:01 +0200 Subject: [PATCH 2/3] tv Xresources: use ff from per-user bindir --- tv/2configs/xserver/Xresources.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tv/2configs/xserver/Xresources.nix b/tv/2configs/xserver/Xresources.nix index 923572721..f9af89c7e 100644 --- a/tv/2configs/xserver/Xresources.nix +++ b/tv/2configs/xserver/Xresources.nix @@ -2,7 +2,7 @@ with config.krebs.lib; -pkgs.writeText "Xresources" '' +pkgs.writeText "Xresources" /* xdefaults */ '' !URxvt*background: #050505 ! 2013-02-25 \e was reas escape before @@ -203,7 +203,7 @@ pkgs.writeText "Xresources" '' ! ref https://github.com/muennich/urxvt-perls URxvt*perl-ext: default,url-select URxvt*keysym.M-u: perl:url-select:select_next - URxvt*url-select.launcher: ${pkgs.ff}/bin/ff -new-tab + URxvt*url-select.launcher: /etc/per-user/${config.krebs.build.user.name}/bin/ff -new-tab URxvt*url-select.underline: true URxvt*colorUL: #4682B4 URxvt.perl-lib: ${pkgs.urxvt_perls}/lib/urxvt/perl From 66f5efe0f5819a3c6dacd33b547921e8379fcb3d Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 21 Aug 2016 13:04:30 +0200 Subject: [PATCH 3/3] vncdotool: RIP (upstream dilapidated) --- krebs/5pkgs/vncdotool/default.nix | 20 -------------------- lass/2configs/buildbot-standalone.nix | 1 - tv/2configs/urlwatch.nix | 6 ------ tv/2configs/xu-qemu0.nix | 1 - 4 files changed, 28 deletions(-) delete mode 100644 krebs/5pkgs/vncdotool/default.nix diff --git a/krebs/5pkgs/vncdotool/default.nix b/krebs/5pkgs/vncdotool/default.nix deleted file mode 100644 index 95e2ca706..000000000 --- a/krebs/5pkgs/vncdotool/default.nix +++ /dev/null @@ -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; - }; -} diff --git a/lass/2configs/buildbot-standalone.nix b/lass/2configs/buildbot-standalone.nix index 12a5a7365..2fc3d3732 100644 --- a/lass/2configs/buildbot-standalone.nix +++ b/lass/2configs/buildbot-standalone.nix @@ -195,7 +195,6 @@ in { "tinc_graphs", "translate-shell", "urlwatch", - "vncdotool", "with-tmpdir", "youtube-tools", ]: diff --git a/tv/2configs/urlwatch.nix b/tv/2configs/urlwatch.nix index 51b53230b..c81723b20 100644 --- a/tv/2configs/urlwatch.nix +++ b/tv/2configs/urlwatch.nix @@ -51,12 +51,6 @@ with config.krebs.lib; # # 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 diff --git a/tv/2configs/xu-qemu0.nix b/tv/2configs/xu-qemu0.nix index 5be4899c8..0e4a91c90 100644 --- a/tv/2configs/xu-qemu0.nix +++ b/tv/2configs/xu-qemu0.nix @@ -63,7 +63,6 @@ with config.krebs.lib; ''; krebs.per-user.tv.packages = [ - pkgs.vncdotool ]; users.users.xu-qemu0 = {