forked from mirrors/nixpkgs
deisctl: remove
Upstream repo is archived and the PaaS service is closed
This commit is contained in:
parent
0764d56ef3
commit
48b409d8e2
|
@ -1,30 +0,0 @@
|
|||
{ lib, buildGoPackage, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "deis";
|
||||
version = "1.13.3";
|
||||
rev = "v${version}";
|
||||
|
||||
goPackagePath = "github.com/deis/deis";
|
||||
subPackages = [ "deisctl" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
owner = "deis";
|
||||
repo = "deis";
|
||||
sha256 = "15q44jyjms8fdmly0z4sn4ymf1dx6cmdavgixjixdj2wbjw0yi2p";
|
||||
};
|
||||
|
||||
preBuild = ''
|
||||
export GOPATH=$GOPATH:$NIX_BUILD_TOP/go/src/${goPackagePath}/Godeps/_workspace
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://deis.io";
|
||||
description = "A command-line utility used to provision and operate a Deis cluster";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [
|
||||
];
|
||||
};
|
||||
}
|
|
@ -206,6 +206,7 @@ mapAliases ({
|
|||
deepin = throw "deepin was a work in progress and it has been canceled and removed https://github.com/NixOS/nixpkgs/issues/94870"; # added 2020-08-31
|
||||
deepspeech = throw "deepspeech was removed in favor of stt. https://github.com/NixOS/nixpkgs/issues/119496"; # added 2021-05-05
|
||||
deis = throw "deis was removed ; the service does not exist anymore"; # added 2022-02-06
|
||||
deisctl = throw "deisctl was removed ; the service does not exist anymore"; # added 2022-02-06
|
||||
deltachat-electron = deltachat-desktop; # added 2021-07-18
|
||||
deluge-1_x = throw ''
|
||||
Deluge 1.x (deluge-1_x) is no longer supported.
|
||||
|
|
|
@ -2816,8 +2816,6 @@ with pkgs;
|
|||
|
||||
dehydrated = callPackage ../tools/admin/dehydrated { };
|
||||
|
||||
deisctl = callPackage ../development/tools/deisctl {};
|
||||
|
||||
deja-dup = callPackage ../applications/backup/deja-dup { };
|
||||
|
||||
dejsonlz4 = callPackage ../tools/compression/dejsonlz4 { };
|
||||
|
|
Loading…
Reference in a new issue