tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
enlightenment.ephoto: add update script
José Romildo
3 years ago
5dea95df
83bdf554
+3
1 changed file
expand all
collapse all
unified
split
pkgs
desktops
enlightenment
ephoto
default.nix
+3
pkgs/desktops/enlightenment/ephoto/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 = "Image viewer and editor written using the Enlightenment Foundation Libraries";
···
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 = "Image viewer and editor written using the Enlightenment Foundation Libraries";