tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
enlightenment.ecrire: add update script
José Romildo
3 years ago
83bdf554
cb91110c
+3
1 changed file
expand all
collapse all
unified
split
pkgs
desktops
enlightenment
ecrire
default.nix
+3
pkgs/desktops/enlightenment/ecrire/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 = "EFL simple text editor";