7 , gobject-introspection
14 stdenv.mkDerivation rec {
16 version = "unstable-2017-10-16";
18 src = fetchFromGitHub {
21 rev = "9416addf91dd1bd25dfd5a8c5f1c7297c444408e";
22 sha256 = "sha256-lNsmx1xirepITpUD30vpcs5slAQYQcvDW8FkA2K9JtU=";
26 ./0001-Patch-plugindir-to-output.patch
27 ./0002-Patch-add-cairo.patch
45 description = "A plugin for rofi that emulates top behaviour";
46 homepage = "https://github.com/davatorium/rofi-top";
47 license = licenses.mit;
48 maintainers = with maintainers; [ aacebedo ];
49 platforms = platforms.linux;