enlightenment.terminology: add update script

This commit is contained in:
José Romildo 2022-10-27 10:38:00 -03:00
parent 58656772c3
commit 1eda920aed

View file

@ -1,4 +1,14 @@
{ lib, stdenv, fetchurl, meson, ninja, pkg-config, python3, efl, nixosTests }:
{ lib
, stdenv
, fetchurl
, meson
, ninja
, pkg-config
, python3
, efl
, nixosTests
, directoryListingUpdater
}:
stdenv.mkDerivation rec {
pname = "terminology";
@ -26,6 +36,8 @@ stdenv.mkDerivation rec {
passthru.tests.test = nixosTests.terminal-emulators.terminology;
passthru.updateScript = directoryListingUpdater { };
meta = with lib; {
description = "Powerful terminal emulator based on EFL";
homepage = "https://www.enlightenment.org/about-terminology";