llama: remove

This commit is contained in:
surfaceflinger 2023-08-23 15:25:09 +02:00 committed by Anderson Torres
parent 2c0c1d18c4
commit ed2096f765
3 changed files with 1 additions and 24 deletions

View File

@ -1,22 +0,0 @@
{ buildGoModule, fetchFromGitHub, lib }:
buildGoModule rec {
pname = "llama";
version = "1.4.0";
src = fetchFromGitHub {
owner = "antonmedv";
repo = "llama";
rev = "v${version}";
sha256 = "sha256-mJUxi2gqTMcodznCUDb2iB6j/p7bMUhhBLtZMbvfE1c=";
};
vendorHash = "sha256-nngto104p/qJpWM1NlmEqcrJThXSeCfcoXCzV1CClYQ=";
meta = with lib; {
description = "Terminal file manager";
homepage = "https://github.com/antonmedv/llama";
license = licenses.mit;
maintainers = with maintainers; [ portothree ];
};
}

View File

@ -951,6 +951,7 @@ mapAliases ({
lilyterm-git = throw "lilyterm-git has been removed from nixpkgs, because it was relying on a vte version that depended on python2"; # Added 2022-01-14
links = throw "'links' has been renamed to/replaced by 'links2'"; # Converted to throw 2022-02-22
linuxband = throw "linuxband has been removed from nixpkgs, as it's abandoned upstream"; # Added 2021-12-09
llama = walk; # Added 2023-01-23
# Linux kernels
linux-rt_5_10 = linuxKernel.kernels.linux_rt_5_10;

View File

@ -2861,8 +2861,6 @@ with pkgs;
ctpv = callPackage ../applications/file-managers/lf/ctpv.nix { };
llama = callPackage ../applications/file-managers/llama { };
mc = callPackage ../applications/file-managers/mc {
inherit (darwin) autoSignDarwinBinariesHook;
};