envdir: remove

envdir is lack of maintenance from upstream since 2018.
This commit is contained in:
Aaron Jheng 2022-06-03 02:18:23 +00:00
parent 58b95595e1
commit ad62acc739
No known key found for this signature in database
GPG key ID: F6A547A869D050A3
3 changed files with 1 additions and 29 deletions

View file

@ -1,27 +0,0 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
version = "1.0.0";
pname = "envdir";
goPackagePath = "github.com/d10n/envdir";
src = fetchFromGitHub {
rev = "v${version}";
owner = "d10n";
repo = "envdir";
sha256 = "1wdlblj127skgynf9amk7waabc3abbyxys9dvyc6c72zpcpdy5nc";
};
# TODO: is there a way to get the commit ref so we can set main.buildCommit?
ldflags = [
"-X main.buildDate=1970-01-01T00:00:00+0000" "-X main.buildVersion=${version}"
];
meta = {
description = "A go rewrite of envdir";
homepage = "https://github.com/d10n/envdir";
maintainers = with lib.maintainers; [ edude03 ];
};
}

View file

@ -382,6 +382,7 @@ mapAliases ({
enblendenfuse = throw "'enblendenfuse' has been renamed to/replaced by 'enblend-enfuse'"; # Converted to throw 2022-02-22
encryptr = throw "encryptr was removed because it reached end of life"; # Added 2022-02-06
envdir = throw "envdir has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-03
envelope = throw "envelope has been removed from nixpkgs, as it was unmaintained"; # Added 2021-08-05
epoxy = libepoxy; # Added 2021-11-11
epsxe = throw "epsxe has been removed from nixpkgs, as it was unmaintained."; # added 2021-12-15

View file

@ -24282,8 +24282,6 @@ with pkgs;
envypn-font = callPackage ../data/fonts/envypn-font
{ inherit (buildPackages.xorg) fonttosfnt mkfontscale; };
envdir = callPackage ../tools/misc/envdir-go { };
execline-man-pages = skawarePackages.execline-man-pages;
ezra-sil = callPackage ../data/fonts/ezra-sil { };