notcurses: 2.1.0 -> 2.1.5
This commit is contained in:
parent
879e1aa008
commit
6cae2af7aa
@ -1,9 +1,9 @@
|
|||||||
{ stdenv, cmake, pkg-config, pandoc, libunistring, ncurses, ffmpeg,
|
{ stdenv, cmake, pkg-config, pandoc, libunistring, ncurses, ffmpeg, readline,
|
||||||
fetchFromGitHub, lib,
|
fetchFromGitHub, lib,
|
||||||
multimediaSupport ? true
|
multimediaSupport ? true
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "2.1.0";
|
version = "2.1.5";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "notcurses";
|
pname = "notcurses";
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config pandoc ];
|
nativeBuildInputs = [ cmake pkg-config pandoc ];
|
||||||
|
|
||||||
buildInputs = [ libunistring ncurses ]
|
buildInputs = [ libunistring ncurses readline ]
|
||||||
++ lib.optional multimediaSupport ffmpeg;
|
++ lib.optional multimediaSupport ffmpeg;
|
||||||
|
|
||||||
cmakeFlags =
|
cmakeFlags =
|
||||||
@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "dankamongmen";
|
owner = "dankamongmen";
|
||||||
repo = "notcurses";
|
repo = "notcurses";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0jvngg40c1sqf85kqy6ya0vflpxsj7j4g6cw609992rifaghxiny";
|
sha256 = "02x9a0z7mbgry2wsfai1l3jwb2zpcg4gq6a2w5d920ap2fixzy8b";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -16021,7 +16021,9 @@ in
|
|||||||
|
|
||||||
notify-sharp = callPackage ../development/libraries/notify-sharp { };
|
notify-sharp = callPackage ../development/libraries/notify-sharp { };
|
||||||
|
|
||||||
notcurses = callPackage ../development/libraries/notcurses { };
|
notcurses = callPackage ../development/libraries/notcurses {
|
||||||
|
readline = readline80;
|
||||||
|
};
|
||||||
|
|
||||||
ncurses5 = ncurses.override {
|
ncurses5 = ncurses.override {
|
||||||
abiVersion = "5";
|
abiVersion = "5";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user