notbit: init at 2018-01-09
This commit is contained in:
parent
ad0e0f27e3
commit
d25a65b0f0
29
pkgs/applications/networking/mailreaders/notbit/default.nix
Normal file
29
pkgs/applications/networking/mailreaders/notbit/default.nix
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig,
|
||||||
|
gettext, openssl
|
||||||
|
}:
|
||||||
|
|
||||||
|
with stdenv.lib;
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "notbit-${version}";
|
||||||
|
version = "2018-01-09";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "bpeel";
|
||||||
|
repo = "notbit";
|
||||||
|
rev = "8b5d3d2da8ce54abae2536b4d97641d2c798cff3";
|
||||||
|
sha256 = "1623n0lvx42mamvb2vwin5i38hh0nxpxzmkr5188ss2x7m20lmii";
|
||||||
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
|
||||||
|
buildInputs = [ openssl gettext ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "A minimal Bitmessage client";
|
||||||
|
homepage = https://github.com/bpeel/notbit;
|
||||||
|
license = licenses.mit;
|
||||||
|
platforms = platforms.unix;
|
||||||
|
maintainers = with maintainers; [ mog ];
|
||||||
|
};
|
||||||
|
}
|
@ -16287,6 +16287,8 @@ with pkgs;
|
|||||||
|
|
||||||
notepadqq = libsForQt56.callPackage ../applications/editors/notepadqq { };
|
notepadqq = libsForQt56.callPackage ../applications/editors/notepadqq { };
|
||||||
|
|
||||||
|
notbit = callPackage ../applications/networking/mailreaders/notbit { };
|
||||||
|
|
||||||
notmuch = callPackage ../applications/networking/mailreaders/notmuch {
|
notmuch = callPackage ../applications/networking/mailreaders/notmuch {
|
||||||
gmime = gmime3;
|
gmime = gmime3;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user