12 stdenv.mkDerivation rec {
14 version = "unstable-2020-06-04";
16 src = fetchFromGitHub {
19 rev = "64ae10c94b94a573735a2c2b1502334b86d3b1f7";
20 sha256 = "0ixsf65j4dbdl2aazjc2j0hiagbp6svvfwfmyivha0i1k5yx12v1";
24 # Fix build on clang-13. Pull the change pending upstream
25 # inclusion: https://github.com/behdad/bicon/pull/29
28 url = "https://github.com/behdad/bicon/commit/20f5a79571f222f96e07d7c0c5e76e2c9ff1c59a.patch";
29 sha256 = "0l1dm7w52k57nv3lvz5pkbwp021mlsk3csyalxi90np1lx5sqbd1";
33 buildInputs = [ fribidi kbd xkbutils perl ];
34 nativeBuildInputs = [ autoreconfHook pkg-config ];
41 description = "Bidirectional console";
42 homepage = "https://github.com/behdad/bicon";
43 license = [ licenses.lgpl21 licenses.psfl licenses.bsd0 ];
45 platforms = platforms.linux;