tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
enlightenment.evisum: add update script
José Romildo
3 years ago
5812ffaf
5dea95df
+3
1 changed file
expand all
collapse all
unified
split
pkgs
desktops
enlightenment
evisum
default.nix
+3
pkgs/desktops/enlightenment/evisum/default.nix
···
5
5
, ninja
6
6
, pkg-config
7
7
, efl
8
8
+
, directoryListingUpdater
8
9
}:
9
10
10
11
stdenv.mkDerivation rec {
···
25
26
buildInputs = [
26
27
efl
27
28
];
29
29
+
30
30
+
passthru.updateScript = directoryListingUpdater { };
28
31
29
32
meta = with lib; {
30
33
description = "System and process monitor written with EFL";