forked from mirrors/nixpkgs
commit
6a065184a0
|
@ -1,28 +0,0 @@
|
|||
{ lib, python3, fetchFromGitHub }:
|
||||
|
||||
with python3.pkgs; buildPythonApplication rec {
|
||||
pname = "bukut";
|
||||
version = "0.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "peterjschroeder";
|
||||
repo = "bukut";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-Hp9/tSdRNAoll/fYNJuhYC7cgy5AK3PUtYUsS6zsz1Y=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
asciimatics
|
||||
beautifulsoup4
|
||||
natsort
|
||||
pyperclip
|
||||
pyxdg
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Text user interface for buku bookmark manager";
|
||||
homepage = "https://github.com/peterjschroeder/bukut";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ taha ];
|
||||
};
|
||||
}
|
|
@ -165,6 +165,7 @@ mapAliases ({
|
|||
btrfsProgs = throw "'btrfsProgs' has been renamed to/replaced by 'btrfs-progs'"; # Converted to throw 2022-02-22
|
||||
bud = throw "bud has been removed: abandoned by upstream"; # Added 2022-03-14
|
||||
inherit (libsForQt5.mauiPackages) buho; # added 2022-05-17
|
||||
bukut = throw "bukut has been removed since it has been archived by upstream"; # Added 2023-05-24
|
||||
buttersink = throw "buttersink has been removed: abandoned by upstream"; # Added 2022-04-05
|
||||
# Shorter names; keep the longer name for back-compat. Added 2023-04-11
|
||||
buildFHSUserEnv = buildFHSEnv;
|
||||
|
|
|
@ -6119,8 +6119,6 @@ with pkgs;
|
|||
|
||||
buku = callPackage ../applications/misc/buku { };
|
||||
|
||||
bukut = callPackage ../applications/misc/bukut { };
|
||||
|
||||
byzanz = callPackage ../applications/video/byzanz { };
|
||||
|
||||
algolia-cli = callPackage ../development/tools/algolia-cli { };
|
||||
|
|
Loading…
Reference in a new issue