mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
commit
909fa26161
3 changed files with 1 additions and 24 deletions
|
@ -1,22 +0,0 @@
|
||||||
{ lib, buildGoPackage, fetchFromGitHub }:
|
|
||||||
|
|
||||||
buildGoPackage rec {
|
|
||||||
pname = "c14-cli";
|
|
||||||
version = "0.3";
|
|
||||||
|
|
||||||
goPackagePath = "github.com/online-net/c14-cli";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "online-net";
|
|
||||||
repo = "c14-cli";
|
|
||||||
rev = version;
|
|
||||||
sha256 = "0b1piviy6vvdbak8y8bc24rk3c1fi67vv3352pmnzvrhsar2r5yf";
|
|
||||||
};
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
description = "C14 is designed for data archiving & long-term backups";
|
|
||||||
homepage = "https://www.online.net/en/storage/c14-cold-storage";
|
|
||||||
license = licenses.mit;
|
|
||||||
maintainers = with maintainers; [ apeyroux ];
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -141,6 +141,7 @@ mapAliases ({
|
||||||
|
|
||||||
### C ###
|
### C ###
|
||||||
|
|
||||||
|
c14 = throw "c14 is deprecated and archived by upstream"; # Added 2022-04-10
|
||||||
caddy1 = throw "caddy 1.x has been removed from nixpkgs, as it's unmaintained: https://github.com/caddyserver/caddy/blob/master/.github/SECURITY.md#supported-versions"; # Added 2020-10-02
|
caddy1 = throw "caddy 1.x has been removed from nixpkgs, as it's unmaintained: https://github.com/caddyserver/caddy/blob/master/.github/SECURITY.md#supported-versions"; # Added 2020-10-02
|
||||||
calibre-py2 = throw "calibre-py2 has been removed from nixpkgs, as calibre has upgraded to python 3. Please use calibre as replacement"; # Added 2021-01-13
|
calibre-py2 = throw "calibre-py2 has been removed from nixpkgs, as calibre has upgraded to python 3. Please use calibre as replacement"; # Added 2021-01-13
|
||||||
calibre-py3 = throw "calibre-py3 has been removed from nixpkgs, as calibre's default python version is now 3. Please use calibre as replacement"; # Added 2021-01-13
|
calibre-py3 = throw "calibre-py3 has been removed from nixpkgs, as calibre's default python version is now 3. Please use calibre as replacement"; # Added 2021-01-13
|
||||||
|
|
|
@ -4790,8 +4790,6 @@ with pkgs;
|
||||||
code-browser-gtk2 = callPackage ../applications/editors/code-browser { withGtk2 = true; };
|
code-browser-gtk2 = callPackage ../applications/editors/code-browser { withGtk2 = true; };
|
||||||
code-browser-gtk = callPackage ../applications/editors/code-browser { withGtk3 = true; };
|
code-browser-gtk = callPackage ../applications/editors/code-browser { withGtk3 = true; };
|
||||||
|
|
||||||
c14 = callPackage ../applications/networking/c14 { };
|
|
||||||
|
|
||||||
certstrap = callPackage ../tools/security/certstrap { };
|
certstrap = callPackage ../tools/security/certstrap { };
|
||||||
|
|
||||||
cfssl = callPackage ../tools/security/cfssl { };
|
cfssl = callPackage ../tools/security/cfssl { };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue