Skip to content

Commit

Permalink
Merge pull request #91256 from prusnak/seeks
Browse files Browse the repository at this point in the history
seeks: remove, upstream unmaintained
  • Loading branch information
mmahut authored Sep 18, 2020
2 parents 8e1a41d + 2e0542e commit 52532b7
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 151 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/misc/ids.nix
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ in
consul = 145;
mailpile = 146;
redmine = 147;
seeks = 148;
#seeks = 148; # removed 2020-06-21
prosody = 149;
i2pd = 150;
systemd-network = 152;
Expand Down Expand Up @@ -497,7 +497,7 @@ in
#consul = 145; # unused
mailpile = 146;
redmine = 147;
seeks = 148;
#seeks = 148; # removed 2020-06-21
prosody = 149;
i2pd = 150;
systemd-network = 152;
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 @@ -725,7 +725,6 @@
./services/networking/rxe.nix
./services/networking/sabnzbd.nix
./services/networking/searx.nix
./services/networking/seeks.nix
./services/networking/skydns.nix
./services/networking/shadowsocks.nix
./services/networking/shairport-sync.nix
Expand Down
2 changes: 2 additions & 0 deletions nixos/modules/rename.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ with lib;
to handle FIDO security tokens, so this isn't necessary anymore.
'')

(mkRemovedOptionModule [ "services" "seeks" ] "")

# Do NOT add any option renames here, see top of the file
];
}
75 changes: 0 additions & 75 deletions nixos/modules/services/networking/seeks.nix

This file was deleted.

69 changes: 0 additions & 69 deletions pkgs/tools/networking/p2p/seeks/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ mapAliases ({
scim = sc-im; # added 2016-01-22
scollector = bosun; # added 2018-04-25
sdlmame = mame; # added 2019-10-30
seeks = throw "seeks has been removed from nixpkgs, as it was unmaintained"; # added 2020-06-21
seg3d = throw "seg3d has been removed from nixpkgs (2019-11-10)";
shared_mime_info = shared-mime-info; # added 2018-02-25
skrooge2 = skrooge; # added 2017-02-18
Expand Down
4 changes: 0 additions & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22994,10 +22994,6 @@ in

seafile-client = libsForQt514.callPackage ../applications/networking/seafile-client { };

seeks = callPackage ../tools/networking/p2p/seeks {
protobuf = protobuf3_1;
};

sent = callPackage ../applications/misc/sent { };

seq24 = callPackage ../applications/audio/seq24 { };
Expand Down

0 comments on commit 52532b7

Please sign in to comment.