mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
enlightenment.enlightenment: add update script
This commit is contained in:
parent
a15e083372
commit
767b1fd5da
@ -14,10 +14,10 @@
|
||||
, pam
|
||||
, xkeyboard_config
|
||||
, udisks2
|
||||
|
||||
, waylandSupport ? false, wayland-protocols, xwayland
|
||||
, bluetoothSupport ? true, bluez5
|
||||
, pulseSupport ? !stdenv.isDarwin, libpulseaudio
|
||||
, directoryListingUpdater
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
version = "0.25.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.enlightenment.org/rel/apps/${pname}/${pname}-${version}.tar.xz";
|
||||
url = "https://download.enlightenment.org/rel/apps/${pname}/${pname}-${version}.tar.xz";
|
||||
sha256 = "sha256-VttdIGuCG5qIMdJucT5BCscLIlWm9D/N98Ae794jt6I=";
|
||||
};
|
||||
|
||||
@ -71,6 +71,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
passthru.providedSessions = [ "enlightenment" ];
|
||||
|
||||
passthru.updateScript = directoryListingUpdater { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Compositing Window Manager and Desktop Shell";
|
||||
homepage = "https://www.enlightenment.org";
|
||||
|
Loading…
Reference in New Issue
Block a user