Skip to content

Commit

Permalink
Merge pull request #89772 from rnhmjoj/dnschain
Browse files Browse the repository at this point in the history
dnschain: remove
  • Loading branch information
rnhmjoj authored Jun 13, 2020
2 parents b46fba4 + 8fa6c0d commit 1d924f0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 201 deletions.
8 changes: 8 additions & 0 deletions nixos/doc/manual/release-notes/rl-2009.xml
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,14 @@ systemd.services.nginx.serviceConfig.ReadWritePaths = [ "/var/www" ];
initrd file has not been deleted.
</para>
</listitem>
<listitem>
<para>
The <link xlink:href="https://github.com/okTurtles/dnschain">DNSChain</link>
package and NixOS module have been removed from Nixpkgs as the software is
unmaintained and can't be built. For more information see issue
<link xlink:href="https://github.com/NixOS/nixpkgs/issues/89205">#89205</link>.
</para>
</listitem>
</itemizedlist>
</section>

Expand Down
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 @@ -602,7 +602,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 1d924f0

Please sign in to comment.