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