File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1515 alsa-lib ,
1616 systemdSupport ? lib . meta . availableOn stdenv . hostPlatform systemd ,
1717 systemd ,
18+ ncurses ,
1819} :
1920
2021stdenv . mkDerivation rec {
2122 pname = "brltty" ;
22- version = "6.6 " ;
23+ version = "6.7 " ;
2324
2425 src = fetchurl {
2526 url = "https://brltty.app/archive/brltty-${ version } .tar.gz" ;
26- sha256 = "E+j2mb8UTuGx6PkAOt03hQkvf1XvEHxJEuPBT2zMpPw =" ;
27+ sha256 = "sha256-FsM9AeL1lnBziJlmB7EZAIgDKylT8D4Il81Fe1y9Yjg =" ;
2728 } ;
2829
2930 nativeBuildInputs = [
@@ -32,7 +33,13 @@ stdenv.mkDerivation rec {
3233 python3 . pkgs . setuptools
3334 tcl
3435 ] ;
35- buildInputs = [ bluez ] ++ lib . optional alsaSupport alsa-lib ++ lib . optional systemdSupport systemd ;
36+ buildInputs =
37+ [
38+ bluez
39+ ncurses . dev
40+ ]
41+ ++ lib . optional alsaSupport alsa-lib
42+ ++ lib . optional systemdSupport systemd ;
3643
3744 meta = {
3845 description = "Access software for a blind person using a braille display" ;
You can’t perform that action at this time.
0 commit comments