bunny: remove

This commit is contained in:
Ben Siraphob 2022-01-07 13:48:14 +07:00
parent 45e81e03ac
commit ea793d9ecc
No known key found for this signature in database
GPG key ID: 45F0E5D788143267
3 changed files with 1 additions and 27 deletions

View file

@ -1,25 +0,0 @@
{ lib, stdenv, fetchFromGitLab }:
stdenv.mkDerivation rec {
pname = "bunny";
version = "1.3";
src = fetchFromGitLab {
owner = "tim241";
repo = "bunny";
rev = version;
sha256 = "0nh2h5kj9b0nkb6yrzf4if7anfdmy9vijzy4bl3s7qck0nzbpy8s";
};
dontBuild = true;
makeFlags = [ "prefix=$(out)" ];
meta = with lib; {
description = "A simple shell script wrapper around multiple package managers";
homepage = "https://gitlab.com/tim241/bunny";
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ buffet ];
};
}

View file

@ -108,6 +108,7 @@ mapAliases ({
buildGo112Module = throw "buildGo112Module has been removed"; # added 2020-04-26
buildkite-agent3 = buildkite-agent; # added 2018-09-26
bundler_HEAD = bundler; # added 2015-11-15
bunny = throw "bunny has been removed: deleted by upstream"; # added 2022-01-07
bypass403 = throw "bypass403 has been removed: deleted by upstream"; # added 2022-01-07
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

View file

@ -1572,8 +1572,6 @@ with pkgs;
buildbot-full = with python3Packages; toPythonApplication buildbot-full;
buildbot-worker = with python3Packages; toPythonApplication buildbot-worker;
bunny = callPackage ../tools/package-management/bunny { };
bunyan-rs = callPackage ../development/tools/bunyan-rs { };
callaudiod = callPackage ../applications/audio/callaudiod { };