1 { lib, python3, fetchFromGitHub }:
3 with python3.pkgs; buildPythonApplication rec {
7 src = fetchFromGitHub {
8 owner = "peterjschroeder";
11 sha256 = "sha256-Hp9/tSdRNAoll/fYNJuhYC7cgy5AK3PUtYUsS6zsz1Y=";
14 propagatedBuildInputs = [
23 description = "Text user interface for buku bookmark manager";
24 homepage = "https://github.com/peterjschroeder/bukut";
25 license = licenses.gpl3Only;
26 maintainers = with maintainers; [ taha ];