go-mk: remove

This commit is contained in:
Aaron Jheng 2022-06-02 14:18:42 +00:00
parent 7eee463da8
commit fe1c890c2d
No known key found for this signature in database
GPG key ID: F6A547A869D050A3
3 changed files with 1 additions and 34 deletions

View file

@ -1,32 +0,0 @@
{ lib
, buildGoPackage
, fetchFromGitHub
}:
buildGoPackage rec {
pname = "go-mk";
version = "0.pre+date=2015-03-24";
src = fetchFromGitHub {
owner = "dcjones";
repo = "mk";
rev = "73d1b31466c16d0a13a220e5fad7cd8ef6d984d1";
hash = "sha256-fk2Qd3LDMx+RapKi1M9yCuxpS0IB6xlbEWW+H6t94AI=";
};
goPackagePath = "github.com/dcjones/mk";
meta = with lib; {
inherit (src.meta) homepage;
description = "A reboot of Plan9's mk, written in Go";
longDescription = ''
Mk is a reboot of the Plan 9 mk command, which itself is a successor to
make. This tool is for anyone who loves make, but hates all its stupid
bullshit.
'';
license = licenses.bsd2;
maintainers = with maintainers; [ AndersonTorres ];
mainProgram = "mk";
platforms = platforms.unix;
};
}

View file

@ -518,6 +518,7 @@ mapAliases ({
google-gflags = gflags; # Added 2019-07-25
google-musicmanager = throw "google-musicmanager has been removed because Google Play Music was discontinued"; # Added 2021-03-07
google-music-scripts = throw "google-music-scripts has been removed because Google Play Music was discontinued"; # Added 2021-03-07
go-mk = throw "go-mk has been dropped due to the lack of maintanence from upstream since 2015"; # Added 2022-06-02
go-pup = throw "'go-pup' has been renamed to/replaced by 'pup'"; # Converted to throw 2022-02-22
go-repo-root = throw "go-repo-root has been dropped due to the lack of maintanence from upstream since 2014"; # Added 2022-06-02
gpgstats = throw "gpgstats has been removed: upstream is gone"; # Added 2022-02-06

View file

@ -2763,8 +2763,6 @@ with pkgs;
bmake = callPackage ../development/tools/build-managers/bmake { };
go-mk = callPackage ../development/tools/build-managers/go-mk { };
boca = callPackage ../development/libraries/boca { };
bubblewrap = callPackage ../tools/admin/bubblewrap { };