tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
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
, ninja
6
, pkg-config
7
, efl
0
8
}:
9
10
stdenv.mkDerivation rec {
···
25
buildInputs = [
26
efl
27
];
0
0
28
29
meta = with lib; {
30
description = "System and process monitor written with EFL";
···
5
, ninja
6
, pkg-config
7
, efl
8
+
, directoryListingUpdater
9
}:
10
11
stdenv.mkDerivation rec {
···
26
buildInputs = [
27
efl
28
];
29
+
30
+
passthru.updateScript = directoryListingUpdater { };
31
32
meta = with lib; {
33
description = "System and process monitor written with EFL";