7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
12 owner = "scottchiefbaker";
15 hash = "sha256-VII8Om43YILP3w0CsiKKdJDuK2Lc1rit2EY+eAArvng=";
26 # fix the plugins directory
28 substituteInPlace dool \
30 "os.path.dirname(os.path.abspath(__file__)) + '/plugins/'" \
35 description = "Python3 compatible clone of dstat";
36 homepage = "https://github.com/scottchiefbaker/dool";
37 changelog = "https://github.com/scottchiefbaker/dool/blob/${src.rev}/ChangeLog";
38 license = licenses.gpl3Plus;
39 maintainers = with maintainers; [ figsoda ];
40 platforms = platforms.linux;