20 stdenv.mkDerivation rec {
29 src = fetchFromGitLab {
30 domain = "git.pwmt.org";
34 hash = "sha256-/bJXdLXksTxUFC3w7zuBZY6Zh7tJxUJVbS87ENDQbDE=";
44 glib # for glib-compile-resources
53 propagatedBuildInputs = [
62 doCheck = !stdenv.hostPlatform.isDarwin;
65 "-Ddocs=disabled" # docs do not seem to be installed
66 (lib.mesonEnable "tests" (
67 (stdenv.buildPlatform.canExecute stdenv.hostPlatform) && (!stdenv.hostPlatform.isDarwin)
73 xvfb-run -s '-screen 0 800x600x24' dbus-run-session \
74 --config-file=${dbus}/share/dbus-1/session.conf \
75 meson test --print-errorlogs
83 homepage = "https://git.pwmt.org/pwmt/girara";
84 description = "User interface library";
86 girara is a library that implements a GTK based VIM-like user interface
87 that focuses on simplicity and minimalism.
89 license = licenses.zlib;
90 platforms = platforms.linux ++ platforms.darwin;