Skip to content

Commit

Permalink
dnschain: remove package and NixOS module
Browse files Browse the repository at this point in the history
The software is unmaintained since ~2014 and the package
can't be built anymore (issue NixOS#89205).
  • Loading branch information
rnhmjoj committed Jun 13, 2020
1 parent c597a7f commit 2e5019b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 201 deletions.
2 changes: 0 additions & 2 deletions nixos/modules/misc/ids.nix
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ in
shout = 206;
gateone = 207;
namecoin = 208;
dnschain = 209;
#lxd = 210; # unused
kibana = 211;
xtreemfs = 212;
Expand Down Expand Up @@ -549,7 +548,6 @@ in
#shout = 206; #unused
gateone = 207;
namecoin = 208;
#dnschain = 209; #unused
lxd = 210; # unused
#kibana = 211;
xtreemfs = 212;
Expand Down
1 change: 0 additions & 1 deletion nixos/modules/module-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,6 @@
./services/networking/dhcpcd.nix
./services/networking/dhcpd.nix
./services/networking/dnscache.nix
./services/networking/dnschain.nix
./services/networking/dnscrypt-proxy2.nix
./services/networking/dnscrypt-wrapper.nix
./services/networking/dnsdist.nix
Expand Down
184 changes: 0 additions & 184 deletions nixos/modules/services/networking/dnschain.nix

This file was deleted.

5 changes: 0 additions & 5 deletions nixos/modules/services/networking/namecoind.nix
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,6 @@ in

config = mkIf cfg.enable {

services.dnschain.extraConfig = ''
[namecoin]
config = ${configFile}
'';

users.users.namecoin = {
uid = config.ids.uids.namecoin;
description = "Namecoin daemon user";
Expand Down
8 changes: 0 additions & 8 deletions pkgs/development/node-packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ let
meta.broken = since "12";
};

dnschain = super.dnschain.override {
buildInputs = [ pkgs.makeWrapper super.coffee-script ];
postInstall = ''
wrapProgram $out/bin/dnschain --suffix PATH : ${pkgs.openssl.bin}/bin
'';
meta.broken = since "14";
};

bitwarden-cli = pkgs.lib.overrideDerivation super."@bitwarden/cli" (drv: {
name = "bitwarden-cli-${drv.version}";
});
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/node-packages/node-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
, "csslint"
, "dat"
, "dhcp"
, "dnschain"
, "dockerfile-language-server-nodejs"
, "elasticdump"
, "elm-oracle"
Expand Down

0 comments on commit 2e5019b

Please sign in to comment.