11 stdenv.mkDerivation rec {
12 pname = "qjournalctl";
15 src = fetchFromGitHub {
19 sha256 = "sha256-anNNzqjbIaQI+MAwwMwzy6v4SKqi4u9F5IbFBErm4q8=";
23 substituteInPlace qjournalctl.pro --replace /usr/ $out/
38 description = "Qt-based graphical user interface for systemd's journalctl command";
39 mainProgram = "qjournalctl";
40 homepage = "https://github.com/pentix/qjournalctl";
41 license = licenses.gpl3Only;
42 platforms = platforms.all;
43 maintainers = with maintainers; [ romildo ];